summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-01-03 21:02:29 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-01-03 21:02:29 +0000
commit86c8558e4545d6e0a1bbd4fce7cfacb275f5c8c8 (patch)
tree5b1db8d7d0d28aec3a55ab78f3df9a3e0f75b8ef /converters
parentc1a411ef938c7c75dbe49b4e8618588ce037b541 (diff)
downloadpkgsrc-86c8558e4545d6e0a1bbd4fce7cfacb275f5c8c8.tar.gz
New package, py-yenc-0.4, a yEnc codec for Python. From pkgsrc-wip.
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile3
-rw-r--r--converters/py-yenc/DESCR2
-rw-r--r--converters/py-yenc/Makefile19
-rw-r--r--converters/py-yenc/PLIST5
-rw-r--r--converters/py-yenc/distinfo5
5 files changed, 33 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile
index aa173299f59..4e85bc473fd 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2015/11/04 14:07:26 fhajny Exp $
+# $NetBSD: Makefile,v 1.142 2016/01/03 21:02:29 bsiegert Exp $
#
COMMENT= Document format and character code converters
@@ -98,6 +98,7 @@ SUBDIR+= py-cairosvg
SUBDIR+= py-chardet
SUBDIR+= py-jpCodecs
SUBDIR+= py-simplejson
+SUBDIR+= py-yenc
SUBDIR+= py-zbase32
SUBDIR+= py-zfec
SUBDIR+= py-zhCodecs
diff --git a/converters/py-yenc/DESCR b/converters/py-yenc/DESCR
new file mode 100644
index 00000000000..576122d476e
--- /dev/null
+++ b/converters/py-yenc/DESCR
@@ -0,0 +1,2 @@
+This a fairly simple Python module, it provides only raw yEnc
+encoding/decoding with built-in crc32 calculation.
diff --git a/converters/py-yenc/Makefile b/converters/py-yenc/Makefile
new file mode 100644
index 00000000000..e63288a6c76
--- /dev/null
+++ b/converters/py-yenc/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/01/03 21:02:29 bsiegert Exp $
+
+DISTNAME= yenc-${DISTVERSION}
+DISTVERSION= 0.4.0
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+REPLACE_PYTHON= *.py
+CATEGORIES= devel
+MASTER_SITES= http://www.golug.it/pub/yenc/
+
+PYDISTUTILSPKG= yes
+
+MAINTAINER= pkgsrc128@fastmail.us
+HOMEPAGE= http://www.golug.it/yenc.html
+COMMENT= Python module for yenc decoding module in C
+LICENSE= gnu-lgpl-v2.1
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/py-yenc/PLIST b/converters/py-yenc/PLIST
new file mode 100644
index 00000000000..f66f40f3f84
--- /dev/null
+++ b/converters/py-yenc/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2016/01/03 21:02:29 bsiegert Exp $
+${PYSITELIB}/_yenc.so
+${PYSITELIB}/yenc.py
+${PYSITELIB}/yenc.pyc
+${PYSITELIB}/yenc.pyo
diff --git a/converters/py-yenc/distinfo b/converters/py-yenc/distinfo
new file mode 100644
index 00000000000..0e93b98eb43
--- /dev/null
+++ b/converters/py-yenc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/01/03 21:02:29 bsiegert Exp $
+
+SHA1 (yenc-0.4.0.tar.gz) = 7e84dbadae82a48b9037262756a3f64c5c0482d8
+RMD160 (yenc-0.4.0.tar.gz) = 36356363bddd6626a9e6659df126284591b5952a
+Size (yenc-0.4.0.tar.gz) = 63156 bytes