Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 22:43:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464094 - in head/www: . py-internetarchive
Message-ID:  <201803102243.w2AMhcmn013747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803102243.w2AMhcmn013747>