Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 21:39:32 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506425 - in head/ports-mgmt: . py-FreeBSD-ports
Message-ID:  <201907112139.x6BLdWlG079860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jul 11 21:39:32 2019
New Revision: 506425
URL: https://svnweb.freebsd.org/changeset/ports/506425

Log:
  ports-mgmt/py-FreeBSD-ports: create port
  
  Parse FreeBSD Ports INDEX, provide search API
  
  WWW: https://github.com/swills/py-FreeBSD-ports/

Added:
  head/ports-mgmt/py-FreeBSD-ports/
  head/ports-mgmt/py-FreeBSD-ports/Makefile   (contents, props changed)
  head/ports-mgmt/py-FreeBSD-ports/distinfo   (contents, props changed)
  head/ports-mgmt/py-FreeBSD-ports/pkg-descr   (contents, props changed)
Modified:
  head/ports-mgmt/Makefile   (contents, props changed)

Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile	Thu Jul 11 18:14:35 2019	(r506424)
+++ head/ports-mgmt/Makefile	Thu Jul 11 21:39:32 2019	(r506425)
@@ -68,6 +68,7 @@
     SUBDIR += poudriere
     SUBDIR += poudriere-devel
     SUBDIR += psearch
+    SUBDIR += py-FreeBSD-Ports
     SUBDIR += py-pytoport
     SUBDIR += py-skog
     SUBDIR += symports

Added: head/ports-mgmt/py-FreeBSD-ports/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/py-FreeBSD-ports/Makefile	Thu Jul 11 21:39:32 2019	(r506425)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	FreeBSD-ports
+PORTVERSION=	0.0.9
+CATEGORIES=	ports-mgmt python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Parse FreeBSD Ports INDEX, provide search API
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.6
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.mk>

Added: head/ports-mgmt/py-FreeBSD-ports/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/py-FreeBSD-ports/distinfo	Thu Jul 11 21:39:32 2019	(r506425)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1562880713
+SHA256 (FreeBSD-ports-0.0.9.tar.gz) = a8e80609e5e55f6631715566dcadd8a73ceb9ff34deb5ece4932fe72ce1fb83b
+SIZE (FreeBSD-ports-0.0.9.tar.gz) = 4125

Added: head/ports-mgmt/py-FreeBSD-ports/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/py-FreeBSD-ports/pkg-descr	Thu Jul 11 21:39:32 2019	(r506425)
@@ -0,0 +1,3 @@
+Parse FreeBSD Ports INDEX, provide search API
+
+WWW: https://github.com/swills/py-FreeBSD-ports/



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