diff options
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/ports-tools/Makefile | 25 | ||||
-rw-r--r-- | ports-mgmt/ports-tools/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/ports-tools/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 26386bb4214c..c2dce2802e21 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -52,6 +52,7 @@ SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac + SUBDIR += ports-tools SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker diff --git a/ports-mgmt/ports-tools/Makefile b/ports-mgmt/ports-tools/Makefile new file mode 100644 index 000000000000..650325b02305 --- /dev/null +++ b/ports-mgmt/ports-tools/Makefile @@ -0,0 +1,25 @@ +# Created by: Pawel Pekala <pawel@FreeBSD.org> +# $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 <bsd.port.mk> diff --git a/ports-mgmt/ports-tools/distinfo b/ports-mgmt/ports-tools/distinfo new file mode 100644 index 000000000000..34c3255ec6c9 --- /dev/null +++ b/ports-mgmt/ports-tools/distinfo @@ -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 diff --git a/ports-mgmt/ports-tools/pkg-descr b/ports-mgmt/ports-tools/pkg-descr new file mode 100644 index 000000000000..354647e59b69 --- /dev/null +++ b/ports-mgmt/ports-tools/pkg-descr @@ -0,0 +1,3 @@ +Collection of scripts making things easier when working with ports tree. + +WWW: https://github.com/ppekala/ports-tools |