From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 28 15:30:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E397616A4CE for ; Sat, 28 Aug 2004 15:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE4543D5F for ; Sat, 28 Aug 2004 15:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7SFUVWp088996 for ; Sat, 28 Aug 2004 15:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7SFUVoG088990; Sat, 28 Aug 2004 15:30:31 GMT (envelope-from gnats) Resent-Date: Sat, 28 Aug 2004 15:30:31 GMT Resent-Message-Id: <200408281530.i7SFUVoG088990@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E53E16A50D for ; Sat, 28 Aug 2004 15:23:55 +0000 (GMT) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A8443D66 for ; Sat, 28 Aug 2004 15:23:54 +0000 (GMT) (envelope-from ahze@gentoo.ahze.net) Received: from gentoo.ahze.net ([68.209.163.3]) by imf16aec.mail.bellsouth.netESMTP <20040828152353.STOT1721.imf16aec.mail.bellsouth.net@gentoo.ahze.net> for ; Sat, 28 Aug 2004 11:23:53 -0400 Received: (from root@localhost) by gentoo.ahze.net (8.13.1/8.13.1/Submit) id i7SFNmF4004503; Sat, 28 Aug 2004 11:23:48 -0400 (EDT) (envelope-from ahze) Message-Id: <200408281523.i7SFNmF4004503@gentoo.ahze.net> Date: Sat, 28 Aug 2004 11:23:48 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71081: [NEW PORT] math/convertall: Another unit converter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 15:30:32 -0000 >Number: 71081 >Category: ports >Synopsis: [NEW PORT] math/convertall: Another unit converter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 28 15:30:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA1 i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.3-BETA1 FreeBSD 5.3-BETA1 #64: Thu Aug 26 13:59:58 EDT 2004 >Description: [From README.html] A unit converter that can combine the units any way you want. If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else. WWW: http://www.bellz.org/convertall/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- convertall-0.3.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # convertall # convertall/pkg-descr # convertall/Makefile # convertall/pkg-plist # convertall/distinfo # echo c - convertall mkdir -p convertall > /dev/null 2>&1 echo x - convertall/pkg-descr sed 's/^X//' >convertall/pkg-descr << 'END-of-convertall/pkg-descr' X[From README.html] X XA unit converter that can combine the units any way you want. If Xyou want to convert from inches per decade, that's fine. Or from Xmeter-pounds. Or from cubic nautical miles. The units don't have to Xmake sense to anyone else. X XWWW: http://www.bellz.org/convertall/ END-of-convertall/pkg-descr echo x - convertall/Makefile sed 's/^X//' >convertall/Makefile << 'END-of-convertall/Makefile' X# New ports collection makefile for: convertall X# Date created: 2004-08-12 X# Whom: Michael Johnson X# X# $FreeBSD$ X# X XPORTNAME= convertall XPORTVERSION= 0.3.0 XCATEGORIES= math XMASTER_SITES= http://bellz.org/convertall/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Another unit converter X XBUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt XRUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt X XWRKSRC= ${WRKDIR}/ConvertAll XUSE_REINPLACE= yes XUSE_PYTHON= yes XUSE_X_PREFIX= yes XNO_BUILD= yes XPORTDOCS= README.html INSTALL LICENSE X Xpost-patch: X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e 's|doc||' \ X ${WRKSRC}/install.py X.endif X Xdo-install: X (cd ${WRKSRC};${PYTHON_CMD} ${WRKSRC}/install.py -p ${PREFIX}) X X.include END-of-convertall/Makefile echo x - convertall/pkg-plist sed 's/^X//' >convertall/pkg-plist << 'END-of-convertall/pkg-plist' Xbin/convertall Xlib/convertall/convertall.py Xlib/convertall/convertall.pyc Xlib/convertall/convertdlg.py Xlib/convertall/convertdlg.pyc Xlib/convertall/finddlg.py Xlib/convertall/finddlg.pyc Xlib/convertall/helpview.py Xlib/convertall/helpview.pyc Xlib/convertall/numedit.py Xlib/convertall/numedit.pyc Xlib/convertall/numeval1.py Xlib/convertall/numeval1.pyc Xlib/convertall/numeval2.py Xlib/convertall/numeval2.pyc Xlib/convertall/option.py Xlib/convertall/option.pyc Xlib/convertall/optiondlg.py Xlib/convertall/optiondlg.pyc Xlib/convertall/tmpcontrol.py Xlib/convertall/tmpcontrol.pyc Xlib/convertall/unit.py Xlib/convertall/unit.pyc Xlib/convertall/unitdata.py Xlib/convertall/unitdata.pyc Xlib/convertall/unitedit.py Xlib/convertall/unitedit.pyc Xlib/convertall/unitgroup.py Xlib/convertall/unitgroup.pyc Xlib/convertall/unitlistview.py Xlib/convertall/unitlistview.pyc Xshare/convertall/units.dat Xshare/icons/convertall_lg.png Xshare/icons/convertall_sm.png X@dirrm share/doc/convertall X@dirrm share/convertall END-of-convertall/pkg-plist echo x - convertall/distinfo sed 's/^X//' >convertall/distinfo << 'END-of-convertall/distinfo' XMD5 (convertall-0.3.0.tar.gz) = 27ca231c02034ba4e2238073c1c2220c XSIZE (convertall-0.3.0.tar.gz) = 37321 END-of-convertall/distinfo exit --- convertall-0.3.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: