diff options
Diffstat (limited to 'ports-mgmt/port-maintenance-tools')
-rw-r--r-- | ports-mgmt/port-maintenance-tools/Makefile | 32 | ||||
-rw-r--r-- | ports-mgmt/port-maintenance-tools/pkg-descr | 5 |
2 files changed, 37 insertions, 0 deletions
diff --git a/ports-mgmt/port-maintenance-tools/Makefile b/ports-mgmt/port-maintenance-tools/Makefile new file mode 100644 index 000000000000..849c61047575 --- /dev/null +++ b/ports-mgmt/port-maintenance-tools/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: port-maintenance-tools +# Date created: 3 April 2004 +# Whom: Mark Linimon <linimon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= port-maintenance-tools +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= linimon@FreeBSD.org +COMMENT= "meta-port" for administrative tools to maintain ports + +# note: portuprade is brought in by pkg_cutleaves +RUN_DEPENDS= \ + cvsup:${PORTSDIR}/net/cvsup-without-gui \ + fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ + pkg_cutleaves:${PORTSDIR}/sysutils/pkg_cutleaves \ + pkg_tree:${PORTSDIR}/sysutils/pkg_tree \ + porteasy:${PORTSDIR}/misc/porteasy \ + portell:${PORTSDIR}/misc/portell \ + portdowngrade:${PORTSDIR}/sysutils/portdowngrade + +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/ports-mgmt/port-maintenance-tools/pkg-descr b/ports-mgmt/port-maintenance-tools/pkg-descr new file mode 100644 index 000000000000..e2f2646f3e94 --- /dev/null +++ b/ports-mgmt/port-maintenance-tools/pkg-descr @@ -0,0 +1,5 @@ +Here is a meta-port for a collection of tools that will help you +manage your ports tree, both for installation, deinstallation, +updating, and browsing. Many FreeBSD administrators and users +find these tools to be helpful, especially when working with +building ports from their sources. |