diff options
Diffstat (limited to 'net-im/gnomeicu2')
-rw-r--r-- | net-im/gnomeicu2/Makefile | 46 | ||||
-rw-r--r-- | net-im/gnomeicu2/distinfo | 1 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-ac | 11 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-configure | 16 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src::kanji_conv.c | 7 | ||||
-rw-r--r-- | net-im/gnomeicu2/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/gnomeicu2/pkg-descr | 8 | ||||
-rw-r--r-- | net-im/gnomeicu2/pkg-plist | 124 |
8 files changed, 0 insertions, 214 deletions
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile deleted file mode 100644 index 853dc427516e..000000000000 --- a/net-im/gnomeicu2/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Ports collection Makefile for: GnomeICU -# Date created: 03/16/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnomeicu - -MAINTAINER= gnome@FreeBSD.org - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -.if defined(WITH_DANTE) -LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante -SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ - -Dgetpeername=Rgetpeername -Daccept=Raccept \ - -Drresvport=Rrresvport -Dbindresvport=Rbindresvport \ - -Dgethostbyname=Rgethostbyname \ - -Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \ - -Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \ - -Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \ - -Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg -SOCKSLIBS= -lsocks -.endif - -CONFIGURE_ARGS= --with-statusmenu -CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \ - CFLAGS="${CFLAGS}" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/net-im/gnomeicu2/distinfo b/net-im/gnomeicu2/distinfo deleted file mode 100644 index 2eeb3fc7ef30..000000000000 --- a/net-im/gnomeicu2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 diff --git a/net-im/gnomeicu2/files/patch-ac b/net-im/gnomeicu2/files/patch-ac deleted file mode 100644 index c0a042787c06..000000000000 --- a/net-im/gnomeicu2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000 -+++ po/Makefile.in.in Sat Jan 29 16:08:19 2000 -@@ -19,7 +19,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po diff --git a/net-im/gnomeicu2/files/patch-configure b/net-im/gnomeicu2/files/patch-configure deleted file mode 100644 index fcb467e8a8ef..000000000000 --- a/net-im/gnomeicu2/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig Tue Feb 27 13:35:06 2001 -+++ configure Thu Apr 19 15:50:55 2001 -@@ -5039,5 +5039,5 @@ - --ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 --echo "configure:5043: checking for iconv.h" >&5 -+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 -+echo "configure:5043: checking for giconv.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -@@ -5048,3 +5048,3 @@ - #include "confdefs.h" --#include <iconv.h> -+#include <giconv.h> - EOF diff --git a/net-im/gnomeicu2/files/patch-src::kanji_conv.c b/net-im/gnomeicu2/files/patch-src::kanji_conv.c deleted file mode 100644 index 497b91d16c89..000000000000 --- a/net-im/gnomeicu2/files/patch-src::kanji_conv.c +++ /dev/null @@ -1,7 +0,0 @@ ---- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001 -+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001 -@@ -32,3 +32,3 @@ - #ifdef HAVE_ICONV --#include <iconv.h> -+#include <giconv.h> - #endif diff --git a/net-im/gnomeicu2/pkg-comment b/net-im/gnomeicu2/pkg-comment deleted file mode 100644 index bb39546ca3ca..000000000000 --- a/net-im/gnomeicu2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNOME ICQ client diff --git a/net-im/gnomeicu2/pkg-descr b/net-im/gnomeicu2/pkg-descr deleted file mode 100644 index 1ea707c0865a..000000000000 --- a/net-im/gnomeicu2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - GnomeICU (previously GtkICQ) is an Internet based communications - program which makes use of ICQ protocol. GnomeICU also makes use of - Gnome, a growingly popular desktop environment.GnomeICU is released - under the GNU Public License, and is available free of charge. - -WWW: http://gnomeicu.gdev.net/ - -Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/net-im/gnomeicu2/pkg-plist b/net-im/gnomeicu2/pkg-plist deleted file mode 100644 index 89d6605f1c55..000000000000 --- a/net-im/gnomeicu2/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -bin/gnomeicu -bin/gnomeicu-client -etc/CORBA/servers/GnomeICU.gnorba -etc/sound/events/GnomeICU.soundlist -share/gnome/applets/Network/GnomeICU.desktop -share/gnome/apps/Internet/GnomeICU.desktop -share/gnome/gnomeicu/icons/Default/gnomeicu-animation.png -share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png -share/gnome/gnomeicu/icons/Default/gnomeicu-away.png -share/gnome/gnomeicu/icons/Default/gnomeicu-blank.png -share/gnome/gnomeicu/icons/Default/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/Default/gnomeicu-chat.png -share/gnome/gnomeicu/icons/Default/gnomeicu-contact.png -share/gnome/gnomeicu/icons/Default/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Default/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Default/gnomeicu-file.png -share/gnome/gnomeicu/icons/Default/gnomeicu-hist.png -share/gnome/gnomeicu/icons/Default/gnomeicu-info -share/gnome/gnomeicu/icons/Default/gnomeicu-info.png -share/gnome/gnomeicu/icons/Default/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Default/gnomeicu-message.png -share/gnome/gnomeicu/icons/Default/gnomeicu-na.png -share/gnome/gnomeicu/icons/Default/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Default/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Default/gnomeicu-ok.png -share/gnome/gnomeicu/icons/Default/gnomeicu-online.png -share/gnome/gnomeicu/icons/Default/gnomeicu-rename.png -share/gnome/gnomeicu/icons/Default/gnomeicu-still.png -share/gnome/gnomeicu/icons/Default/gnomeicu-url.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-animation.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-auth.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-away.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-blank.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-chat.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-contact.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-file.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-hist.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-message.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-na.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ok.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-online.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-rename.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-still.png -share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-url.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-animation.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-away.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-info -share/gnome/gnomeicu/icons/Gradients/gnomeicu-inv.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-na.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-occ.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-offline.png -share/gnome/gnomeicu/icons/Gradients/gnomeicu-online.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-animation.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-auth.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-away.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-blank.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-cancel.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-chat.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-contact.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-dnd.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ffc.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-file.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-hist.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-inv.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-message.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-na.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-occ.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-offline.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ok.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-online.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-rename.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-still.png -share/gnome/gnomeicu/icons/reDubbed/gnomeicu-url.png -share/gnome/help/gnomeicu/C/topic.dat -share/gnome/pixmaps/gnome-gnomeicu.xpm -share/gnome/sounds/gnomeicu/message.wav -share/locale/ca/LC_MESSAGES/gnomeicu.mo -share/locale/da/LC_MESSAGES/gnomeicu.mo -share/locale/de/LC_MESSAGES/gnomeicu.mo -share/locale/el/LC_MESSAGES/gnomeicu.mo -share/locale/es/LC_MESSAGES/gnomeicu.mo -share/locale/fi/LC_MESSAGES/gnomeicu.mo -share/locale/fr/LC_MESSAGES/gnomeicu.mo -share/locale/ga/LC_MESSAGES/gnomeicu.mo -share/locale/gl/LC_MESSAGES/gnomeicu.mo -share/locale/hu/LC_MESSAGES/gnomeicu.mo -share/locale/it/LC_MESSAGES/gnomeicu.mo -share/locale/ja/LC_MESSAGES/gnomeicu.mo -share/locale/ko/LC_MESSAGES/gnomeicu.mo -share/locale/lt/LC_MESSAGES/gnomeicu.mo -share/locale/nl/LC_MESSAGES/gnomeicu.mo -share/locale/no/LC_MESSAGES/gnomeicu.mo -share/locale/pl/LC_MESSAGES/gnomeicu.mo -share/locale/pt/LC_MESSAGES/gnomeicu.mo -share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo -share/locale/ro/LC_MESSAGES/gnomeicu.mo -share/locale/ru/LC_MESSAGES/gnomeicu.mo -share/locale/sl/LC_MESSAGES/gnomeicu.mo -share/locale/sv/LC_MESSAGES/gnomeicu.mo -share/locale/tr/LC_MESSAGES/gnomeicu.mo -share/locale/uk/LC_MESSAGES/gnomeicu.mo -@dirrm share/gnome/gnomeicu/icons/Default -@dirrm share/gnome/gnomeicu/icons/Eyeballs -@dirrm share/gnome/gnomeicu/icons/Gradients -@dirrm share/gnome/gnomeicu/icons/reDubbed -@dirrm share/gnome/gnomeicu/icons -@dirrm share/gnome/gnomeicu -@exec mkdir -p %D/share/gnome/help/gnomeicu/C/images -@dirrm share/gnome/help/gnomeicu/C/images -@dirrm share/gnome/help/gnomeicu/C -@dirrm share/gnome/help/gnomeicu -@dirrm share/gnome/sounds/gnomeicu |