<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/units, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-05-17T16:10:41Z</updated>
<entry>
<title>Bump applications PKGREVISIONs for python users that might be using</title>
<updated>2014-05-17T16:10:41Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-05-17T16:10:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4febfda7ebbac97cc3ec2a609241dcffc1acdf26'/>
<id>urn:sha1:4febfda7ebbac97cc3ec2a609241dcffc1acdf26</id>
<content type='text'>
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.</content>
</entry>
<entry>
<title>* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes</title>
<updated>2013-07-15T02:02:17Z</updated>
<author>
<name>ryoon</name>
<email>ryoon@pkgsrc.org</email>
</author>
<published>2013-07-15T02:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=818a5e8745dff4beadc0fe8aa4f56c71c53ea650'/>
<id>urn:sha1:818a5e8745dff4beadc0fe8aa4f56c71c53ea650</id>
<content type='text'>
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".</content>
</entry>
<entry>
<title>Add PKGGNUDIR support.</title>
<updated>2012-12-06T11:38:19Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2012-12-06T11:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b17b53dc8e583cdf15aa1f3ae609d744e2cce357'/>
<id>urn:sha1:b17b53dc8e583cdf15aa1f3ae609d744e2cce357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.01</title>
<updated>2012-10-27T11:50:42Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2012-10-27T11:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b835b40718dc1648a11a35a87a33680fa0e2550'/>
<id>urn:sha1:1b835b40718dc1648a11a35a87a33680fa0e2550</id>
<content type='text'>
Upstream changes:
Version 2.01 - 24 October 2012 (bug fix release)

* Fixed error in electronmass
* New definition for au
* Fixed DESTDIR support for installation
* Changed configure script for success with Solaris
* Small changes to manual</content>
</entry>
<entry>
<title>Update GNU units to version 2.00</title>
<updated>2012-09-13T23:27:05Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-09-13T23:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7ab2bf3b21585204790f3a61e28eeb9e710961df'/>
<id>urn:sha1:7ab2bf3b21585204790f3a61e28eeb9e710961df</id>
<content type='text'>
User visible changes.

Version 2.00 - 6 June 2012

General changes:
* Unit lists provide conversion to sums of units (e.g. feet and inches).
* Added --round (-r) and --show-factor (-S) options for use with unit lists.
* Added unit lists aliases (e.g. time, usvol).
* A python script, units_cur, can update currency data.
* Units now flushes its output so you can talk to it with a pipe.
* Units now works in UTF-8 if the system supports it.
* Added --locale (-l) option to set the locale.
* English units such as the gallon are defined in all locales, with US
  definitions by default except in the en_BG locale.  You can force
  the desired definition (Great Britain or US) by setting the
  environment variable UNITS_ENGLISH to GB or US.
* Revised and extended the documentation, with more examples.
* Added locale mapping to address Windows locale names.
* Updated and revised units database, including UTF-8 definitions and
  the 2010 CODATA.
* Fixed parsing bug for "1..2" or "1.2.3".  These now give an error.
* Unit names can end with a number in the form of a subscript that
  starts with a '_', as in 'X_3'.

Changes for units definition files:
* Changed location and names of unit database, splitting off currency
  Files are /usr/local/share/units/{definitions,currency}.units and
  the personal units file is $HOME/.units instead of $HOME/units.dat.
  (Under windows personal unit file is unitdef.units.)
* Personal units filename can be changed with MYUNITSFILE environment variable.
* Prefixes can be defined in any order: it is no longer necessary to
  define longer ones before shorter ones.
* New definitions replace previous ones.  Personal units file is read
  after the system file rather than before.
* Changed syntax for function definitions.  Instead of [in-unit,out-unit]
  you must now write units=[in-unit,out-unit].  Use 'units -c' to find
  places in your personal data files that need to be updated.
* Add optional domain and range to function definitions with syntax
  domain=[min,max] and range=[min,max].  Either min or max can be
  omitted to signal infinity.
* Unit list aliases can be defined with !unitlist command.
* Added !var and !varnot and !endvar to include definitions based on
  environment variable settings.
* Added !set to set environment variables (if they aren't already set).
* Added !message to display a message
* Data files are in UTF-8, with !utf8 and !endutf8 commands to mark
  definitions that require UTF-8 support.
* Improved error handling when reading units.dat.

Version 1.88 - 15 Feb 2010

* Updated units.dat
* Fixed bug involving readline version 4.2

Version 1.87 - 25 Sep 2007

* Units reads ~/.units.dat if it exists before reading the standard
  units database.
* Added support for ** as an exponent operator.
* Type 'search text' to list units that contain 'text' in their name.
* Precedence of '*' changed to match precedence of '/'.
  (Multiplication by juxtaposition retains a higher precedence than
  '/'.)  The --oldstar option selects the old precedence and --newstar
  forces the new precedence.</content>
</entry>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T23:04:15Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-09-11T23:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b0feb9f5b186a62a131121fe59db9ccdc0a844bd'/>
<id>urn:sha1:b0feb9f5b186a62a131121fe59db9ccdc0a844bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).</title>
<updated>2012-05-29T18:33:34Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2012-05-29T18:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f84ee98eb0bab68b22e74c72745dcfd620f4c92c'/>
<id>urn:sha1:f84ee98eb0bab68b22e74c72745dcfd620f4c92c</id>
<content type='text'>
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

Add LICENSE.

++pkgrevision</content>
</entry>
<entry>
<title>Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib</title>
<updated>2009-05-20T00:58:05Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-05-20T00:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4e9595f262d720fd01e972caedf9b6db8b151d6'/>
<id>urn:sha1:f4e9595f262d720fd01e972caedf9b6db8b151d6</id>
<content type='text'>
major change.

Reported by Robert Elz in PR 41345.</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-20T01:09:05Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-20T01:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b0d97b0de8516db29699676c860489da3f7f0e1'/>
<id>urn:sha1:3b0d97b0de8516db29699676c860489da3f7f0e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import GNU units 1.86.</title>
<updated>2006-11-19T04:56:17Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2006-11-19T04:56:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ef6c45af5181e7ef2fd78245517e88beb6cbc6ec'/>
<id>urn:sha1:ef6c45af5181e7ef2fd78245517e88beb6cbc6ec</id>
<content type='text'>
Based on PR 30397 by Cameron Patrick, I modify to adapt to recent pkgsrc
tree and update from 1.85 to 1.86.

GNU Units can convert quantities expressed in one unit to an equivalent in a
difference scale.  Compared to traditional BSD implementations, it offers more
units, non-linear conversions (e.g. between degrees Celsius and Fahrenheit), a
more lenient input parser, and tab completion.  It can also be used to perform
calculations taking physical units into account, and provide the definitions of
units (e.g. "joule = N m = 1 kg m^2 / s^2").</content>
</entry>
</feed>
