diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-18 09:45:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-18 09:45:04 +0800 |
commit | 559b53018f19a82ad5f65ef4658472bf12c08411 (patch) | |
tree | d2281bab7065646c2b25dd8edc64d29c0c79a6e4 | |
parent | d52bb48c2f3afc39c7feed254c6f75ab2a9f7e6d (diff) | |
download | freebsd-ports-gnome-559b53018f19a82ad5f65ef4658472bf12c08411.tar.gz freebsd-ports-gnome-559b53018f19a82ad5f65ef4658472bf12c08411.tar.zst freebsd-ports-gnome-559b53018f19a82ad5f65ef4658472bf12c08411.zip |
New port xchat-fish version 0.97a: An encryption plugin for XChat
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat-fish/Makefile | 68 | ||||
-rw-r--r-- | irc/xchat-fish/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-fish/pkg-descr | 11 | ||||
-rw-r--r-- | irc/xchat-fish/pkg-plist | 1 |
5 files changed, 83 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index bfe437077fd0..615e5c112c29 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -97,6 +97,7 @@ SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat + SUBDIR += xchat-fish SUBDIR += xchat-gnome SUBDIR += xchat-mircryption SUBDIR += xchat-systray-plugin diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile new file mode 100644 index 000000000000..e2e6872f765c --- /dev/null +++ b/irc/xchat-fish/Makefile @@ -0,0 +1,68 @@ +# 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$ +# + +PORTNAME= fish +DISTVERSION= 0.97a +CATEGORIES= irc security +MASTER_SITES= http://fish.sekure.us/xchat/ +PKGNAMEPREFIX= xchat- +DISTNAME= FiSH-xchat.v${DISTVERSION}-source + +MAINTAINER= lioux@FreeBSD.org +COMMENT= An encryption plugin for XChat + +BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl +RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 + +USE_X_PREFIX= yes +USE_ZIP= yes +USE_REINPLACE= yes +NO_WRKSUBDIR= ys + +# +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 new file mode 100644 index 000000000000..d8847f43f60a --- /dev/null +++ b/irc/xchat-fish/distinfo @@ -0,0 +1,2 @@ +MD5 (FiSH-xchat.v0.97a-source.zip) = 8a084404116faef27ba081ad1d2004e7 +SIZE (FiSH-xchat.v0.97a-source.zip) = 43088 diff --git a/irc/xchat-fish/pkg-descr b/irc/xchat-fish/pkg-descr new file mode 100644 index 000000000000..8a8f3ce599a6 --- /dev/null +++ b/irc/xchat-fish/pkg-descr @@ -0,0 +1,11 @@ +[ excerpt from developer's web site ] + +his 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 aswell. Please read the whole document, especially the +'Installation' section, before installing it! + +WWW: http://fish.sekure.us/ + +-- lioux@FreeBSD.org diff --git a/irc/xchat-fish/pkg-plist b/irc/xchat-fish/pkg-plist new file mode 100644 index 000000000000..0a69651fe4a6 --- /dev/null +++ b/irc/xchat-fish/pkg-plist @@ -0,0 +1 @@ +@unexec rmdir %D/lib/xchat/plugins 2>/dev/null || true |