Add units-1.74, the GNU version of the units program: unit conversion and

calculation

Submitted by:	Jason Harris <jharris@widomaker.com>
This commit is contained in:
Pete Fritchman 2001-11-03 07:08:49 +00:00
parent ba0b43633d
commit 7b6be61fdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49519
6 changed files with 43 additions and 0 deletions

View file

@ -125,6 +125,7 @@
SUBDIR += topaz SUBDIR += topaz
SUBDIR += umatrix SUBDIR += umatrix
SUBDIR += umfpack SUBDIR += umfpack
SUBDIR += units
SUBDIR += vecfem SUBDIR += vecfem
SUBDIR += vtk SUBDIR += vtk
SUBDIR += wingz SUBDIR += wingz

20
math/units/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: units
# Date created: 2001-11-03
# Whom: Jason Harris <jharris@widomaker.com>
#
# $FreeBSD$
#
PORTNAME= units
PORTVERSION= 1.74
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gunits.1
.include <bsd.port.mk>

1
math/units/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (units-1.74.tar.gz) = 230d1cb0367f9f4ac345beda371bbb53

1
math/units/pkg-comment Normal file
View file

@ -0,0 +1 @@
Unit conversion and calculation

15
math/units/pkg-descr Normal file
View file

@ -0,0 +1,15 @@
The Free Software Foundation's "units" unit conversion and calculation utility.
GNU units converts quantities expressed in various scales to their equivalents
in other scales. Units can only handle multiplicative scale changes. For
example, it cannot convert Celsius to Fahrenheit but it can convert
temperature differences between those temperature scales.
The units are defined externally in an extensive, well annotated data file
that defines over 2000 units. You can also provide your own data file.
WWW: http://www.gnu.org/directory/units.html
Note that this port will install the utility with a 'g' prefix,
e.g. gunits, but the texinfo documentation will refer to it without
the 'g' prefix.

5
math/units/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
bin/gunits
@unexec install-info --delete %D/info/units.info %D/info/dir
info/units.info
@exec install-info %D/info/units.info %D/info/dir
share/units.dat