From owner-svn-ports-head@freebsd.org Sat Mar 10 22:43:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A803F3AFBB; Sat, 10 Mar 2018 22:43:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0208D874EB; Sat, 10 Mar 2018 22:43:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEB1F140CC; Sat, 10 Mar 2018 22:43:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2AMhcld013751; Sat, 10 Mar 2018 22:43:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2AMhcmn013747; Sat, 10 Mar 2018 22:43:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803102243.w2AMhcmn013747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 10 Mar 2018 22:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464094 - in head/www: . py-internetarchive X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www: . py-internetarchive X-SVN-Commit-Revision: 464094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 22:43:39 -0000 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 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