aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-10 04:22:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-10 04:22:30 +0000
commit374a86aa5efaa4629ffabdf9a30afb283b071800 (patch)
tree13e9356d117f965f7cd9692acd4b1a039f6af607 /misc
parent9d37a461bd94a2b85523d49483919d9060c92102 (diff)
downloadports-374a86aa5efaa4629ffabdf9a30afb283b071800.tar.gz
ports-374a86aa5efaa4629ffabdf9a30afb283b071800.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/gaim-bangexec/Makefile32
-rw-r--r--misc/gaim-bangexec/distinfo2
-rw-r--r--misc/gaim-bangexec/files/patch-bangexec.c14
-rw-r--r--misc/gaim-bangexec/pkg-descr5
-rw-r--r--misc/gaim-guifications/Makefile44
-rw-r--r--misc/gaim-guifications/distinfo2
-rw-r--r--misc/gaim-guifications/pkg-descr4
-rw-r--r--misc/gaim-guifications/pkg-plist55
-rw-r--r--misc/gaim-ignorance/Makefile47
-rw-r--r--misc/gaim-ignorance/distinfo2
-rw-r--r--misc/gaim-ignorance/files/patch-ignorance.c14
-rw-r--r--misc/gaim-ignorance/files/pkg-message.in7
-rw-r--r--misc/gaim-ignorance/pkg-descr5
-rw-r--r--misc/gaim-ignorance/pkg-plist8
15 files changed, 0 insertions, 244 deletions
diff --git a/misc/Makefile b/misc/Makefile
index ab3caba58c85..edeb101eb284 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -95,9 +95,6 @@
SUBDIR += freshmeat-submit
SUBDIR += ftdi-eeprom
SUBDIR += ftree
- SUBDIR += gaim-bangexec
- SUBDIR += gaim-guifications
- SUBDIR += gaim-ignorance
SUBDIR += gctpc
SUBDIR += geekcode
SUBDIR += getopt
diff --git a/misc/gaim-bangexec/Makefile b/misc/gaim-bangexec/Makefile
deleted file mode 100644
index 86a765342a0f..000000000000
--- a/misc/gaim-bangexec/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gaim-bangexec
-# Date created: 17 April 2005
-# Whom: kevinb
-#
-# $FreeBSD$
-#
-
-PORTNAME= bangexec
-PORTVERSION= 1.3.0.2
-PORTREVISION= 2
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ignorance
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= kruptos@mlinux.org
-COMMENT= Command interpreter plugin for gaim
-
-BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-
-PLIST_FILES= lib/gaim/bangexec.so
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/misc/gaim-bangexec/distinfo b/misc/gaim-bangexec/distinfo
deleted file mode 100644
index 0c5b1d1ea2ea..000000000000
--- a/misc/gaim-bangexec/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bangexec-1.3.0.2.tar.bz2) = 8b445362249d4b5e1f71a83713aee075
-SIZE (bangexec-1.3.0.2.tar.bz2) = 218421
diff --git a/misc/gaim-bangexec/files/patch-bangexec.c b/misc/gaim-bangexec/files/patch-bangexec.c
deleted file mode 100644
index 298b5d5b233d..000000000000
--- a/misc/gaim-bangexec/files/patch-bangexec.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- bangexec.c.orig Sun Jul 10 13:08:21 2005
-+++ bangexec.c Sun Jul 10 13:08:37 2005
-@@ -297,9 +297,10 @@
- return -1;
- }else if (pid){ //Parent
- int rv;
-+ int flags;
-
- close (p[1]);
-- int flags = fcntl (p[0], F_GETFL, 0);
-+ flags = fcntl (p[0], F_GETFL, 0);
- fcntl (p[0], F_SETFL, flags | O_NONBLOCK);
-
- rv=read_nonblock(p[0],maxlen-chrs,strtoul(BANGEXEC_TIMEOUT,NULL,10),inp);
diff --git a/misc/gaim-bangexec/pkg-descr b/misc/gaim-bangexec/pkg-descr
deleted file mode 100644
index 0f4408da6c8d..000000000000
--- a/misc/gaim-bangexec/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-!exec is a command interpreter plugin for Gaim. If you're nostalgic
-for chat clients like curfloo and gyach while using Gaim, then this
-is the plugin for you!
-
-WWW: http://bard.sytes.net/bangexec/
diff --git a/misc/gaim-guifications/Makefile b/misc/gaim-guifications/Makefile
deleted file mode 100644
index 0df6b3b47ec9..000000000000
--- a/misc/gaim-guifications/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: gaim-guifications
-# Date created: 2004-05-04
-# Whom: ports@c0decafe.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= guifications
-PORTVERSION= 2.12
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= ports@c0decafe.net
-COMMENT= Plugin to add msn style "toaster" popups to Gaim
-
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
-CONFIGURE_ENV+="CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib"
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-extract:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
- -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
- -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
- @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/misc/gaim-guifications/distinfo b/misc/gaim-guifications/distinfo
deleted file mode 100644
index d4dc1a087938..000000000000
--- a/misc/gaim-guifications/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (guifications-2.12.tar.gz) = 4e8d618f70c78afe539372141a2206ef
-SIZE (guifications-2.12.tar.gz) = 741795
diff --git a/misc/gaim-guifications/pkg-descr b/misc/gaim-guifications/pkg-descr
deleted file mode 100644
index ec789afdad17..000000000000
--- a/misc/gaim-guifications/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Guifications is a Gaim plugin that displays msn style "toaster" popups in a
-user-defined corner of the screen. It's highly configurable, and easy to use.
-
-WWW: http://guifications.sourceforge.net/Guifications/
diff --git a/misc/gaim-guifications/pkg-plist b/misc/gaim-guifications/pkg-plist
deleted file mode 100644
index aa4ef595da35..000000000000
--- a/misc/gaim-guifications/pkg-plist
+++ /dev/null
@@ -1,55 +0,0 @@
-lib/gaim/guifications.so
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_big.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_huge.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_large.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_little.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_normal.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_small.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_tiny.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_center.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_east.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_north.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_north_east.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_north_west.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_south.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_south_east.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_south_west.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_west.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_end.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_middle.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_start.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_truncate.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_north_east.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_north_west.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_south_east.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_south_west.png
-share/gnome/pixmaps/gaim/guifications/themes/Penguins/penguin.png
-share/gnome/pixmaps/gaim/guifications/themes/Penguins/theme.xml
-share/gnome/pixmaps/gaim/guifications/themes/default/background.png
-share/gnome/pixmaps/gaim/guifications/themes/default/theme.xml
-share/gnome/pixmaps/gaim/guifications/themes/mini/background.png
-share/gnome/pixmaps/gaim/guifications/themes/mini/theme.xml
-%%NLS%%share/locale/cs/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/de/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/en_AU/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/es/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/he/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/it/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/no/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/guifications.mo
-@dirrm share/gnome/pixmaps/gaim/guifications/themes/mini
-@dirrm share/gnome/pixmaps/gaim/guifications/themes/default
-@dirrm share/gnome/pixmaps/gaim/guifications/themes/Penguins
-@dirrm share/gnome/pixmaps/gaim/guifications/themes
-@dirrm share/gnome/pixmaps/gaim/guifications/conf
-@dirrm share/gnome/pixmaps/gaim/guifications
diff --git a/misc/gaim-ignorance/Makefile b/misc/gaim-ignorance/Makefile
deleted file mode 100644
index df3697b84c8b..000000000000
--- a/misc/gaim-ignorance/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: gaim-ignorance
-# Date created: 17 April 2005
-# Whom: kevinb
-#
-# $FreeBSD$
-#
-
-PORTNAME= ignorance
-PORTVERSION= 2.2
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= kruptos@mlinux.org
-COMMENT= Adds filtering capabilities to gaim
-
-BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-
-SUB_FILES= pkg-message
-PORTDOCS= README
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s/ignorance.conf/ignorance.conf.sample/g" ${WRKSRC}/Makefile.in
- @${MV} ${WRKSRC}/ignorance.conf ${WRKSRC}/ignorance.conf.sample
-
-post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/ignorance ${EXAMPLESDIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
- if ${TEST} ! -f ${PREFIX}/etc/gaim/ignorance.conf; then \
- ${CP} ${PREFIX}/etc/gaim/ignorance.conf.sample ${PREFIX}/etc/gaim/ignorance.conf; \
- fi
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/misc/gaim-ignorance/distinfo b/misc/gaim-ignorance/distinfo
deleted file mode 100644
index 2cf4e762a5f7..000000000000
--- a/misc/gaim-ignorance/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ignorance-2.2.tar.bz2) = 9d8fdc97751adc19f5871c0c7793e1f9
-SIZE (ignorance-2.2.tar.bz2) = 282432
diff --git a/misc/gaim-ignorance/files/patch-ignorance.c b/misc/gaim-ignorance/files/patch-ignorance.c
deleted file mode 100644
index 67e78267fde6..000000000000
--- a/misc/gaim-ignorance/files/patch-ignorance.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ignorance.c.orig Fri Oct 21 03:07:36 2005
-+++ ignorance.c Mon Oct 24 11:16:17 2005
-@@ -1637,9 +1637,10 @@
- return -1;
- }else if (pid){ //Parent
- int rv;
-+ int flags;
-
- close (p[1]);
-- int flags = fcntl (p[0], F_GETFL, 0);
-+ flags = fcntl (p[0], F_GETFL, 0);
- fcntl (p[0], F_SETFL, flags | O_NONBLOCK);
-
- rv=read_nonblock(p[0],maxlen-chrs,EXEC_TIMEOUT,inp);
diff --git a/misc/gaim-ignorance/files/pkg-message.in b/misc/gaim-ignorance/files/pkg-message.in
deleted file mode 100644
index 07a130d1bb78..000000000000
--- a/misc/gaim-ignorance/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-===============================================================================
-If this is the first time you use this port, you should copy the default
-filters into your Gaim directory. To do so, log into your user account and
-type:
-
- cp %%EXAMPLESDIR%%/ignorance ~/.gaim
-===============================================================================
diff --git a/misc/gaim-ignorance/pkg-descr b/misc/gaim-ignorance/pkg-descr
deleted file mode 100644
index 89383a7dad62..000000000000
--- a/misc/gaim-ignorance/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Ignorance is a content filtering plugin for Gaim. If you love Gaim for
-chat, but find yourself missing the filtering features of clients like
-zinc, then Ignorance is for you!
-
-WWW: http://freshmeat.net/projects/ignorance/
diff --git a/misc/gaim-ignorance/pkg-plist b/misc/gaim-ignorance/pkg-plist
deleted file mode 100644
index 3d44d048c0ae..000000000000
--- a/misc/gaim-ignorance/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $FreeBSD$
-lib/gaim/ignorance.so
-%%EXAMPLESDIR%%/ignorance
-@unexec if cmp -s %D/etc/gaim/ignorance.conf %D/etc/gaim/ignorance.conf.sample; then rm -f %D/etc/gaim/ignorance.conf;fi
-etc/gaim/ignorance.conf.sample
-@exec [ -f %B/ignorance.conf ] || cp %B/%f %B/ignorance.conf
-@dirrm %%EXAMPLESDIR%%
-@unexec rmdir %D/etc/gaim/ 2>/dev/null || true