Port details |
- units Unit conversion and calculation
- 2.16_3 math =8 2.16_3Version of this port present on the latest quarterly branch.
- Maintainer: jharris@widomaker.com
- Port Added: 2001-11-03 04:08:49
- Last Update: 2024-02-26 20:38:50
- Commit Hash: 2ac46c9
- People watching this port, also watch:: freetype2, t1lib, libxml2, wget, expat
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/units/
- Description:
- 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.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/units/ && make install clean
- To add the package, run one of these commands:
- pkg install math/units
- pkg install units
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: units
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1529173998
SHA256 (units-2.16.tar.gz) = dcf3f78482a13b150fc6bf0f8d611510816a3424bc2b26229b85b1cadeb81686
SIZE (units-2.16.tar.gz) = 1178197
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for units-2.16_3:
READLINE=on: Command line editing via libreadline
===> Use 'make config' to modify these settings
- Options name:
- math_units
- USES:
- readline
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.16_3 26 Feb 2024 20:38:50 |
Muhammad Moinur Rahman (bofh) |
math/units: Moved man to share/man
Approved by: portmgr (blanket) |
2.16_2 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
2.16_2 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
2.16_2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.16_2 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
2.16_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.16_2 19 Aug 2020 11:16:40 |
lwhsu |
Better to put OPTIONS_DEFINE before OPTIONS_DEFAULT |
2.16_2 19 Aug 2020 11:14:30 |
lwhsu |
math/units: Add a default option READLINE to tuggle readline support
This makes sure the readline support is tuggled in the build time and not
affected by the libreadline installed or not during build/run time.
PR: 248631
Submitted by: ports-units@shalott.net
Approved by: jharris@widomaker.com (maintainer)
MFH: 2020Q3 (blanket: build, run, dependency fix) |
2.16_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.16 16 Jun 2018 19:04:49 |
krion |
Update to 2.16
PR: 229070
Submitted by: maintainer |
2.13 26 Jul 2016 15:54:16 |
amdmi3 |
- Update to 2.13
- While here, fix LICENSE
PR: 211131
Submitted by: jharris@widomaker.com (maintainer) |
2.11 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.11 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.11 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
2.11 12 May 2014 12:35:07 |
ak |
- Update to 2.11
PR: ports/189679
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) |
2.10_1 06 Apr 2014 13:43:14 |
ak |
- Fix plist |
2.10 06 Apr 2014 11:54:17 |
ak |
- Update to 2.10
PR: ports/188085
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) |
2.02 16 Feb 2014 16:16:42 |
miwi |
- Stage support |
2.02 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.02 17 Jul 2013 13:14:08 |
wg |
math/units: update to 2.02
- Update to 2.02
PR: ports/180491
Submitted by: Jason Harris <jharris widomaker.com> (maintainer) |
2.01 25 Oct 2012 12:42:17 |
culot |
- Update to 2.01
PR: ports/173048
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
Feature safe: yes |
2.00 03 Aug 2012 17:20:30 |
scheidell |
- Update to 2.00
PR: ports/169917
Submitted by: Klaus Aehlig <aehlig@linta.de>
Approved by: maintainer (timeout, 17 days) |
1.88 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.88 11 Aug 2010 03:30:41 |
sahil |
- Update to 1.88
PR: ports/148932
Submitted by: Klaus Aehlig <aehlig@linta.de>
Approved by: Jason Harris <jharris@widomaker.com> (maintainer) |
1.87 10 May 2010 13:09:06 |
makc |
Update to 1.87
PR: ports/143742
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Aproved by: maintainer timeout (3 months) |
1.85 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.85 25 May 2005 00:07:38 |
jylefort |
Update to 1.85
PR: ports/81365
Submitted by: maintainer |
1.80 21 Jul 2004 14:52:54 |
osa |
Move pkg's files to Makefile, remove pkg-plist.
Approved by: Jason Harris jharris at widomaker dot com (maintainer) |
1.80 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.80 03 Dec 2003 19:49:19 |
pav |
- Fix build with gcc 3.3
- Use INFO macro
PR: ports/59866
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer
Approved by: marcus (portmgr) |
1.80 21 Feb 2003 12:44:05 |
knu |
De-pkg-comment. |
1.80 29 Jun 2002 19:59:46 |
ijliao |
upgrade to 1.80
PR: 40008
Submitted by: maintainer |
1.74 02 Apr 2002 02:43:29 |
ijliao |
take over maintainership
PR: 36632
Submitted by: Jason Harris <jharris@widomaker.com> |
03 Nov 2001 07:08:49 |
petef |
Add units-1.74, the GNU version of the units program: unit conversion and
calculation |