diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 8616ed5e051c..47390be4d5ea 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -1,77 +1,78 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bsdadminscripts2 SUBDIR += caronade SUBDIR += chucky SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += jailaudit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += modules2tuple SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist SUBDIR += pkg-provides SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-index-uniquifier SUBDIR += port-maintenance-tools SUBDIR += portal SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell SUBDIR += portest SUBDIR += portfind SUBDIR += portfmt SUBDIR += portgraph SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += ports-tools SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch + SUBDIR += py-FreeBSD-Ports SUBDIR += py-pytoport SUBDIR += py-skog SUBDIR += symports SUBDIR += synth SUBDIR += wanted-ports .include diff --git a/ports-mgmt/py-FreeBSD-ports/Makefile b/ports-mgmt/py-FreeBSD-ports/Makefile new file mode 100644 index 000000000000..9de3b5fc3520 --- /dev/null +++ b/ports-mgmt/py-FreeBSD-ports/Makefile @@ -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 diff --git a/ports-mgmt/py-FreeBSD-ports/distinfo b/ports-mgmt/py-FreeBSD-ports/distinfo new file mode 100644 index 000000000000..ed8c4ba31e64 --- /dev/null +++ b/ports-mgmt/py-FreeBSD-ports/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1562880713 +SHA256 (FreeBSD-ports-0.0.9.tar.gz) = a8e80609e5e55f6631715566dcadd8a73ceb9ff34deb5ece4932fe72ce1fb83b +SIZE (FreeBSD-ports-0.0.9.tar.gz) = 4125 diff --git a/ports-mgmt/py-FreeBSD-ports/pkg-descr b/ports-mgmt/py-FreeBSD-ports/pkg-descr new file mode 100644 index 000000000000..7cff918ce9b1 --- /dev/null +++ b/ports-mgmt/py-FreeBSD-ports/pkg-descr @@ -0,0 +1,3 @@ +Parse FreeBSD Ports INDEX, provide search API + +WWW: https://github.com/swills/py-FreeBSD-ports/