Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 519781) +++ head/ports-mgmt/Makefile (revision 519782) @@ -1,75 +1,76 @@ # $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 += 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-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 += portgrep 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 += synth SUBDIR += wanted-ports .include Index: head/ports-mgmt/portgrep/Makefile =================================================================== --- head/ports-mgmt/portgrep/Makefile (nonexistent) +++ head/ports-mgmt/portgrep/Makefile (revision 519782) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= portgrep +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.0 +CATEGORIES= ports-mgmt + +MAINTAINER= dmgk@FreeBSD.org +COMMENT= Parallel port search utility + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +USE_GITHUB= yes +GH_ACCOUNT= dmgk +GH_TUPLE= golang:sys:543471e840be:golang_sys/vendor/golang.org/x/sys \ + mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty + +GO_BUILDFLAGS= -ldflags="-s -w -X main.version=${PORTVERSION}" + +PLIST_FILES= bin/${PORTNAME} + +.include Property changes on: head/ports-mgmt/portgrep/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portgrep/distinfo =================================================================== --- head/ports-mgmt/portgrep/distinfo (nonexistent) +++ head/ports-mgmt/portgrep/distinfo (revision 519782) @@ -0,0 +1,7 @@ +TIMESTAMP = 1576017887 +SHA256 (dmgk-portgrep-v1.0.0_GH0.tar.gz) = d6d3844814691d2dc931e3f7a0a7678ad69923fe892ea8ec4cfaaebb860849df +SIZE (dmgk-portgrep-v1.0.0_GH0.tar.gz) = 8262 +SHA256 (golang-sys-543471e840be_GH0.tar.gz) = 4d797f5647e0f68b313fb9663b0e4310f2d4a9dfa0d98de52902566785ea212b +SIZE (golang-sys-543471e840be_GH0.tar.gz) = 1494161 +SHA256 (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 55408e1afd78eaa112842ae2263e70703d5b5133feaa17fa477980a87a961fe7 +SIZE (mattn-go-isatty-v0.0.10_GH0.tar.gz) = 4465 Property changes on: head/ports-mgmt/portgrep/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portgrep/pkg-descr =================================================================== --- head/ports-mgmt/portgrep/pkg-descr (nonexistent) +++ head/ports-mgmt/portgrep/pkg-descr (revision 519782) @@ -0,0 +1,4 @@ +portgrep is a fast parallel ports tree search utility, supporting both +predefined queries (by MAINTAINER, USES, etc.) and custom regex searches. + +WWW: https://github.com/dmgk/portgrep Property changes on: head/ports-mgmt/portgrep/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property