On 6/25/07, Vincent GROSS <[EMAIL PROTECTED]> wrote:
On 6/24/07, Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:
> forgot to attach a tarball of a somewhat working port. i didn't fix the
> library versioning yet, but i think completely changing icu's version to
> 0.0 doesn't make sense. only the lib names should change..
I think I solved the versioning problems : while the shared objects
version is 0.0, the internal version of icu4c is still 36. All the tests
pass successfully. strcat() and friends are still around. Should i add
the generation of documentation with doxygen ?
oops, forgot to update PLIST:
diff -Naur pkg/PLIST.orig pkg/PLIST
--- pkg/PLIST.orig Mon Jun 25 22:58:31 2007
+++ pkg/PLIST Mon Jun 25 23:00:19 2007
@@ -135,8 +135,8 @@
include/unicode/utypes.h
include/unicode/uversion.h
lib/icu/
-lib/icu/0.0/
-lib/icu/0.0/Makefile.inc
+lib/icu/3.6/
+lib/icu/3.6/Makefile.inc
lib/icu/Makefile.inc
lib/icu/current
@man man/man1/derb.1
@@ -160,8 +160,8 @@
sbin/icupkg
sbin/icuswap
share/icu/
-share/icu/0.0/
-share/icu/0.0/config/
-share/icu/0.0/config/mh-bsd-gcc
-share/icu/0.0/license.html
[EMAIL PROTECTED] share/icu/0.0/mkinstalldirs
+share/icu/3.6/
+share/icu/3.6/config/
+share/icu/3.6/config/mh-bsd-gcc
+share/icu/3.6/license.html
[EMAIL PROTECTED] share/icu/3.6/mkinstalldirs
--
Vincent GROSS
"GUIs normally make it simple to accomplish simple actions and
impossible to accomplish complex actions." --Doug Gwyn (22/Jun/91
in comp.unix.wizards)