From 8a11626d29ef8fc297e6512cd6f687df742cb65e Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 1 Aug 2006 04:20:39 +0000 Subject: -USE_X_PREFIX -> USE_XLIB, these ports install in LOCALBASE now. -X11BASE -> LOCALBASE, gaim lives in LOCALBASE. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6911 df743ca5-7f9a-e211-a948-0013205c9059 --- net-im/gaim-assistant/Makefile | 40 ++++++++++++++++++++++ net-im/gaim-assistant/distinfo | 3 ++ net-im/gaim-assistant/pkg-descr | 4 +++ net-im/gaim-extprefs/Makefile | 32 +++++++++++++++++ net-im/gaim-extprefs/distinfo | 3 ++ net-im/gaim-extprefs/pkg-descr | 6 ++++ net-im/gaim-latex/Makefile | 36 +++++++++++++++++++ net-im/gaim-latex/distinfo | 3 ++ net-im/gaim-latex/files/patch-LaTeX.c | 17 +++++++++ net-im/gaim-latex/pkg-descr | 4 +++ net-im/gaim-rss-reader/Makefile | 33 ++++++++++++++++++ net-im/gaim-rss-reader/distinfo | 3 ++ .../files/patch-pixmaps_Makefile.in | 11 ++++++ net-im/gaim-rss-reader/files/patch-src_channel.c | 32 +++++++++++++++++ .../files/patch-src_gaim-rss-reader.c | 14 ++++++++ net-im/gaim-rss-reader/pkg-descr | 6 ++++ net-im/gaim-rss-reader/pkg-plist | 2 ++ 17 files changed, 249 insertions(+) create mode 100644 net-im/gaim-assistant/Makefile create mode 100644 net-im/gaim-assistant/distinfo create mode 100644 net-im/gaim-assistant/pkg-descr create mode 100644 net-im/gaim-extprefs/Makefile create mode 100644 net-im/gaim-extprefs/distinfo create mode 100644 net-im/gaim-extprefs/pkg-descr create mode 100644 net-im/gaim-latex/Makefile create mode 100644 net-im/gaim-latex/distinfo create mode 100644 net-im/gaim-latex/files/patch-LaTeX.c create mode 100644 net-im/gaim-latex/pkg-descr create mode 100644 net-im/gaim-rss-reader/Makefile create mode 100644 net-im/gaim-rss-reader/distinfo create mode 100644 net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in create mode 100644 net-im/gaim-rss-reader/files/patch-src_channel.c create mode 100644 net-im/gaim-rss-reader/files/patch-src_gaim-rss-reader.c create mode 100644 net-im/gaim-rss-reader/pkg-descr create mode 100644 net-im/gaim-rss-reader/pkg-plist (limited to 'net-im') diff --git a/net-im/gaim-assistant/Makefile b/net-im/gaim-assistant/Makefile new file mode 100644 index 000000000..89e704709 --- /dev/null +++ b/net-im/gaim-assistant/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gaim-assistant +# Date created: 10 Dec 2005 +# Whom: Remington Lang +# +# $FreeBSD$ + +PORTNAME= gaim-assistant +PORTVERSION= 0.1.0 +PORTREVISION= 2 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= MrL0Lz@gmail.com +COMMENT= Plugin that forwards messages to a different screen name + +BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim + +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +USE_GCC= 3.4+ + +GNU_CONFIGURE= yes + +PLIST_FILES= lib/gaim/gaim-assistant.so + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gaim-assistant.so ${PREFIX}/lib/gaim + +.include + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + +.include diff --git a/net-im/gaim-assistant/distinfo b/net-im/gaim-assistant/distinfo new file mode 100644 index 000000000..58a75497e --- /dev/null +++ b/net-im/gaim-assistant/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-assistant-0.1.0.tar.gz) = 43c5ae25c13acc0434668c3c56c0ead4 +SHA256 (gaim-assistant-0.1.0.tar.gz) = cbe764e5bf1581c9029c2ebf86b1b16e6cd3f76ec2d5920fb0bbc68ab67194aa +SIZE (gaim-assistant-0.1.0.tar.gz) = 351203 diff --git a/net-im/gaim-assistant/pkg-descr b/net-im/gaim-assistant/pkg-descr new file mode 100644 index 000000000..db3dcd757 --- /dev/null +++ b/net-im/gaim-assistant/pkg-descr @@ -0,0 +1,4 @@ +Gaim Assistant is a plugin to Gaim that will allow you to forward +messages to a different screen name should you become away. + +WWW: http://gaim-assistant.tulg.org/ diff --git a/net-im/gaim-extprefs/Makefile b/net-im/gaim-extprefs/Makefile new file mode 100644 index 000000000..1db0b358f --- /dev/null +++ b/net-im/gaim-extprefs/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gaim-extprefs +# Date created: 28 November 2005 +# Whom: Victor Semionov +# +# $FreeBSD$ +# + +PORTNAME= gaim-extprefs +PORTVERSION= 0.5 +PORTREVISION= 2 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gaim-extprefs + +MAINTAINER= semionov@mail.bg +COMMENT= A gaim plugin that provides additional preferences + +BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim + +USE_XLIB= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+=--enable-static=no +CFLAGS+= "-fPIC" + +PLIST_FILES= lib/gaim/libextprefs.la lib/gaim/libextprefs.so + +post-patch: + @${REINPLACE_CMD} -e 's/-g3//' ${WRKSRC}/configure + +.include diff --git a/net-im/gaim-extprefs/distinfo b/net-im/gaim-extprefs/distinfo new file mode 100644 index 000000000..8b4c7b72f --- /dev/null +++ b/net-im/gaim-extprefs/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-extprefs-0.5.tar.gz) = 35c38a6e9a618859dab8cabefc8dcdce +SHA256 (gaim-extprefs-0.5.tar.gz) = bb740a07c1dc1a0a38b9c268ee8d84fbd89ee9cd3139f984498fb01b45584562 +SIZE (gaim-extprefs-0.5.tar.gz) = 316243 diff --git a/net-im/gaim-extprefs/pkg-descr b/net-im/gaim-extprefs/pkg-descr new file mode 100644 index 000000000..3639b0a08 --- /dev/null +++ b/net-im/gaim-extprefs/pkg-descr @@ -0,0 +1,6 @@ +Gaim Extended Preferences is a plugin that takes advantage of existing gaim +functionality to provide preferences that are often desired but not are not +considered worthy of inclusion in Gaim itself. The plugin is not supported by +the Gaim project. + +WWW: http://gaim-extprefs.sourceforge.net/ diff --git a/net-im/gaim-latex/Makefile b/net-im/gaim-latex/Makefile new file mode 100644 index 000000000..16c2a6ceb --- /dev/null +++ b/net-im/gaim-latex/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: Gaim-LaTeX +# Date created: 2005-06-22 +# Whom: Geoffrey Mainland +# +# $FreeBSD$ +# + +PORTNAME= latex +PORTVERSION= 0.3 +PORTREVISION= 5 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} +PKGNAMEPREFIX= gaim- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= mainland@apeiron.net +COMMENT= Display LaTeX output in your IMs + +BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \ + latex:${PORTSDIR}/print/teTeX \ + convert:${PORTSDIR}/graphics/ImageMagick + +CFLAGS+= "-fPIC" +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +USE_BZIP2= yes + +PLIST_FILES= lib/gaim/LaTeX.so + +do-install: + ${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim + +.include diff --git a/net-im/gaim-latex/distinfo b/net-im/gaim-latex/distinfo new file mode 100644 index 000000000..3b10f941e --- /dev/null +++ b/net-im/gaim-latex/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29 +SHA256 (gaim-latex-0.3.tar.bz2) = e7742ebd216bd7414525ba074f828e43db3093807e4c506e5a002f45855f84e4 +SIZE (gaim-latex-0.3.tar.bz2) = 12903 diff --git a/net-im/gaim-latex/files/patch-LaTeX.c b/net-im/gaim-latex/files/patch-LaTeX.c new file mode 100644 index 000000000..a09cfc364 --- /dev/null +++ b/net-im/gaim-latex/files/patch-LaTeX.c @@ -0,0 +1,17 @@ +--- LaTeX.c.orig Sun Jul 3 11:23:45 2005 ++++ LaTeX.c Sun Jul 3 11:24:29 2005 +@@ -77,13 +77,13 @@ + + while(ptr1 != NULL) + { +- retro = FALSE; + char *tex, *message, *idstring; + gchar *name, *buf; + char *filedata; + size_t size; + GError *error = NULL; + char *filter; ++ retro = FALSE; + + pos1 = strlen(*tmp2) - strlen(ptr1); + diff --git a/net-im/gaim-latex/pkg-descr b/net-im/gaim-latex/pkg-descr new file mode 100644 index 000000000..46c46e0e7 --- /dev/null +++ b/net-im/gaim-latex/pkg-descr @@ -0,0 +1,4 @@ +This is a plugin for Gaim that allows you to display LaTeX output in +your IMs. + +WWW: http://sourceforge.net/projects/gaim-latex diff --git a/net-im/gaim-rss-reader/Makefile b/net-im/gaim-rss-reader/Makefile new file mode 100644 index 000000000..34e92ee5b --- /dev/null +++ b/net-im/gaim-rss-reader/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gaim-rss-rader +# Date created: 8 Aug 2004 +# Whom: mycroft@virgaria.org +# +# $FreeBSD$ +# + +PORTNAME= rss-reader +PORTVERSION= 0.1 +PORTREVISION= 10 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} +PKGNAMEPREFIX= gaim- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= mycroft@virgaria.org +COMMENT= Provides Rss support for Gaim + +BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim + +IGNORE= Requires update to work with Gaim 0.82.1 + +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= "--with-gaim=${LOCALBASE}/include/gaim" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/net-im/gaim-rss-reader/distinfo b/net-im/gaim-rss-reader/distinfo new file mode 100644 index 000000000..339e91c18 --- /dev/null +++ b/net-im/gaim-rss-reader/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-rss-reader-0.1.tar.gz) = 8a0bcc28b4a5b7d761adef997646c739 +SHA256 (gaim-rss-reader-0.1.tar.gz) = a5276b76b601477529422cac963364c9a0788105b71ab9905b37cd63c4eca416 +SIZE (gaim-rss-reader-0.1.tar.gz) = 538076 diff --git a/net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in b/net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in new file mode 100644 index 000000000..3d2c86908 --- /dev/null +++ b/net-im/gaim-rss-reader/files/patch-pixmaps_Makefile.in @@ -0,0 +1,11 @@ +--- pixmaps/Makefile.in.orig Sun Aug 8 13:52:53 2004 ++++ pixmaps/Makefile.in Sun Aug 8 13:53:08 2004 +@@ -103,7 +103,7 @@ + EXTRA_DIST = xml.png + + +-grrconfpixdir = $(datadir)/pixmaps/gaim/grr ++grrconfpixdir = $(datadir)/gnome/pixmaps/gaim/status/default + grrconfpix_DATA = xml.png + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../pre_config.h diff --git a/net-im/gaim-rss-reader/files/patch-src_channel.c b/net-im/gaim-rss-reader/files/patch-src_channel.c new file mode 100644 index 000000000..21768a403 --- /dev/null +++ b/net-im/gaim-rss-reader/files/patch-src_channel.c @@ -0,0 +1,32 @@ +--- src/channel.c.orig Sun Aug 8 17:45:25 2004 ++++ src/channel.c Sun Aug 8 17:46:01 2004 +@@ -97,16 +97,19 @@ + + void rss_channel_update(Channel *channel) + { ++ xmlDocPtr doc; ++ xmlNodePtr cur; ++ gboolean rdf = FALSE; + rss_channel_clear(channel); + +- xmlDocPtr doc = xmlParseFile(channel->url); ++ doc = xmlParseFile(channel->url); + if(doc == NULL) + { + //std::cerr << "Cannot read file: " << _title << std::endl; + return; + } + +- xmlNodePtr cur = xmlDocGetRootElement(doc); ++ cur = xmlDocGetRootElement(doc); + if (cur == NULL) + { + //std::cerr << "Empty document: " << _title << std::endl; +@@ -114,7 +117,6 @@ + return; + } + +- gboolean rdf = FALSE; + // We must determine whether the document is RDF or RSS since they + // have slightly different structures. We handle both. + if(!xmlStrcmp(cur->name, (const xmlChar *)"rss")) diff --git a/net-im/gaim-rss-reader/files/patch-src_gaim-rss-reader.c b/net-im/gaim-rss-reader/files/patch-src_gaim-rss-reader.c new file mode 100644 index 000000000..48abcee43 --- /dev/null +++ b/net-im/gaim-rss-reader/files/patch-src_gaim-rss-reader.c @@ -0,0 +1,14 @@ +--- src/gaim-rss-reader.c.orig Sun Aug 8 17:44:40 2004 ++++ src/gaim-rss-reader.c Sun Aug 8 17:44:54 2004 +@@ -255,10 +255,10 @@ + + static void init_plugin(GaimPlugin *plugin) + { ++ GList *sl = NULL; + gaim_prefs_add_none("/plugins/gtk/gaim-rss-reader"); + gaim_prefs_add_int("/plugins/gtk/gaim-rss-reader/update_time", 60); + +- GList *sl = NULL; + sl = g_list_append(sl, "Debian Planet;http://www.debianplanet.org/debianplanet/backend.php"); + sl = g_list_append(sl, "Mozillazine;http://www.mozillazine.org/contents.rdf"); + sl = g_list_append(sl, "Newsforge;http://www.newsforge.com/newsforge.rss"); diff --git a/net-im/gaim-rss-reader/pkg-descr b/net-im/gaim-rss-reader/pkg-descr new file mode 100644 index 000000000..0d8535026 --- /dev/null +++ b/net-im/gaim-rss-reader/pkg-descr @@ -0,0 +1,6 @@ +RSS reader plugin for Gaim. + +It allows users to add/remove rss feeds, and consult/update them through +a button on conversation window. + +WWW: http://gaim-rss-reader.sourceforge.net/ diff --git a/net-im/gaim-rss-reader/pkg-plist b/net-im/gaim-rss-reader/pkg-plist new file mode 100644 index 000000000..8daa47945 --- /dev/null +++ b/net-im/gaim-rss-reader/pkg-plist @@ -0,0 +1,2 @@ +lib/gaim/grr.so +share/gnome/pixmaps/gaim/status/default/xml.png -- cgit v1.2.3