aboutsummaryrefslogtreecommitdiff
path: root/irc/py-fishcrypt
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2016-05-03 13:33:03 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2016-05-03 13:33:03 +0000
commit6140a54f13224df62f56bccf1e4a49cf23564a5e (patch)
tree8fe2fa58a34000749fafced5902055f5b1452702 /irc/py-fishcrypt
parent698146106dcf34a90755fec3c4b8ff33977dae16 (diff)
downloadports-6140a54f13224df62f56bccf1e4a49cf23564a5e.tar.gz
ports-6140a54f13224df62f56bccf1e4a49cf23564a5e.zip
- Update to 5.31, please see
/usr/local/share/doc/py-fishcrypt/README.md - Take maintainership - Change comment - Add dependency for net/py-pysocks - Change master site from https://github.com/kwaaak/py-fishcrypt to https://github.com/fladd/py-fishcrypt - Change PLIST_FILES - Change files/pkg-message.in - Change pkg-descr
Notes
Notes: svn path=/head/; revision=414531
Diffstat (limited to 'irc/py-fishcrypt')
-rw-r--r--irc/py-fishcrypt/Makefile18
-rw-r--r--irc/py-fishcrypt/distinfo4
-rw-r--r--irc/py-fishcrypt/files/pkg-message.in2
-rw-r--r--irc/py-fishcrypt/pkg-descr9
4 files changed, 20 insertions, 13 deletions
diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile
index 15350061244e..0d55d2e596cc 100644
--- a/irc/py-fishcrypt/Makefile
+++ b/irc/py-fishcrypt/Makefile
@@ -2,18 +2,19 @@
# $FreeBSD$
PORTNAME= py-fishcrypt
-DISTVERSION= 4.21
+DISTVERSION= 5.31
CATEGORIES= irc security
DIST_SUBDIR= python
-MAINTAINER= koalative@gmail.com
-COMMENT= FiSH/Mircryption clone for XChat/HexChat
+MAINTAINER= nemysis@FreeBSD.org
+COMMENT= FiSH/Mircryption-compatible encryption for XChat/HexChat
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \
+ ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks
USE_GITHUB= yes
-GH_ACCOUNT= kwaaak
-GH_TAGNAME= c001c75
+GH_ACCOUNT= fladd
+GH_TAGNAME= 43554b1a
USES= dos2unix python:run
NO_BUILD= yes
@@ -22,7 +23,8 @@ SUB_FILES= pkg-message
PORTDOCS= README.md
-PLIST_FILES= %%DATADIR%%/fishcrypt.py
+PLIST_FILES= %%DATADIR%%/fishcrypt.py \
+ %%DATADIR%%/pyBlowfish.py
OPTIONS_DEFINE= DOCS HEXCHAT XCHAT
@@ -36,7 +38,7 @@ XCHAT_RUN_DEPENDS= xchat:irc/xchat
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/fishcrypt.py ${STAGEDIR}${DATADIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/irc/py-fishcrypt/distinfo b/irc/py-fishcrypt/distinfo
index 15d2ce9482e7..eed795c42c21 100644
--- a/irc/py-fishcrypt/distinfo
+++ b/irc/py-fishcrypt/distinfo
@@ -1,2 +1,2 @@
-SHA256 (python/kwaaak-py-fishcrypt-4.21-c001c75_GH0.tar.gz) = d253fb1fc308b0745944e32ddad2d3cb5fc2a8c4a53b1fba23b47ac95175d812
-SIZE (python/kwaaak-py-fishcrypt-4.21-c001c75_GH0.tar.gz) = 17177
+SHA256 (python/fladd-py-fishcrypt-5.31-43554b1a_GH0.tar.gz) = 8e361a83b145d67fb53969d3f0255bfd05523c044c1438fac5d310eb14c8cf6e
+SIZE (python/fladd-py-fishcrypt-5.31-43554b1a_GH0.tar.gz) = 29595
diff --git a/irc/py-fishcrypt/files/pkg-message.in b/irc/py-fishcrypt/files/pkg-message.in
index b9d454e779d3..f5f77dd81b29 100644
--- a/irc/py-fishcrypt/files/pkg-message.in
+++ b/irc/py-fishcrypt/files/pkg-message.in
@@ -2,7 +2,7 @@
py-fishcrypt has been installed.
-To make FiSH work with with py-fishcrypt please symlink as user
+To make FiSH work with py-fishcrypt please do symlink as user
su user
diff --git a/irc/py-fishcrypt/pkg-descr b/irc/py-fishcrypt/pkg-descr
index 65ee78f942ea..2dbca7790cba 100644
--- a/irc/py-fishcrypt/pkg-descr
+++ b/irc/py-fishcrypt/pkg-descr
@@ -1,3 +1,8 @@
-FiSH/Mircryption clone for XChat and clones in 100% Python.
+FiSH/Mircryption-compatible encryption for XChat/HexChat.
-WWW: https://github.com/kwaaak/py-fishcrypt
+ Encrypt/decrypt private conversations
+ Encrypt/decrypt channel conversations
+ Choose between ECB and CBC
+ Automatic DH key exchange (private conversations only)
+
+WWW: https://github.com/fladd/py-fishcrypt