mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
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
|
@ -125,6 +125,7 @@
|
|||
SUBDIR += topaz
|
||||
SUBDIR += umatrix
|
||||
SUBDIR += umfpack
|
||||
SUBDIR += units
|
||||
SUBDIR += vecfem
|
||||
SUBDIR += vtk
|
||||
SUBDIR += wingz
|
||||
|
|
20
math/units/Makefile
Normal file
20
math/units/Makefile
Normal 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
1
math/units/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (units-1.74.tar.gz) = 230d1cb0367f9f4ac345beda371bbb53
|
1
math/units/pkg-comment
Normal file
1
math/units/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Unit conversion and calculation
|
15
math/units/pkg-descr
Normal file
15
math/units/pkg-descr
Normal 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
5
math/units/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue