svn commit: r464094 - in head/www: . py-internetarchive

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 10 22:43:39 UTC 2018


Author: yuri
Date: Sat Mar 10 22:43:38 2018
New Revision: 464094
URL: https://svnweb.freebsd.org/changeset/ports/464094

Log:
  New port: www/py-internetarchive: Python interface to archive.org
  
  Approved by:	tcberner (mentor, implicit)

Added:
  head/www/py-internetarchive/
  head/www/py-internetarchive/Makefile   (contents, props changed)
  head/www/py-internetarchive/distinfo   (contents, props changed)
  head/www/py-internetarchive/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Mar 10 22:28:59 2018	(r464093)
+++ head/www/Makefile	Sat Mar 10 22:43:38 2018	(r464094)
@@ -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

Added: head/www/py-internetarchive/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-internetarchive/Makefile	Sat Mar 10 22:43:38 2018	(r464094)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	internetarchive
+DISTVERSION=	1.7.7
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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>

Added: head/www/py-internetarchive/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-internetarchive/distinfo	Sat Mar 10 22:43:38 2018	(r464094)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520721299
+SHA256 (internetarchive-1.7.7.tar.gz) = 4497c9a2e49373ab8a987efb544f881b102f0a11dac2a0685fb5f75f07072c41
+SIZE (internetarchive-1.7.7.tar.gz) = 75691

Added: head/www/py-internetarchive/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-internetarchive/pkg-descr	Sat Mar 10 22:43:38 2018	(r464094)
@@ -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


More information about the svn-ports-all mailing list