summaryrefslogtreecommitdiffstats
path: root/irc/xchat-fish
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /irc/xchat-fish
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/xchat-fish')
-rw-r--r--irc/xchat-fish/Makefile67
-rw-r--r--irc/xchat-fish/distinfo3
-rw-r--r--irc/xchat-fish/pkg-descr11
3 files changed, 0 insertions, 81 deletions
diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile
deleted file mode 100644
index 30194e8d4..000000000
--- a/irc/xchat-fish/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: XChat fish
-# Date created: Mon Jan 17 03:22:41 UTC 2005
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= fish
-DISTVERSION= 0.97a
-PORTREVISION= 1
-CATEGORIES= irc security
-MASTER_SITES= http://fish.sekure.us/xchat/
-PKGNAMEPREFIX= xchat-
-DISTNAME= FiSH-xchat.v${DISTVERSION}-source
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An encryption plugin for XChat
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl
-RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat
-
-USE_ZIP= yes
-NO_WRKSUBDIR= yes
-
-#
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-
-PLIST_FILES= \
- lib/xchat/plugins/xfish.so
-
-PORTDOCS= \
- FiSH-xchat.txt \
- FiSH-xchat_History.txt
-
-post-patch:
-# \r\n -> \n
- @${FIND} ${WRKSRC} -type f -exec \
- ${REINPLACE_CMD} -E \
- -e 's| ||' \
- {} \;
-# CC safeness
-# CFLAGS safeness
- @${REINPLACE_CMD} -E \
- -e 's|gcc|${CC}|' \
- -e 's|-O2|${CFLAGS}|' \
- -e 's|-shared|-shared -fPIC -DPIC|' \
- -e 's|miracl.a|${LOCALBASE}/lib/libmiracl.a|' \
- ${WRKSRC}/make*
-
-do-build:
- @cd ${WRKSRC} && ${SH} ./make_all
-
-do-install:
-# docs
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${doc} \
- ${DOCSDIR}
-.endfor
-.endif
-# plugin
- @${MKDIR} ${PREFIX}/lib/xchat/plugins
- @${INSTALL_PROGRAM} ${WRKSRC}/xfish.so \
- ${PREFIX}/lib/xchat/plugins
-
-.include <bsd.port.mk>
diff --git a/irc/xchat-fish/distinfo b/irc/xchat-fish/distinfo
deleted file mode 100644
index 431b0f66c..000000000
--- a/irc/xchat-fish/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (FiSH-xchat.v0.97a-source.zip) = 8a084404116faef27ba081ad1d2004e7
-SHA256 (FiSH-xchat.v0.97a-source.zip) = 5264fb1d63010f9f709d2ff48334d1cb3e8e258302b9abd5af3275e7e7ef74dd
-SIZE (FiSH-xchat.v0.97a-source.zip) = 43088
diff --git a/irc/xchat-fish/pkg-descr b/irc/xchat-fish/pkg-descr
deleted file mode 100644
index 6d8eaee99..000000000
--- a/irc/xchat-fish/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-[ modified slightly from developer's web site ]
-
-This is an encryption plugin for xchat, it is based on blowfish and
-is fully compatible to original 'blowcrypt' script. It supports
-private chat and channel encryption. A secure key-exchange system
-is included as well. Please read the file FiSH-xchat.txt, especially the
-'Installation' section, before installing it!
-
-WWW: http://fish.sekure.us/
-
--- lioux@FreeBSD.org