diff --git a/misc/Makefile b/misc/Makefile index 0c870b23cb4b..aa14f0948932 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -93,6 +93,7 @@ SUBDIR += ftree SUBDIR += gaim-bangexec SUBDIR += gaim-guifications + SUBDIR += gaim-ignorance SUBDIR += gctpc SUBDIR += geekcode SUBDIR += getopt diff --git a/misc/gaim-ignorance/Makefile b/misc/gaim-ignorance/Makefile new file mode 100644 index 000000000000..34b275e07e9d --- /dev/null +++ b/misc/gaim-ignorance/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: gaim-ignorance +# Date created: 17 April 2005 +# Whom: kevinb +# +# $FreeBSD$ +# + +PORTNAME= gaim-ignorance +DISTVERSION= 1.1.3beta1 +CATEGORIES= misc +MASTER_SITES= http://bard.sytes.net/ignorance/ +DISTNAME= ignorance-${DISTVERSION} + +MAINTAINER= kruptos@mlinux.org +COMMENT= Adds filtering capabilities to gaim + +BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes + +EXAMPLESDIR_REL=${EXAMPLESDIR:S,^${PREFIX}/,,} +PLIST_FILES= lib/gaim/ignorance.so ${EXAMPLESDIR_REL}/ignorance +PLIST_DIRS= ${EXAMPLESDIR_REL} + +SUB_FILES= pkg-message + +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure + +post-install: + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/ignorance ${EXAMPLESDIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + @${CAT} ${PKGMESSAGE} + +.include diff --git a/misc/gaim-ignorance/distinfo b/misc/gaim-ignorance/distinfo new file mode 100644 index 000000000000..85db4594cabc --- /dev/null +++ b/misc/gaim-ignorance/distinfo @@ -0,0 +1,2 @@ +MD5 (ignorance-1.1.3beta1.tar.bz2) = d8d9562cecaf6c872a4cd401e4fa0435 +SIZE (ignorance-1.1.3beta1.tar.bz2) = 231398 diff --git a/misc/gaim-ignorance/files/pkg-message.in b/misc/gaim-ignorance/files/pkg-message.in new file mode 100644 index 000000000000..07a130d1bb78 --- /dev/null +++ b/misc/gaim-ignorance/files/pkg-message.in @@ -0,0 +1,7 @@ +=============================================================================== +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 new file mode 100644 index 000000000000..77b5797770ba --- /dev/null +++ b/misc/gaim-ignorance/pkg-descr @@ -0,0 +1,5 @@ +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://bard.sytes.net/ignorance/ diff --git a/net-im/gaim-ignorance/Makefile b/net-im/gaim-ignorance/Makefile new file mode 100644 index 000000000000..34b275e07e9d --- /dev/null +++ b/net-im/gaim-ignorance/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: gaim-ignorance +# Date created: 17 April 2005 +# Whom: kevinb +# +# $FreeBSD$ +# + +PORTNAME= gaim-ignorance +DISTVERSION= 1.1.3beta1 +CATEGORIES= misc +MASTER_SITES= http://bard.sytes.net/ignorance/ +DISTNAME= ignorance-${DISTVERSION} + +MAINTAINER= kruptos@mlinux.org +COMMENT= Adds filtering capabilities to gaim + +BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes + +EXAMPLESDIR_REL=${EXAMPLESDIR:S,^${PREFIX}/,,} +PLIST_FILES= lib/gaim/ignorance.so ${EXAMPLESDIR_REL}/ignorance +PLIST_DIRS= ${EXAMPLESDIR_REL} + +SUB_FILES= pkg-message + +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure + +post-install: + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/ignorance ${EXAMPLESDIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + @${CAT} ${PKGMESSAGE} + +.include diff --git a/net-im/gaim-ignorance/distinfo b/net-im/gaim-ignorance/distinfo new file mode 100644 index 000000000000..85db4594cabc --- /dev/null +++ b/net-im/gaim-ignorance/distinfo @@ -0,0 +1,2 @@ +MD5 (ignorance-1.1.3beta1.tar.bz2) = d8d9562cecaf6c872a4cd401e4fa0435 +SIZE (ignorance-1.1.3beta1.tar.bz2) = 231398 diff --git a/net-im/gaim-ignorance/files/pkg-message.in b/net-im/gaim-ignorance/files/pkg-message.in new file mode 100644 index 000000000000..07a130d1bb78 --- /dev/null +++ b/net-im/gaim-ignorance/files/pkg-message.in @@ -0,0 +1,7 @@ +=============================================================================== +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/net-im/gaim-ignorance/pkg-descr b/net-im/gaim-ignorance/pkg-descr new file mode 100644 index 000000000000..77b5797770ba --- /dev/null +++ b/net-im/gaim-ignorance/pkg-descr @@ -0,0 +1,5 @@ +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://bard.sytes.net/ignorance/