diff options
Diffstat (limited to 'textproc/iiimf-x-lib')
-rw-r--r-- | textproc/iiimf-x-lib/Makefile | 60 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/distinfo | 3 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-Makefile | 47 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-acfiles_check_sys.m4 | 40 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_Makefile.am | 7 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am | 13 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimcfFun.c | 12 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/pkg-descr | 21 | ||||
-rw-r--r-- | textproc/iiimf-x-lib/pkg-plist | 5 |
9 files changed, 0 insertions, 208 deletions
diff --git a/textproc/iiimf-x-lib/Makefile b/textproc/iiimf-x-lib/Makefile deleted file mode 100644 index 21e5dc5ea85b..000000000000 --- a/textproc/iiimf-x-lib/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: iiimf-x-lib -# Date created: 8 Sep 2004 -# Whom: Kuang-che Wu <kcwu@csie.org> -# -# $FreeBSD$ -# - -PORTNAME= x-lib -PORTVERSION= 12.2 -PORTREVISION= 6 -CATEGORIES= textproc -MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ -PKGNAMEPREFIX= iiimf- -DISTNAME= iiimf-src-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Internet/Intranet Input Method X Client Framework - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -LIB_DEPENDS= iiimp.1:${PORTSDIR}/textproc/iiimf-protocol-lib \ - iiimcf.3:${PORTSDIR}/textproc/iiimf-client-lib -RUN_DEPENDS= ${LOCALBASE}/lib/iiim/csconv/csconv.so:${PORTSDIR}/textproc/iiimf-csconv - -ONLY_FOR_ARCHS= i386 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_MOTIF= yes -USE_OPENSSL= yes -USE_AUTOTOOLS= automake:env autoconf:env libtool:env -AUTOTOOLSFILES= Makefile - -WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} -BUILDDIR= ${WRKSRC}/iiimxcf/xiiimp.so - -.include <bsd.port.pre.mk> - -CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS} -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" - -post-patch: - ${REINPLACE_CMD} \ - -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ - -e "s,%%PREFIX%%,${PREFIX},g" \ - ${WRKSRC}/Makefile ${BUILDDIR}/Makefile.am - ${REINPLACE_CMD} -e "s,/usr/lib/iiim,${LOCALBASE}/lib/iiim,g" \ - ${WRKSRC}/lib/CSConv/csconv.h - -pre-configure: - @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig - @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ - -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ - ${BUILDDIR}/configure - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config - -.include <bsd.port.post.mk> diff --git a/textproc/iiimf-x-lib/distinfo b/textproc/iiimf-x-lib/distinfo deleted file mode 100644 index ad441e71afc8..000000000000 --- a/textproc/iiimf-x-lib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (iiimf-src-12.2.tar.bz2) = 70dbf257fe64ddf8611dfa6449da537c -SHA256 (iiimf-src-12.2.tar.bz2) = 16fc96abe6bdf7118868a51806bbe9c53e5396700398ec305f3de415fae12357 -SIZE (iiimf-src-12.2.tar.bz2) = 11452670 diff --git a/textproc/iiimf-x-lib/files/patch-Makefile b/textproc/iiimf-x-lib/files/patch-Makefile deleted file mode 100644 index 61895d8a2c5e..000000000000 --- a/textproc/iiimf-x-lib/files/patch-Makefile +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.orig Mon May 9 15:32:45 2005 -+++ Makefile Mon May 9 15:35:03 2005 -@@ -1,29 +1,31 @@ - ## deprecated in favour of AUTORECONF --#ACLOCAL = aclocal --#AUTOMAKE = automake --add-missing --copy --#LIBTOOLIZE = libtoolize --force --copy --#AUTOHEADER = autoheader --#AUTOCONF = autoconf -+ACLOCAL = %%ACLOCAL%% -+AUTOMAKE = %%AUTOMAKE%% --add-missing --copy -+LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = %%AUTOHEADER%% -+AUTOCONF = %%AUTOCONF%% - #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ - # $(LIBTOOLIZE) && \ - # $(AUTOHEADER) && \ - # $(AUTOMAKE) && \ - # $(AUTOCONF) - --AUTORECONF = autoreconf -+AUTORECONF = %%AUTORECONF%% - BOOTSTRAP = $(AUTORECONF) --install --force - INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake - --CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --localstatedir=/var -+CONFIG_FLAGS = --prefix=%%PREFIX%% --sysconfdir=%%LOCALBASE%%/etc --localstatedir=/var - --INTLDIRS = iiimgcf gnome-im-switcher -+#INTLDIRS = iiimgcf gnome-im-switcher - --BUILDDIRS = lib/CSConv lib/EIMIL lib/iiimp lib/iiimcf \ -- iiimsf leif leif/sun_le_korea leif/sch_le_sun leif/tch_le_sun \ -- iiimxcf/xiiimp.so iiimxcf/htt_xbe \ -- iiimgcf gnome-im-switcher doc -+BUILDDIRS = iiimxcf/xiiimp.so -+#BUILDDIRS = lib/CSConv lib/EIMIL lib/iiimp lib/iiimcf \ -+# iiimsf leif leif/sun_le_korea leif/sch_le_sun leif/tch_le_sun \ -+# iiimxcf/xiiimp.so iiimxcf/htt_xbe \ -+# iiimgcf gnome-im-switcher doc - --CONFIGDIRS = $(BUILDDIRS) leif/m17n_le leif/thai_le_sun -+CONFIGDIRS = $(BUILDDIRS) -+#CONFIGDIRS = $(BUILDDIRS) leif/m17n_le leif/thai_le_sun - - all: compile - diff --git a/textproc/iiimf-x-lib/files/patch-acfiles_check_sys.m4 b/textproc/iiimf-x-lib/files/patch-acfiles_check_sys.m4 deleted file mode 100644 index 44ee86c035bc..000000000000 --- a/textproc/iiimf-x-lib/files/patch-acfiles_check_sys.m4 +++ /dev/null @@ -1,40 +0,0 @@ ---- acfiles/check_sys.m4.orig Mon May 9 15:28:20 2005 -+++ acfiles/check_sys.m4 Mon May 9 15:32:07 2005 -@@ -203,6 +203,13 @@ - CXX=${CC} - fi - ;; -+ cc*:*) -+ DEBUG_CFLAGS="${DEBUG_CFLAGS} -ggdb" -+ DEBUG_CXXFLAGS="${DEBUG_CXXFLAGS} -g" -+ COMMON_CFLAGS="${COMMON_CFLAGS} -Wall" -+ SHLIBCFLAGS='-fpic' -+ SHLIBLDFLAGS='-shared' -+ ;; - *) - DEBUG_CXX_CFLAGS="${DEBUG_CXX_CFLAGS} -g" - ;; -@@ -249,8 +256,8 @@ - COMMON_CXX_CFLAGS="${COMMON_CXX_CFLAGS} -DLinux" - ;; - *freebsd*) -- THREAD_LDFLAGS="-pthread" -- PTHREAD_LIBS="" -+ THREAD_LDFLAGS="" -+ PTHREAD_LIBS="${PTHREAD_LIBS}" - ;; - esac - -@@ -288,9 +295,9 @@ - THREAD_CXX_CFLAGS="-mt" - HAVE_THREAD="uithread" - ;; -- *freebsd*@gcc:*) -- THREAD_LDFLAGS="-pthread" -- THREAD_LIBS="" -+ *freebsd*@cc:*|*freebsd*@gcc:*) -+ THREAD_LDFLAGS="" -+ THREAD_LIBS="${PTHREAD_LIBS}" - HAVE_THREAD="freebsd-pthread" - ;; - *linux*) diff --git a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_Makefile.am b/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_Makefile.am deleted file mode 100644 index 661caf2c83f4..000000000000 --- a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ ---- iiimxcf/xiiimp.so/Makefile.am.orig Fri May 13 15:42:30 2005 -+++ iiimxcf/xiiimp.so/Makefile.am Fri May 13 15:42:47 2005 -@@ -1,3 +1,3 @@ - AUTOMAKE_OPTIONS = foreign --ACLOCAL_AMFLAGS = -I ../../acfiles -+ACLOCAL_AMFLAGS = -I %%LOCALBASE%%/share/aclocal -I ../../acfiles - SUBDIRS = iiimp diff --git a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am b/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am deleted file mode 100644 index 2b33855ddde3..000000000000 --- a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ ---- iiimxcf/xiiimp.so/iiimp/Makefile.am.orig Mon May 9 19:38:54 2005 -+++ iiimxcf/xiiimp.so/iiimp/Makefile.am Mon May 9 19:40:25 2005 -@@ -8,8 +8,8 @@ - # you have to add the following by yourself to check undefined symbols. - # -Wl,-z -Wl,defs - xiiimp_la_LIBADD = $(X_LIBS) \ -- $(IM_LIBDIR)/iiimcf/libiiimcf.la \ -- $(IM_LIBDIR)/iiimp/libiiimp.la \ -+ -liiimcf \ -+ -liiimp \ - $(DLOPEN_LIBS) $(THREAD_LIBS) - xiiimp_la_SOURCES = \ - KeyMap.c \ diff --git a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimcfFun.c b/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimcfFun.c deleted file mode 100644 index 7085c7be594f..000000000000 --- a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimcfFun.c +++ /dev/null @@ -1,12 +0,0 @@ ---- iiimxcf/xiiimp.so/iiimp/iiimcfFun.c.orig Fri May 13 18:18:29 2005 -+++ iiimxcf/xiiimp.so/iiimp/iiimcfFun.c Fri May 13 18:18:47 2005 -@@ -61,7 +61,9 @@ - #include <iiimcf.h> - #include <langinfo.h> - #include <limits.h> -+#ifndef __FreeBSD__ - #include <values.h> -+#endif - #include <X11/Xlib.h> - #include <X11/Xatom.h> - diff --git a/textproc/iiimf-x-lib/pkg-descr b/textproc/iiimf-x-lib/pkg-descr deleted file mode 100644 index ac72b20e8941..000000000000 --- a/textproc/iiimf-x-lib/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -IIIMF stands for Internet/Intranet Input Method Framework. -IIIMF is designed to be the next generation of input method framework -which provides the following capabilities; - -* Multiplatform, platform independent. -* Multlingual and Full UNICODE support, but satisfactory for native speakers. -* Windowing System Independent. -* Multiple language engines concurrently run. -* Multiuser. -* Distributed, lightweight clients and scalable server. -* Extensible in multiple means. -* Input method protocol efficient enough to be used over low-speed modem - connection. -* Easy input method engine development with plugin API. -* Easy input method enabling with libiiimcf, even on console apps. -* Small core part to start from. - -WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - -- Kuang-che Wu - kcwu@csie.org diff --git a/textproc/iiimf-x-lib/pkg-plist b/textproc/iiimf-x-lib/pkg-plist deleted file mode 100644 index 55cb5c22cc1d..000000000000 --- a/textproc/iiimf-x-lib/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/iiim/xiiimp.a -lib/iiim/xiiimp.la -lib/iiim/xiiimp.so -lib/iiim/xiiimp.so.2 -@dirrmtry lib/iiim |