aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-10 22:43:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-10 22:43:38 +0000
commitac0f2f9475b72e0a201dc3f23985bad66f2e77e8 (patch)
treeebda5b8400103a9e15dea6abde96cb3583ecf964 /www
parentb727cbe3aa44545899c2c2b5a99f2d6fb536c021 (diff)
downloadports-ac0f2f9475b72e0a201dc3f23985bad66f2e77e8.tar.gz
ports-ac0f2f9475b72e0a201dc3f23985bad66f2e77e8.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-internetarchive/Makefile19
-rw-r--r--www/py-internetarchive/distinfo3
-rw-r--r--www/py-internetarchive/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index cdee745a125e..da5f8a8ec844 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1702,6 +1702,7 @@
SUBDIR += py-hyperframe
SUBDIR += py-hyperlink
SUBDIR += py-imdbpy
+ SUBDIR += py-internetarchive
SUBDIR += py-jonpy
SUBDIR += py-jsonfield
SUBDIR += py-jswebkit
diff --git a/www/py-internetarchive/Makefile b/www/py-internetarchive/Makefile
new file mode 100644
index 000000000000..544637258c44
--- /dev/null
+++ b/www/py-internetarchive/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= internetarchive
+DISTVERSION= 1.7.7
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Python interface to archive.org
+
+LICENSE= AGPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-internetarchive/distinfo b/www/py-internetarchive/distinfo
new file mode 100644
index 000000000000..22e3b31b2caa
--- /dev/null
+++ b/www/py-internetarchive/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520721299
+SHA256 (internetarchive-1.7.7.tar.gz) = 4497c9a2e49373ab8a987efb544f881b102f0a11dac2a0685fb5f75f07072c41
+SIZE (internetarchive-1.7.7.tar.gz) = 75691
diff --git a/www/py-internetarchive/pkg-descr b/www/py-internetarchive/pkg-descr
new file mode 100644
index 000000000000..ef8f0b72f0b5
--- /dev/null
+++ b/www/py-internetarchive/pkg-descr
@@ -0,0 +1,5 @@
+This package installs a command-line tool named ia for using Archive.org
+from the command-line. It also installs the internetarchive Python module
+for programatic access to archive.org.
+
+WWW: https://github.com/jjjake/internetarchive