Date: Mon, 9 Aug 1999 13:16:51 +0400 (MSD) From: Dmitry Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13041: New port - misc/units Message-ID: <199908090916.NAA11094@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 13041 >Category: ports >Synopsis: New port - misc/units >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 9 02:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: units X# Version required: 1.55 X# Date created: 9 August 1999 X# Whom: Dmitry Sivachenko <dima@Chg.RU> X# X# $Id: $ X# X XDISTNAME= units-1.55 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= units X XMAINTAINER= dima@Chg.RU X XGNU_CONFIGURE= YES XCONFIGURE_ARGS+= --datadir=${PREFIX}/share/units X XMAN1= units.1 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/units X for ext in dvi texinfo doc ; do \ X ${INSTALL_DATA} ${WRKSRC}/units.$$ext ${PREFIX}/share/doc/units/; \ X done X.endif X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (units-1.55.tar.gz) = c6b816815ab2d1bf6c8c472d83775aac END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/units Xshare/units/units.dat X@unexec install-info --delete %D/info/units.info %D/info/dir Xinfo/units.info Xshare/doc/units/units.dvi Xshare/doc/units/units.doc Xshare/doc/units/units.texinfo X@dirrm share/units X@dirrm share/doc/units END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XConvert units from one scale to another. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThe units program converts quantities expressed in various scales to their Xequivalents in other scales. The units program can only handle multiplicative Xscale changes. It cannot convert Centigrade to Fahrenheit, for example. XIt works interactively by prompting the user for input. X XDmitry Sivachenko, Xdima@Chg.RU END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908090916.NAA11094>