cvs commit: ports/devel Makefile ports/devel/libuninum Makefile
distinfo pkg-descr pkg-plist ports/devel/libuninum/files
patch-ltmain.sh
Cheng-Lung Sung
clsung at FreeBSD.org
Sun Jan 7 06:38:31 PST 2007
clsung 2007-01-07 14:38:31 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/libuninum Makefile distinfo pkg-descr pkg-plist
devel/libuninum/files patch-ltmain.sh
Log:
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
Revision Changes Path
1.2591 +1 -0 ports/devel/Makefile
1.1 +28 -0 ports/devel/libuninum/Makefile (new)
1.1 +3 -0 ports/devel/libuninum/distinfo (new)
1.1 +15 -0 ports/devel/libuninum/files/patch-ltmain.sh (new)
1.1 +8 -0 ports/devel/libuninum/pkg-descr (new)
1.1 +8 -0 ports/devel/libuninum/pkg-plist (new)
More information about the cvs-all
mailing list