From owner-cvs-all@FreeBSD.ORG Sun Jan 7 14:38:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CCB416A47C; Sun, 7 Jan 2007 14:38:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D19F13C458; Sun, 7 Jan 2007 14:38:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l07EcVJc014321; Sun, 7 Jan 2007 14:38:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l07EcVi7014320; Sun, 7 Jan 2007 14:38:31 GMT (envelope-from clsung) Message-Id: <200701071438.l07EcVi7014320@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 7 Jan 2007 14:38:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libuninum Makefile distinfo pkg-descr pkg-plist ports/devel/libuninum/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2007 14:38:31 -0000 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)