Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2007 14:38:31 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/libuninum Makefile distinfo pkg-descr pkg-plist ports/devel/libuninum/files patch-ltmain.sh
Message-ID:  <200701071438.l07EcVi7014320@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701071438.l07EcVi7014320>