diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-18 00:17:02 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-18 00:17:02 +0800 |
commit | 52bafb172a802d9fb62f1d7f9497b7e9a6520cd7 (patch) | |
tree | 7661b9a765c3cfd1c83e1089d79b3f2c406e5c92 /irc | |
parent | 80408a4cb3b8d32459fa318bceb19b3eb0680653 (diff) | |
download | freebsd-ports-graphics-52bafb172a802d9fb62f1d7f9497b7e9a6520cd7.tar.gz freebsd-ports-graphics-52bafb172a802d9fb62f1d7f9497b7e9a6520cd7.tar.zst freebsd-ports-graphics-52bafb172a802d9fb62f1d7f9497b7e9a6520cd7.zip |
Fix name typo: move ports/irc/xchat-micryption to
ports/irc/xchat-mircryption
PR: 76329
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-micryption/Makefile | 77 | ||||
-rw-r--r-- | irc/xchat-micryption/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-micryption/pkg-descr | 24 | ||||
-rw-r--r-- | irc/xchat-micryption/pkg-plist | 1 |
5 files changed, 1 insertions, 105 deletions
diff --git a/irc/Makefile b/irc/Makefile index 40b70b4407d..bfe437077fd 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -98,7 +98,7 @@ SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-gnome - SUBDIR += xchat-micryption + SUBDIR += xchat-mircryption SUBDIR += xchat-systray-plugin SUBDIR += xchat2 SUBDIR += zircon diff --git a/irc/xchat-micryption/Makefile b/irc/xchat-micryption/Makefile deleted file mode 100644 index 3c5c1148ff2..00000000000 --- a/irc/xchat-micryption/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: XChat encryption -# Date created: Sat Jan 8 21:48:41 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mircryption -DISTVERSION= 0.1 -CATEGORIES= irc security -MASTER_SITES= http://mircryption.sourceforge.net/Downloads/ -PKGNAMEPREFIX= xchat- -DISTNAME= mircryption_xchatsrc - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A free encryption add-on for the popular XChat irc client - -RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat2 - -USE_X_PREFIX= yes -USE_ZIP= yes -USE_REINPLACE= yes -ALL_TARGET= freebsd - -WRKSRC= ${WRKDIR}/mircryption/src/xchat/ -# -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} - -PLIST_DIRS= \ - %%EXAMPLESDIR%% -PLIST_FILES= \ - lib/xchat/plugins/mircryption.so \ - %%EXAMPLESDIR%%/mcps_masterkey_on_start.pl - -PORTDOCS= \ - README.txt - -post-patch: -# \r\n -> \n - @${FIND} ${WRKSRC} -type f -exec \ - ${REINPLACE_CMD} -E \ - -e 's|
||' \ - {} \; -# CFLAGS safeness -# LDFLAGS safeness -# linker safeness - @${REINPLACE_CMD} -E \ - -e 's|^(CFLAGS.+)"$$|\1 ${CFLAGS}"|' \ - -e 's|^(LDFLAGS.+)"$$|\1 ${LDFLAGS}"|' \ - -e 's|^(LOAD).*$$|LOAD=${CXX}|' \ - ${WRKSRC}/${MAKEFILE} -# set perl path if it exists -.ifdef(PERL5) - @${REINPLACE_CMD} -E \ - -e 's|/usr/bin/perl|${PERL5}|' \ - ${WRKSRC}/extras/mcps_masterkey_on_start.pl -.endif - -do-install: -# docs -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.txt \ - ${DOCSDIR} -.endif -# plugin - @${MKDIR} ${PREFIX}/lib/xchat/plugins - @${INSTALL_PROGRAM} ${WRKSRC}/mircryption.so \ - ${PREFIX}/lib/xchat/plugins -# script - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_SCRIPT} \ - ${WRKSRC}/extras/mcps_masterkey_on_start.pl \ - ${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/irc/xchat-micryption/distinfo b/irc/xchat-micryption/distinfo deleted file mode 100644 index d66403820ab..00000000000 --- a/irc/xchat-micryption/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mircryption_xchatsrc.zip) = d3d82046e5d2b3713d35be391b26e338 -SIZE (mircryption_xchatsrc.zip) = 484834 diff --git a/irc/xchat-micryption/pkg-descr b/irc/xchat-micryption/pkg-descr deleted file mode 100644 index 503c43a1963..00000000000 --- a/irc/xchat-micryption/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt from developer's web site with modifications ] - -Mircryption is a free encryption add-on for the popular irc clients -mIRC and XChat. Features: - -- Channel text, Private query windows, DCC Chats, Actions, Topics can -all be encrypted. All crypto-related algorithms used are taken from -published, common, trusted sources. Encryption algorithm is Blowfish -(no known vulnerabilities); encryption keys are themselves stored -in encrypted form. - -- Supports CBC mode encryption. - -- No need to modify the way you work - text is encrypted and decrypted -automatically; encryption status of conversations is clear but -unobtrusive. - -- User-friendly key management routines; menu driven and easy to -temporarily disable & re-enable encryption on a channel, send plain -text quicky, etc. - -WWW: http://mircryption.sourceforge.net/ - --- lioux@FreeBSD.org diff --git a/irc/xchat-micryption/pkg-plist b/irc/xchat-micryption/pkg-plist deleted file mode 100644 index 0a69651fe4a..00000000000 --- a/irc/xchat-micryption/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@unexec rmdir %D/lib/xchat/plugins 2>/dev/null || true |