Port details |
- libuninum Library for converting Unicode strings to numbers
- 2.7_5 devel
=2 2.7_5Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2007-01-07 14:39:11
- Last Update: 2024-02-23 13:55:14
- Commit Hash: f355e08
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://billposer.org/Software/libuninum.html
- Description:
- This is a library for converting Unicode strings to numbers.
Standard functions like strtoul and strtod do this for numbers
written in the usual Western number system using the Indo-Arabic
numerals, but they do not handle other number systems.
The main functions take as input a UTF-32 Unicode string and
compute the corresponding unsigned integer.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libuninum>0:devel/libuninum
- To install the port:
- cd /usr/ports/devel/libuninum/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libuninum
- pkg install libuninum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libuninum
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1211412823
SHA256 (libuninum-2.7.tar.bz2) = e704983c3c00e9b76bd836b8b83ce31bfe4eb1752eee8be123cf97c1275076ea
SIZE (libuninum-2.7.tar.bz2) = 276712
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libgmp.so : math/gmp
- This port is required by:
- for Libraries
-
- textproc/msort
Configuration Options:
- No options to configure
- Options name:
- devel_libuninum
- USES:
- libtool localbase tar:bz2
- 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.7_5 23 Feb 2024 13:55:14
    |
Muhammad Moinur Rahman (bofh)  |
devel/libuninum: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.7_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.7_4 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.7_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.7_4 19 May 2017 19:59:58
  |
danfe  |
- Distfile was rerolled without a version bump; summary of changes:
* Added support for Hungarian runes using Sinai private encoding
* Several string pointers (*str) were replaced with str[]
* wchar_t -> UTF32 and required casts were added in some places
* Copyright date and shlib version where bumped, whitespace nits
- Switch to a smaller .tar.bz2 distfile instead of .tar.gz one
- Remove `post-patch' target that does nothing useful these days
- Employ USES+=localbase and sort the knobs properly while here
TIMESTAMP (libuninum-2.7.tar.bz2) = 1211412823 |
2.7_3 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.7_3 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.7_3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.7_3 02 Dec 2014 22:40:57
  |
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
2.7_3 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
2.7_3 05 Oct 2014 20:56:35
  |
tijl  |
devel/libuninum:
- Add USES=libtool and bump dependent ports
- Replace MAKE_ENV with CPPFLAGS
- Add INSTALL_TARGET=install-strip |
2.7_2 21 Jan 2014 08:27:17
  |
bapt  |
Support stage |
2.7_2 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.7_2 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.7_2 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
2.7_2 19 Apr 2010 10:43:43
 |
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
2.7_1 13 May 2009 09:46:02
 |
ale  |
Chase libgmp and bump PORTREVISION. |
2.7 25 Jul 2008 14:34:52
 |
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
2.7 25 Dec 2007 06:32:06
 |
clsung  |
- Update to 2.7 |
2.6 10 Oct 2007 02:10:56
 |
clsung  |
- Update to 2.6 |
2.5 30 Jul 2007 03:02:11
 |
clsung  |
- Update to 2.5 |
2.4 26 Jul 2007 06:20:07
 |
clsung  |
- Update to 2.4 |
2.3 31 Mar 2007 06:13:52
 |
clsung  |
- Update to 2.3 |
2.2 09 Mar 2007 02:48:04
 |
clsung  |
- Update to 2.2 |
2.1 26 Feb 2007 10:40:20
 |
clsung  |
- update to 2.1, and make it fetchable. |
1.3 10 Feb 2007 22:58:24
 |
kris  |
BROKEN: Unfetchable |
1.3 15 Jan 2007 15:05:40
 |
clsung  |
- Update to 1.3 |
1.2.2 08 Jan 2007 02:51:04
 |
clsung  |
- Update to 1.2.2
Noted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
1.2 08 Jan 2007 01:23:41
 |
clsung  |
- avoid build error on 4.x |
1.2 07 Jan 2007 14:38:31
 |
clsung  |
This is a library for converting Unicode strings to numbers.
Standard functions like strtoul and strtod do this for numbers
written in the usual Western number system using the Indo-Arabic
numerals, but they do not handle other number systems.
The main functions take as input a UTF-32 Unicode string and
compute the corresponding unsigned integer.
WWW: http://billposer.org/Software/libuninum.html |