ports-mgmt/py-FreeBSD-ports: create port

Parse FreeBSD Ports INDEX, provide search API

WWW: https://github.com/swills/py-FreeBSD-ports/
This commit is contained in:
Steve Wills 2019-07-11 21:39:32 +00:00
parent 335e464ef0
commit 5f039aed74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506425
4 changed files with 25 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += poudriere
SUBDIR += poudriere-devel
SUBDIR += psearch
SUBDIR += py-FreeBSD-Ports
SUBDIR += py-pytoport
SUBDIR += py-skog
SUBDIR += symports

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1562880713
SHA256 (FreeBSD-ports-0.0.9.tar.gz) = a8e80609e5e55f6631715566dcadd8a73ceb9ff34deb5ece4932fe72ce1fb83b
SIZE (FreeBSD-ports-0.0.9.tar.gz) = 4125

View File

@ -0,0 +1,3 @@
Parse FreeBSD Ports INDEX, provide search API
WWW: https://github.com/swills/py-FreeBSD-ports/