Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 432867) +++ head/ports-mgmt/Makefile (revision 432868) @@ -1,76 +1,77 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += chucky SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += packagekit-qt4 SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist 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 += 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-pytoport SUBDIR += py-skog SUBDIR += redports-node SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox SUBDIR += wanted-ports .include Index: head/ports-mgmt/ports-tools/Makefile =================================================================== --- head/ports-mgmt/ports-tools/Makefile (nonexistent) +++ head/ports-mgmt/ports-tools/Makefile (revision 432868) @@ -0,0 +1,25 @@ +# Created by: Pawel Pekala +# $FreeBSD$ + +PORTNAME= ports-tools +PORTVERSION= 1.0 +CATEGORIES= ports-mgmt + +MAINTAINER= pawel@FreeBSD.org +COMMENT= Collection of ports tree related scripts + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= ppekala + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/mkpatch bin/pcheck bin/pclean bin/pcommit bin/pfind \ + bin/plist-sort bin/plist-update bin/plog bin/reinplace-check \ + sbin/pkg-deleaf sbin/tbuilder sbin/upgrade-base \ + sbin/upgrade-ports + +.include Property changes on: head/ports-mgmt/ports-tools/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/ports-tools/distinfo =================================================================== --- head/ports-mgmt/ports-tools/distinfo (nonexistent) +++ head/ports-mgmt/ports-tools/distinfo (revision 432868) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485809693 +SHA256 (ppekala-ports-tools-1.0_GH0.tar.gz) = 201f8254ae44226ce0a11eee50358b727a9dc16ba684875cbac9f20451fc5ebf +SIZE (ppekala-ports-tools-1.0_GH0.tar.gz) = 18552 Property changes on: head/ports-mgmt/ports-tools/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/ports-tools/pkg-descr =================================================================== --- head/ports-mgmt/ports-tools/pkg-descr (nonexistent) +++ head/ports-mgmt/ports-tools/pkg-descr (revision 432868) @@ -0,0 +1,3 @@ +Collection of scripts making things easier when working with ports tree. + +WWW: https://github.com/ppekala/ports-tools Property changes on: head/ports-mgmt/ports-tools/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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