diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/icu2/Makefile | 78 | ||||
-rw-r--r-- | devel/icu2/distinfo | 3 | ||||
-rw-r--r-- | devel/icu2/files/patch-aa | 18 | ||||
-rw-r--r-- | devel/icu2/files/patch-ab | 243 | ||||
-rw-r--r-- | devel/icu2/pkg-descr | 7 | ||||
-rw-r--r-- | devel/icu2/pkg-plist | 168 |
8 files changed, 1 insertions, 518 deletions
@@ -4720,3 +4720,4 @@ emulators/mupen64plus-gln64||2010-12-13|Port was removed, now it is obsolete emulators/mupen64plus-input||2010-12-13|Port was removed, now it is obsolete misc/zaptel||2010-12-14|Superseded by misc/dahdi japanese/mozilla-jlp||2010-12-15|Has expired: Depends on obsolete port www/mozilla +devel/icu2|devel/icu|2010-12-16|Removed: now obsolete and unused please use newer devel/icu instead diff --git a/devel/Makefile b/devel/Makefile index 55aea2dd5c8f..8c8a91434dcc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -647,7 +647,6 @@ SUBDIR += ice SUBDIR += icmake SUBDIR += icu - SUBDIR += icu2 SUBDIR += icu4 SUBDIR += id-utils SUBDIR += ifd-test diff --git a/devel/icu2/Makefile b/devel/icu2/Makefile deleted file mode 100644 index 6367b34e56a1..000000000000 --- a/devel/icu2/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: icu -# Date created: 22 Jan 2001 -# Whom: dwm -# -# $FreeBSD$ -# - -PORTNAME= icu2 -PORTVERSION= 2.8 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PORTVERSION}/ -DISTNAME= icu-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= International Components for Unicode - -CONFLICTS= icu-[0-9]* - -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/icu -ICUWRKSRC= ${WRKSRC}/source -CONFIGURE_WRKSRC= ${ICUWRKSRC} -BUILD_WRKSRC= ${ICUWRKSRC} -INSTALL_WRKSRC= ${ICUWRKSRC} - -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= runConfigureICU -CONFIGURE_ARGS+= FreeBSD -CONFIGURE_ARGS+= --enable-shared -CONFIGURE_ARGS+= --enable-static -CONFIGURE_ARGS+= --enable-samples=no --enable-tests=no -.if defined(NO_THREADS) -CONFIGURE_ARGS+= --enable-threads=no -.else -CONFIGURE_ENV+= THREADSCPPFLAGS="${PTHREAD_CFLAGS}" \ - THREADSCFLAGS="${PTHREAD_CFLAGS}" \ - THREADSCXXFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -.endif -CONFIGURE_ENV+= CXXFLAGS="-O3" -CONFIGURE_ENV+= CFLAGS="-O3" -USE_GMAKE= yes -MAKE_JOBS_UNSAFE= yes - -MAN1+= gencnval.1 -MAN1+= genrb.1 -MAN1+= icu-config.1 -MAN1+= makeconv.1 -MAN1+= pkgdata.1 -MAN1+= uconv.1 -MAN5+= convrtrs.txt.5 -MAN8+= decmn.8 -MAN8+= genccode.8 -MAN8+= gencmn.8 -MAN8+= gennames.8 -MAN8+= gennorm.8 -MAN8+= genprops.8 -MAN8+= gensprep.8 -MAN8+= genuca.8 - -ICUMAJOR= ${PORTVERSION:S/.//:R} -PLIST_SUB+= ICUMAJOR=${ICUMAJOR} -PLIST_SUB+= ICUVER=${PORTVERSION} - -pre-fetch: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - @${ECHO} '' - @${ECHO} 'You may use the following build options by defining' - @${ECHO} 'them on the command line with -D' - @${ECHO} '' - @${ECHO} 'NO_THREADS do not build a thread enabled library' - @${ECHO} '' - @/bin/sleep 2 -.endif - -.include <bsd.port.mk> diff --git a/devel/icu2/distinfo b/devel/icu2/distinfo deleted file mode 100644 index 5e9022445ac7..000000000000 --- a/devel/icu2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (icu-2.8.tgz) = 49b5509c111596e958a87f3b17432cdd -SHA256 (icu-2.8.tgz) = 621eba6d77328d3d9c260c8d5a79fd220e044678637412e28776c02712826f32 -SIZE (icu-2.8.tgz) = 9194758 diff --git a/devel/icu2/files/patch-aa b/devel/icu2/files/patch-aa deleted file mode 100644 index 158a177fe35d..000000000000 --- a/devel/icu2/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- source/Makefile.in.orig Mon Jun 9 04:38:48 2003 -+++ source/Makefile.in Sat Jun 14 23:07:14 2003 -@@ -180,12 +180,14 @@ - - $(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config/icu-config-top $(top_srcdir)/config/icu-config-bottom $(top_builddir)/config/Makefile.inc @platform_make_fragment@ $(top_srcdir)/config/make2sh.sed - -$(RMV) $@ -- $(INSTALL_DATA) $(top_srcdir)/config/icu-config-top $@ -+ $(INSTALL_SCRIPT) $(top_srcdir)/config/icu-config-top $@ -+ @chmod u+w $@ - @echo "# Following from @platform_make_fragment@" >> $@ - sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@ - sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@ - cat $(top_srcdir)/config/icu-config-bottom >> $@ - echo "# Rebuilt on "`date` >> $@ -+ @chmod u-w $@ - - config.status: $(srcdir)/configure $(srcdir)/common/unicode/uversion.h - @echo diff --git a/devel/icu2/files/patch-ab b/devel/icu2/files/patch-ab deleted file mode 100644 index 00d45f2574b9..000000000000 --- a/devel/icu2/files/patch-ab +++ /dev/null @@ -1,243 +0,0 @@ ---- source/configure.orig Tue Feb 17 09:08:47 2004 -+++ source/configure Tue Feb 17 09:13:53 2004 -@@ -1874,236 +1874,10 @@ - - if test $threads = true; then - -- echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6 --echo "configure:1879: checking for pthread_attr_init in -lpthread" >&5 --ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" --cat > conftest.$ac_ext <<EOF --#line 1887 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_attr_init(); -- --int main() { --pthread_attr_init() --; return 0; } --EOF --if { (eval echo configure:1898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" --fi --rm -f conftest* --LIBS="$ac_save_LIBS" -- --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` -- cat >> confdefs.h <<EOF --#define $ac_tr_lib 1 --EOF -- -- LIBS="-lpthread $LIBS" -- --else -- echo "$ac_t""no" 1>&6 --fi -- -- if test $ac_cv_lib_pthread_pthread_attr_init = yes; then -- ICU_USE_THREADS=1 -- else -- -- --echo $ac_n "checking for library containing pthread_mutex_destroy""... $ac_c" 1>&6 --echo "configure:1931: checking for library containing pthread_mutex_destroy" >&5 --if eval "test \"`echo '$''{'ac_cv_search_pthread_mutex_destroy'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_func_search_save_LIBS="$LIBS" --ac_cv_search_pthread_mutex_destroy="no" --for i in pthread pthreads c_r ; do --LIBS="-l$i $ac_func_search_save_LIBS" --cat > conftest.$ac_ext <<EOF --#line 1940 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_destroy(); -- --int main() { --pthread_mutex_destroy() --; return 0; } --EOF --if { (eval echo configure:1951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- ac_cv_search_pthread_mutex_destroy="-l$i" --break --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 --fi --rm -f conftest* --done --if test "$ac_cv_search_pthread_mutex_destroy" = "no"; then --cat > conftest.$ac_ext <<EOF --#line 1963 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_destroy(); -- --int main() { --pthread_mutex_destroy() --; return 0; } --EOF --if { (eval echo configure:1974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- ac_cv_search_pthread_mutex_destroy="none required" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 --fi --rm -f conftest* --fi --LIBS="$ac_func_search_save_LIBS" --fi -- --echo "$ac_t""$ac_cv_search_pthread_mutex_destroy" 1>&6 --if test "$ac_cv_search_pthread_mutex_destroy" != "no"; then -- test "$ac_cv_search_pthread_mutex_destroy" = "none required" || LIBS="$ac_cv_search_pthread_mutex_destroy $LIBS" -- --else : -- --fi -- -- if test "$ac_cv_search_pthread_mutex_destroy" != no; then -- ICU_USE_THREADS=1 -- else -- echo $ac_n "checking for pthread_mutex_init in -lpthread""... $ac_c" 1>&6 --echo "configure:1998: checking for pthread_mutex_init in -lpthread" >&5 --ac_lib_var=`echo pthread'_'pthread_mutex_init | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" --cat > conftest.$ac_ext <<EOF --#line 2006 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_init(); -- --int main() { --pthread_mutex_init() --; return 0; } --EOF --if { (eval echo configure:2017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" --fi --rm -f conftest* --LIBS="$ac_save_LIBS" -- --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo pthread | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -- -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` -- cat >> confdefs.h <<EOF --#define $ac_tr_lib 1 --EOF -- -- LIBS="-lpthread $LIBS" -- --else -- echo "$ac_t""no" 1>&6 --fi -- -- if test $ac_cv_lib_pthread_pthread_mutex_init = yes; then -- ICU_USE_THREADS=1 -- fi -- fi -- -- echo $ac_n "checking for pthread_mutex_lock""... $ac_c" 1>&6 --echo "configure:2050: checking for pthread_mutex_lock" >&5 --if eval "test \"`echo '$''{'ac_cv_func_pthread_mutex_lock'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- cat > conftest.$ac_ext <<EOF --#line 2055 "configure" --#include "confdefs.h" --/* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char pthread_mutex_lock(); below. */ --#include <assert.h> --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_lock(); -- --int main() { -- --/* The GNU C library defines this for functions which it implements -- to always fail with ENOSYS. Some functions are actually named -- something starting with __ and the normal name is an alias. */ --#if defined (__stub_pthread_mutex_lock) || defined (__stub___pthread_mutex_lock) --choke me --#else --pthread_mutex_lock(); --#endif -- --; return 0; } --EOF --if { (eval echo configure:2078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_func_pthread_mutex_lock=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_func_pthread_mutex_lock=no" --fi --rm -f conftest* --fi -- --if eval "test \"`echo '$ac_cv_func_'pthread_mutex_lock`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- : --else -- echo "$ac_t""no" 1>&6 --fi -- -- -- if test $ac_cv_func_pthread_mutex_lock = yes; then -- ICU_USE_THREADS=1 -- fi -- case "${host}" in -- *-pc-cygwin*|*-pc-mingw*) -- if test "$ac_cv_prog_gcc" = no; then -- ICU_USE_THREADS=1 -- fi ;; -- esac -- fi -+ echo "going to use ... ${PTHREAD_LIBS}" 1>&6 -+ echo "configure:1879: going to use ${PTHREAD_LIBS}" >&5 -+ LIBS="${PTHREAD_LIBS} $LIBS" -+ ICU_USE_THREADS=1 - fi - - diff --git a/devel/icu2/pkg-descr b/devel/icu2/pkg-descr deleted file mode 100644 index effe4735ea10..000000000000 --- a/devel/icu2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The International Components for Unicode (ICU) is a C and C++ library -providing Unicode support (p.ex. character set conversions, locales, -normalization, transliteration, etc.). - -More information on ICU can be found on the homepage - -WWW: http://oss.software.ibm.com/icu/ diff --git a/devel/icu2/pkg-plist b/devel/icu2/pkg-plist deleted file mode 100644 index d88fe7030082..000000000000 --- a/devel/icu2/pkg-plist +++ /dev/null @@ -1,168 +0,0 @@ -bin/derb -bin/genbrk -bin/gencnval -bin/genrb -bin/icu-config -bin/makeconv -bin/pkgdata -bin/uconv -sbin/decmn -sbin/genccode -sbin/gencmn -sbin/gennames -sbin/gennorm -sbin/genpname -sbin/genprops -sbin/gensprep -sbin/genuca -sbin/icuswap -include/layout/LEFontInstance.h -include/layout/LEGlyphFilter.h -include/layout/LELanguages.h -include/layout/LEScripts.h -include/layout/LESwaps.h -include/layout/LETypes.h -include/layout/LayoutEngine.h -include/layout/ParagraphLayout.h -include/layout/RunArrays.h -include/unicode/brkiter.h -include/unicode/calendar.h -include/unicode/caniter.h -include/unicode/chariter.h -include/unicode/choicfmt.h -include/unicode/coleitr.h -include/unicode/coll.h -include/unicode/datefmt.h -include/unicode/dbbi.h -include/unicode/dcfmtsym.h -include/unicode/decimfmt.h -include/unicode/docmain.h -include/unicode/dtfmtsym.h -include/unicode/fieldpos.h -include/unicode/fmtable.h -include/unicode/format.h -include/unicode/gregocal.h -include/unicode/locid.h -include/unicode/loengine.h -include/unicode/msgfmt.h -include/unicode/normlzr.h -include/unicode/numfmt.h -include/unicode/parseerr.h -include/unicode/parsepos.h -include/unicode/platform.h -include/unicode/pmacos.h -include/unicode/pos400.h -include/unicode/putil.h -include/unicode/pwin32.h -include/unicode/rbbi.h -include/unicode/rbnf.h -include/unicode/regex.h -include/unicode/rep.h -include/unicode/resbund.h -include/unicode/schriter.h -include/unicode/search.h -include/unicode/simpletz.h -include/unicode/smpdtfmt.h -include/unicode/sortkey.h -include/unicode/strenum.h -include/unicode/stsearch.h -include/unicode/symtable.h -include/unicode/tblcoll.h -include/unicode/timezone.h -include/unicode/translit.h -include/unicode/ubidi.h -include/unicode/ubrk.h -include/unicode/ucal.h -include/unicode/ucat.h -include/unicode/uchar.h -include/unicode/uchriter.h -include/unicode/uclean.h -include/unicode/ucnv.h -include/unicode/ucnv_cb.h -include/unicode/ucnv_err.h -include/unicode/ucol.h -include/unicode/ucoleitr.h -include/unicode/uconfig.h -include/unicode/ucurr.h -include/unicode/udat.h -include/unicode/udata.h -include/unicode/uenum.h -include/unicode/uidna.h -include/unicode/uiter.h -include/unicode/uloc.h -include/unicode/ulocdata.h -include/unicode/umachine.h -include/unicode/umisc.h -include/unicode/umsg.h -include/unicode/unifilt.h -include/unicode/unifltlg.h -include/unicode/unifunct.h -include/unicode/unimatch.h -include/unicode/unirepl.h -include/unicode/uniset.h -include/unicode/unistr.h -include/unicode/unorm.h -include/unicode/unum.h -include/unicode/uobject.h -include/unicode/urename.h -include/unicode/urep.h -include/unicode/ures.h -include/unicode/uscript.h -include/unicode/usearch.h -include/unicode/uset.h -include/unicode/usetiter.h -include/unicode/ushape.h -include/unicode/usprep.h -include/unicode/ustdio.h -include/unicode/ustream.h -include/unicode/ustring.h -include/unicode/utf.h -include/unicode/utf16.h -include/unicode/utf32.h -include/unicode/utf8.h -include/unicode/utf_old.h -include/unicode/utrace.h -include/unicode/utrans.h -include/unicode/utypes.h -include/unicode/uversion.h -lib/icu/%%ICUVER%%/Makefile.inc -lib/icu/current -lib/icu/Makefile.inc -lib/libsicudata.a -lib/libicudata.so.%%ICUMAJOR%%.0 -lib/libicudata.so -lib/libicudata.so.%%ICUMAJOR%% -lib/libsicuuc.a -lib/libicuuc.so.%%ICUMAJOR%%.0 -lib/libicuuc.so -lib/libicuuc.so.%%ICUMAJOR%% -lib/libsicui18n.a -lib/libicui18n.so.%%ICUMAJOR%%.0 -lib/libicui18n.so -lib/libicui18n.so.%%ICUMAJOR%% -lib/libsicule.a -lib/libicule.so.%%ICUMAJOR%%.0 -lib/libicule.so -lib/libicule.so.%%ICUMAJOR%% -lib/libsiculx.a -lib/libiculx.so.%%ICUMAJOR%%.0 -lib/libiculx.so -lib/libiculx.so.%%ICUMAJOR%% -lib/libsicutoolutil.a -lib/libicutoolutil.so.%%ICUMAJOR%%.0 -lib/libicutoolutil.so.%%ICUMAJOR%% -lib/libicutoolutil.so -lib/libsicuio.a -lib/libicuio.so.%%ICUMAJOR%%.0 -lib/libicuio.so -lib/libicuio.so.%%ICUMAJOR%% -share/icu/%%ICUVER%%/config/mh-bsd-gcc -share/icu/%%ICUVER%%/mkinstalldirs -share/icu/%%ICUVER%%/license.html -@dirrm share/icu/%%ICUVER%%/config -@dirrm share/icu/%%ICUVER%% -@dirrm share/icu -@dirrm lib/icu/%%ICUVER%% -@dirrm lib/icu -@dirrm include/unicode -@dirrm include/layout |