Index: head/net/gnomeicu/Makefile =================================================================== --- head/net/gnomeicu/Makefile (revision 52339) +++ head/net/gnomeicu/Makefile (revision 52340) @@ -1,46 +1,50 @@ # Ports collection Makefile for: GnomeICU # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 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 +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .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 +.elif defined(WITH_SOCKS5) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h +SOCKSLIBS= -lsocks5 .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 Property changes on: head/net/gnomeicu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/net/gnomeicu/distinfo =================================================================== --- head/net/gnomeicu/distinfo (revision 52339) +++ head/net/gnomeicu/distinfo (revision 52340) @@ -1 +1 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 +MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 Property changes on: head/net/gnomeicu/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/gnomeicu/files/patch-ac =================================================================== --- head/net/gnomeicu/files/patch-ac (revision 52339) +++ head/net/gnomeicu/files/patch-ac (nonexistent) @@ -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 Property changes on: head/net/gnomeicu/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/gnomeicu/files/patch-configure =================================================================== --- head/net/gnomeicu/files/patch-configure (revision 52339) +++ head/net/gnomeicu/files/patch-configure (revision 52340) @@ -1,16 +1,29 @@ ---- 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 @@ +--- configure.orig Mon Dec 24 17:17:59 2001 ++++ configure Mon Dec 24 17:18:21 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" #include "confdefs.h" + #include -#include +#include - EOF + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" + #include "confdefs.h" + #include +-#include ++#include + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include +-#include ++#include + extern + #ifdef __cplusplus + "C" Property changes on: head/net/gnomeicu/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnomeicu/files/patch-po::Makefile.in.in =================================================================== --- head/net/gnomeicu/files/patch-po::Makefile.in.in (nonexistent) +++ head/net/gnomeicu/files/patch-po::Makefile.in.in (revision 52340) @@ -0,0 +1,20 @@ +--- po/Makefile.in.in.orig Sun Dec 23 17:47:08 2001 ++++ po/Makefile.in.in Fri Dec 28 15:46:57 2001 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed -E 's/\.g?mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ Property changes on: head/net/gnomeicu/files/patch-po::Makefile.in.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/gnomeicu/files/patch-src::kanji_conv.c =================================================================== --- head/net/gnomeicu/files/patch-src::kanji_conv.c (revision 52339) +++ head/net/gnomeicu/files/patch-src::kanji_conv.c (revision 52340) @@ -1,7 +1,11 @@ ---- 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 @@ +--- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 ++++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 +@@ -30,7 +30,7 @@ + #include + #ifdef HAVE_ICONV -#include +#include #endif + + #include "kanji_conv.h" Property changes on: head/net/gnomeicu/files/patch-src::kanji_conv.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/Makefile =================================================================== --- head/net/gnomeicu/gnomeicu/Makefile (revision 52339) +++ head/net/gnomeicu/gnomeicu/Makefile (revision 52340) @@ -1,46 +1,50 @@ # Ports collection Makefile for: GnomeICU # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 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 +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .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 +.elif defined(WITH_SOCKS5) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h +SOCKSLIBS= -lsocks5 .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 Property changes on: head/net/gnomeicu/gnomeicu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/distinfo =================================================================== --- head/net/gnomeicu/gnomeicu/distinfo (revision 52339) +++ head/net/gnomeicu/gnomeicu/distinfo (revision 52340) @@ -1 +1 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 +MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 Property changes on: head/net/gnomeicu/gnomeicu/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/files/patch-ac =================================================================== --- head/net/gnomeicu/gnomeicu/files/patch-ac (revision 52339) +++ head/net/gnomeicu/gnomeicu/files/patch-ac (nonexistent) @@ -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 Property changes on: head/net/gnomeicu/gnomeicu/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/files/patch-configure =================================================================== --- head/net/gnomeicu/gnomeicu/files/patch-configure (revision 52339) +++ head/net/gnomeicu/gnomeicu/files/patch-configure (revision 52340) @@ -1,16 +1,29 @@ ---- 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 @@ +--- configure.orig Mon Dec 24 17:17:59 2001 ++++ configure Mon Dec 24 17:18:21 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" #include "confdefs.h" + #include -#include +#include - EOF + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" + #include "confdefs.h" + #include +-#include ++#include + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include +-#include ++#include + extern + #ifdef __cplusplus + "C" Property changes on: head/net/gnomeicu/gnomeicu/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/files/patch-po::Makefile.in.in =================================================================== --- head/net/gnomeicu/gnomeicu/files/patch-po::Makefile.in.in (nonexistent) +++ head/net/gnomeicu/gnomeicu/files/patch-po::Makefile.in.in (revision 52340) @@ -0,0 +1,20 @@ +--- po/Makefile.in.in.orig Sun Dec 23 17:47:08 2001 ++++ po/Makefile.in.in Fri Dec 28 15:46:57 2001 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed -E 's/\.g?mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ Property changes on: head/net/gnomeicu/gnomeicu/files/patch-po::Makefile.in.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c =================================================================== --- head/net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c (revision 52339) +++ head/net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c (revision 52340) @@ -1,7 +1,11 @@ ---- 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 @@ +--- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 ++++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 +@@ -30,7 +30,7 @@ + #include + #ifdef HAVE_ICONV -#include +#include #endif + + #include "kanji_conv.h" Property changes on: head/net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnomeicu/gnomeicu/pkg-plist =================================================================== --- head/net/gnomeicu/gnomeicu/pkg-plist (revision 52339) +++ head/net/gnomeicu/gnomeicu/pkg-plist (revision 52340) @@ -1,124 +1,149 @@ 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/glade/main.glade 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/basics.html +share/gnome/help/gnomeicu/C/gnomeicu.sgml +share/gnome/help/gnomeicu/C/index.html +share/gnome/help/gnomeicu/C/ln13.html +share/gnome/help/gnomeicu/C/starting.html +share/gnome/help/gnomeicu/C/stylesheet-images/caution.gif +share/gnome/help/gnomeicu/C/stylesheet-images/home.gif +share/gnome/help/gnomeicu/C/stylesheet-images/important.gif +share/gnome/help/gnomeicu/C/stylesheet-images/next.gif +share/gnome/help/gnomeicu/C/stylesheet-images/note.gif +share/gnome/help/gnomeicu/C/stylesheet-images/prev.gif +share/gnome/help/gnomeicu/C/stylesheet-images/tip.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/up.gif +share/gnome/help/gnomeicu/C/stylesheet-images/warning.gif 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/cs/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/ms/LC_MESSAGES/gnomeicu.mo share/locale/nl/LC_MESSAGES/gnomeicu.mo +share/locale/nn/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/sk/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 +share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo +share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo +@dirrm share/gnome/gnomeicu/glade @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/figures +@dirrm share/gnome/help/gnomeicu/C/stylesheet-images @dirrm share/gnome/help/gnomeicu/C @dirrm share/gnome/help/gnomeicu @dirrm share/gnome/sounds/gnomeicu Property changes on: head/net/gnomeicu/gnomeicu/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/gnomeicu/pkg-plist =================================================================== --- head/net/gnomeicu/pkg-plist (revision 52339) +++ head/net/gnomeicu/pkg-plist (revision 52340) @@ -1,124 +1,149 @@ 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/glade/main.glade 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/basics.html +share/gnome/help/gnomeicu/C/gnomeicu.sgml +share/gnome/help/gnomeicu/C/index.html +share/gnome/help/gnomeicu/C/ln13.html +share/gnome/help/gnomeicu/C/starting.html +share/gnome/help/gnomeicu/C/stylesheet-images/caution.gif +share/gnome/help/gnomeicu/C/stylesheet-images/home.gif +share/gnome/help/gnomeicu/C/stylesheet-images/important.gif +share/gnome/help/gnomeicu/C/stylesheet-images/next.gif +share/gnome/help/gnomeicu/C/stylesheet-images/note.gif +share/gnome/help/gnomeicu/C/stylesheet-images/prev.gif +share/gnome/help/gnomeicu/C/stylesheet-images/tip.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/up.gif +share/gnome/help/gnomeicu/C/stylesheet-images/warning.gif 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/cs/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/ms/LC_MESSAGES/gnomeicu.mo share/locale/nl/LC_MESSAGES/gnomeicu.mo +share/locale/nn/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/sk/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 +share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo +share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo +@dirrm share/gnome/gnomeicu/glade @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/figures +@dirrm share/gnome/help/gnomeicu/C/stylesheet-images @dirrm share/gnome/help/gnomeicu/C @dirrm share/gnome/help/gnomeicu @dirrm share/gnome/sounds/gnomeicu Property changes on: head/net/gnomeicu/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/gnomeicu2/Makefile =================================================================== --- head/net/gnomeicu2/Makefile (revision 52339) +++ head/net/gnomeicu2/Makefile (revision 52340) @@ -1,46 +1,50 @@ # Ports collection Makefile for: GnomeICU # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 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 +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .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 +.elif defined(WITH_SOCKS5) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h +SOCKSLIBS= -lsocks5 .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 Property changes on: head/net/gnomeicu2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/net/gnomeicu2/distinfo =================================================================== --- head/net/gnomeicu2/distinfo (revision 52339) +++ head/net/gnomeicu2/distinfo (revision 52340) @@ -1 +1 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 +MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 Property changes on: head/net/gnomeicu2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/gnomeicu2/files/patch-ac =================================================================== --- head/net/gnomeicu2/files/patch-ac (revision 52339) +++ head/net/gnomeicu2/files/patch-ac (nonexistent) @@ -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 Property changes on: head/net/gnomeicu2/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/gnomeicu2/files/patch-configure =================================================================== --- head/net/gnomeicu2/files/patch-configure (revision 52339) +++ head/net/gnomeicu2/files/patch-configure (revision 52340) @@ -1,16 +1,29 @@ ---- 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 @@ +--- configure.orig Mon Dec 24 17:17:59 2001 ++++ configure Mon Dec 24 17:18:21 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" #include "confdefs.h" + #include -#include +#include - EOF + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" + #include "confdefs.h" + #include +-#include ++#include + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include +-#include ++#include + extern + #ifdef __cplusplus + "C" Property changes on: head/net/gnomeicu2/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnomeicu2/files/patch-po::Makefile.in.in =================================================================== --- head/net/gnomeicu2/files/patch-po::Makefile.in.in (nonexistent) +++ head/net/gnomeicu2/files/patch-po::Makefile.in.in (revision 52340) @@ -0,0 +1,20 @@ +--- po/Makefile.in.in.orig Sun Dec 23 17:47:08 2001 ++++ po/Makefile.in.in Fri Dec 28 15:46:57 2001 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed -E 's/\.g?mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ Property changes on: head/net/gnomeicu2/files/patch-po::Makefile.in.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/gnomeicu2/files/patch-src::kanji_conv.c =================================================================== --- head/net/gnomeicu2/files/patch-src::kanji_conv.c (revision 52339) +++ head/net/gnomeicu2/files/patch-src::kanji_conv.c (revision 52340) @@ -1,7 +1,11 @@ ---- 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 @@ +--- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 ++++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 +@@ -30,7 +30,7 @@ + #include + #ifdef HAVE_ICONV -#include +#include #endif + + #include "kanji_conv.h" Property changes on: head/net/gnomeicu2/files/patch-src::kanji_conv.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/gnomeicu2/pkg-plist =================================================================== --- head/net/gnomeicu2/pkg-plist (revision 52339) +++ head/net/gnomeicu2/pkg-plist (revision 52340) @@ -1,124 +1,149 @@ 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/glade/main.glade 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/basics.html +share/gnome/help/gnomeicu/C/gnomeicu.sgml +share/gnome/help/gnomeicu/C/index.html +share/gnome/help/gnomeicu/C/ln13.html +share/gnome/help/gnomeicu/C/starting.html +share/gnome/help/gnomeicu/C/stylesheet-images/caution.gif +share/gnome/help/gnomeicu/C/stylesheet-images/home.gif +share/gnome/help/gnomeicu/C/stylesheet-images/important.gif +share/gnome/help/gnomeicu/C/stylesheet-images/next.gif +share/gnome/help/gnomeicu/C/stylesheet-images/note.gif +share/gnome/help/gnomeicu/C/stylesheet-images/prev.gif +share/gnome/help/gnomeicu/C/stylesheet-images/tip.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/up.gif +share/gnome/help/gnomeicu/C/stylesheet-images/warning.gif 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/cs/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/ms/LC_MESSAGES/gnomeicu.mo share/locale/nl/LC_MESSAGES/gnomeicu.mo +share/locale/nn/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/sk/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 +share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo +share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo +@dirrm share/gnome/gnomeicu/glade @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/figures +@dirrm share/gnome/help/gnomeicu/C/stylesheet-images @dirrm share/gnome/help/gnomeicu/C @dirrm share/gnome/help/gnomeicu @dirrm share/gnome/sounds/gnomeicu Property changes on: head/net/gnomeicu2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-im/gnomeicu/Makefile =================================================================== --- head/net-im/gnomeicu/Makefile (revision 52339) +++ head/net-im/gnomeicu/Makefile (revision 52340) @@ -1,46 +1,50 @@ # Ports collection Makefile for: GnomeICU # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 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 +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .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 +.elif defined(WITH_SOCKS5) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h +SOCKSLIBS= -lsocks5 .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 Property changes on: head/net-im/gnomeicu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/net-im/gnomeicu/distinfo =================================================================== --- head/net-im/gnomeicu/distinfo (revision 52339) +++ head/net-im/gnomeicu/distinfo (revision 52340) @@ -1 +1 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 +MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 Property changes on: head/net-im/gnomeicu/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-im/gnomeicu/files/patch-ac =================================================================== --- head/net-im/gnomeicu/files/patch-ac (revision 52339) +++ head/net-im/gnomeicu/files/patch-ac (nonexistent) @@ -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 Property changes on: head/net-im/gnomeicu/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-im/gnomeicu/files/patch-configure =================================================================== --- head/net-im/gnomeicu/files/patch-configure (revision 52339) +++ head/net-im/gnomeicu/files/patch-configure (revision 52340) @@ -1,16 +1,29 @@ ---- 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 @@ +--- configure.orig Mon Dec 24 17:17:59 2001 ++++ configure Mon Dec 24 17:18:21 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" #include "confdefs.h" + #include -#include +#include - EOF + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" + #include "confdefs.h" + #include +-#include ++#include + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include +-#include ++#include + extern + #ifdef __cplusplus + "C" Property changes on: head/net-im/gnomeicu/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-im/gnomeicu/files/patch-po::Makefile.in.in =================================================================== --- head/net-im/gnomeicu/files/patch-po::Makefile.in.in (nonexistent) +++ head/net-im/gnomeicu/files/patch-po::Makefile.in.in (revision 52340) @@ -0,0 +1,20 @@ +--- po/Makefile.in.in.orig Sun Dec 23 17:47:08 2001 ++++ po/Makefile.in.in Fri Dec 28 15:46:57 2001 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed -E 's/\.g?mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ Property changes on: head/net-im/gnomeicu/files/patch-po::Makefile.in.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-im/gnomeicu/files/patch-src::kanji_conv.c =================================================================== --- head/net-im/gnomeicu/files/patch-src::kanji_conv.c (revision 52339) +++ head/net-im/gnomeicu/files/patch-src::kanji_conv.c (revision 52340) @@ -1,7 +1,11 @@ ---- 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 @@ +--- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 ++++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 +@@ -30,7 +30,7 @@ + #include + #ifdef HAVE_ICONV -#include +#include #endif + + #include "kanji_conv.h" Property changes on: head/net-im/gnomeicu/files/patch-src::kanji_conv.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-im/gnomeicu/pkg-plist =================================================================== --- head/net-im/gnomeicu/pkg-plist (revision 52339) +++ head/net-im/gnomeicu/pkg-plist (revision 52340) @@ -1,124 +1,149 @@ 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/glade/main.glade 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/basics.html +share/gnome/help/gnomeicu/C/gnomeicu.sgml +share/gnome/help/gnomeicu/C/index.html +share/gnome/help/gnomeicu/C/ln13.html +share/gnome/help/gnomeicu/C/starting.html +share/gnome/help/gnomeicu/C/stylesheet-images/caution.gif +share/gnome/help/gnomeicu/C/stylesheet-images/home.gif +share/gnome/help/gnomeicu/C/stylesheet-images/important.gif +share/gnome/help/gnomeicu/C/stylesheet-images/next.gif +share/gnome/help/gnomeicu/C/stylesheet-images/note.gif +share/gnome/help/gnomeicu/C/stylesheet-images/prev.gif +share/gnome/help/gnomeicu/C/stylesheet-images/tip.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/up.gif +share/gnome/help/gnomeicu/C/stylesheet-images/warning.gif 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/cs/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/ms/LC_MESSAGES/gnomeicu.mo share/locale/nl/LC_MESSAGES/gnomeicu.mo +share/locale/nn/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/sk/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 +share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo +share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo +@dirrm share/gnome/gnomeicu/glade @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/figures +@dirrm share/gnome/help/gnomeicu/C/stylesheet-images @dirrm share/gnome/help/gnomeicu/C @dirrm share/gnome/help/gnomeicu @dirrm share/gnome/sounds/gnomeicu Property changes on: head/net-im/gnomeicu/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-im/gnomeicu2/Makefile =================================================================== --- head/net-im/gnomeicu2/Makefile (revision 52339) +++ head/net-im/gnomeicu2/Makefile (revision 52340) @@ -1,46 +1,50 @@ # Ports collection Makefile for: GnomeICU # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= gnomeicu -PORTVERSION= 0.96.1 -PORTREVISION= 2 +PORTVERSION= 0.98 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 +USE_GMAKE= yes +BUILD_DEPENDS+= gnet-config:${PORTSDIR}/net/gnet .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 +.elif defined(WITH_SOCKS5) +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h +SOCKSLIBS= -lsocks5 .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 Property changes on: head/net-im/gnomeicu2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/net-im/gnomeicu2/distinfo =================================================================== --- head/net-im/gnomeicu2/distinfo (revision 52339) +++ head/net-im/gnomeicu2/distinfo (revision 52340) @@ -1 +1 @@ -MD5 (gnomeicu-0.96.1.tar.bz2) = 1286c2d250562fc416836882b89bcdf1 +MD5 (gnomeicu-0.98.tar.gz) = aed40d1993611c3c29e12dfb2c9d5135 Property changes on: head/net-im/gnomeicu2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-im/gnomeicu2/files/patch-ac =================================================================== --- head/net-im/gnomeicu2/files/patch-ac (revision 52339) +++ head/net-im/gnomeicu2/files/patch-ac (nonexistent) @@ -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 Property changes on: head/net-im/gnomeicu2/files/patch-ac ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-im/gnomeicu2/files/patch-configure =================================================================== --- head/net-im/gnomeicu2/files/patch-configure (revision 52339) +++ head/net-im/gnomeicu2/files/patch-configure (revision 52340) @@ -1,16 +1,29 @@ ---- 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 @@ +--- configure.orig Mon Dec 24 17:17:59 2001 ++++ configure Mon Dec 24 17:18:21 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" #include "confdefs.h" + #include -#include +#include - EOF + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" + #include "confdefs.h" + #include +-#include ++#include + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include +-#include ++#include + extern + #ifdef __cplusplus + "C" Property changes on: head/net-im/gnomeicu2/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-im/gnomeicu2/files/patch-po::Makefile.in.in =================================================================== --- head/net-im/gnomeicu2/files/patch-po::Makefile.in.in (nonexistent) +++ head/net-im/gnomeicu2/files/patch-po::Makefile.in.in (revision 52340) @@ -0,0 +1,20 @@ +--- po/Makefile.in.in.orig Sun Dec 23 17:47:08 2001 ++++ po/Makefile.in.in Fri Dec 28 15:46:57 2001 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed -E 's/\.g?mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ Property changes on: head/net-im/gnomeicu2/files/patch-po::Makefile.in.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-im/gnomeicu2/files/patch-src::kanji_conv.c =================================================================== --- head/net-im/gnomeicu2/files/patch-src::kanji_conv.c (revision 52339) +++ head/net-im/gnomeicu2/files/patch-src::kanji_conv.c (revision 52340) @@ -1,7 +1,11 @@ ---- 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 @@ +--- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 ++++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 +@@ -30,7 +30,7 @@ + #include + #ifdef HAVE_ICONV -#include +#include #endif + + #include "kanji_conv.h" Property changes on: head/net-im/gnomeicu2/files/patch-src::kanji_conv.c ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-im/gnomeicu2/pkg-plist =================================================================== --- head/net-im/gnomeicu2/pkg-plist (revision 52339) +++ head/net-im/gnomeicu2/pkg-plist (revision 52340) @@ -1,124 +1,149 @@ 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/glade/main.glade 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/basics.html +share/gnome/help/gnomeicu/C/gnomeicu.sgml +share/gnome/help/gnomeicu/C/index.html +share/gnome/help/gnomeicu/C/ln13.html +share/gnome/help/gnomeicu/C/starting.html +share/gnome/help/gnomeicu/C/stylesheet-images/caution.gif +share/gnome/help/gnomeicu/C/stylesheet-images/home.gif +share/gnome/help/gnomeicu/C/stylesheet-images/important.gif +share/gnome/help/gnomeicu/C/stylesheet-images/next.gif +share/gnome/help/gnomeicu/C/stylesheet-images/note.gif +share/gnome/help/gnomeicu/C/stylesheet-images/prev.gif +share/gnome/help/gnomeicu/C/stylesheet-images/tip.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnomeicu/C/stylesheet-images/up.gif +share/gnome/help/gnomeicu/C/stylesheet-images/warning.gif 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/cs/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/ms/LC_MESSAGES/gnomeicu.mo share/locale/nl/LC_MESSAGES/gnomeicu.mo +share/locale/nn/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/sk/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 +share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo +share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo +@dirrm share/gnome/gnomeicu/glade @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/figures +@dirrm share/gnome/help/gnomeicu/C/stylesheet-images @dirrm share/gnome/help/gnomeicu/C @dirrm share/gnome/help/gnomeicu @dirrm share/gnome/sounds/gnomeicu Property changes on: head/net-im/gnomeicu2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property