ports/97507: New category proposal: ports-mgmt - ports/packages management tools

Shaun Amott shaun at inerd.com
Sat May 20 00:10:32 UTC 2006


>Number:         97507
>Category:       ports
>Synopsis:       New category proposal: ports-mgmt - ports/packages management tools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 20 00:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

I would like to propose a new category addition to the ports tree.

The proposed category is "ports-mgmt", and would contain "everything
related to managing, tweaking and digging through the ports collection
itself."

There are 39 candidates for this new category, listed here:
http://wikitest.freebsd.org/moin.cgi/ports_2dmgmt

(plus misc/instant-tinderbox, which I discovered since then)

I have a few planned contributions to ports which would end up in this
category too.

Currently, there are quite a few very useful utilities in the tree for
managing, installing, etc., ports. But they are buried in the existing
categories, and are not particularly easy to find. Most of them are
very specifically related to ports management.

There have been a number of heated debates on freebsd-ports /
freebsd-questions lately that might not have happened had some of these
tools been known about.

This proposal has been put to the freebsd-ports mailing list, and the
general response was positive, with almost everyone liking the new idea.

"portutils" was also a popular choice for the category, but I feel the
above proposed name is more descriptive, and fits in with the naming
scheme used by other categories.

The only opposition to this category has been due to its size. However,
it has been pointed out that there are plenty of even smaller
categories. Additionally, I feel that this category is very specific and
the potential benefit to end-users outweighs this concern.

Please find below :

- A patch to change all the affected ports' CATEGORIES variables
- A patch to remove all the affected ports from their current categories
- A patch to fix ports depending on the affected ports
- A patch to add ports-mgmt to VALID_CATEGORIES in Mk/bsd.port.mk
- A Makefile for the new category

>How-To-Repeat:

>Fix:

--- ports_change_categories.diff begins here ---
Index: devel/portcheckout/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/portcheckout/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/portcheckout/Makefile	6 Feb 2004 13:11:11 -0000	1.11
+++ devel/portcheckout/Makefile	19 May 2006 22:09:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portcheckout
 PORTVERSION=	2.0
-CATEGORIES=	devel
+CATEGORIES=	ports-mgmt devel
 MASTER_SITES=	http://wolfram.schneider.org/src/
 
 MAINTAINER=	wosch at FreeBSD.org
Index: devel/portlint/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/portlint/Makefile,v
retrieving revision 1.108
diff -u -r1.108 Makefile
--- devel/portlint/Makefile	7 Apr 2006 00:08:00 -0000	1.108
+++ devel/portlint/Makefile	19 May 2006 22:09:19 -0000
@@ -9,7 +9,7 @@
 
 PORTNAME=	portlint
 PORTVERSION=	2.8.7
-CATEGORIES=	devel
+CATEGORIES=	ports-mgmt devel
 MASTER_SITES=	# none
 DISTFILES=	# none
 
Index: devel/portmk/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/portmk/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- devel/portmk/Makefile	20 Oct 2005 18:02:18 -0000	1.6
+++ devel/portmk/Makefile	19 May 2006 22:09:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portmk
 PORTVERSION=	0.1.1
-CATEGORIES=	devel
+CATEGORIES=	ports-mgmt devel
 DISTFILES=
 
 MAINTAINER=	clement at FreeBSD.org
Index: devel/porttools/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/porttools/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- devel/porttools/Makefile	6 May 2006 11:42:34 -0000	1.18
+++ devel/porttools/Makefile	19 May 2006 22:09:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	porttools
 PORTVERSION=	0.77
-CATEGORIES=	devel
+CATEGORIES=	ports-mgmt devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
Index: misc/porteasy/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/porteasy/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- misc/porteasy/Makefile	11 Sep 2005 13:05:04 -0000	1.49
+++ misc/porteasy/Makefile	19 May 2006 22:09:19 -0000
@@ -9,7 +9,7 @@
 
 PORTNAME=	porteasy
 PORTVERSION=	2.8.4
-CATEGORIES=	misc
+CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
 
Index: misc/portell/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/portell/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- misc/portell/Makefile	10 May 2006 22:37:21 -0000	1.12
+++ misc/portell/Makefile	19 May 2006 22:09:19 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	portell
 PORTVERSION=	0.2
 PORTREVISION=	1
-CATEGORIES=	misc
+CATEGORIES=	ports-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 EXTRACT_SUFX=	.zip
Index: misc/tinderbox/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/tinderbox/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- misc/tinderbox/Makefile	12 May 2006 13:48:12 -0000	1.14
+++ misc/tinderbox/Makefile	19 May 2006 22:09:19 -0000
@@ -7,7 +7,7 @@
 PORTNAME=	tinderbox
 PORTVERSION=	2.3.0
 PORTREVISION=	2
-CATEGORIES=	misc
+CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://tinderbox.marcuscom.com/
 
 MAINTAINER=	andreas at syndrom23.de
Index: security/jailaudit/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/jailaudit/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- security/jailaudit/Makefile	25 Nov 2005 02:31:06 -0000	1.1
+++ security/jailaudit/Makefile	19 May 2006 22:09:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	jailaudit
 PORTVERSION=	1.1
-CATEGORIES=	security
+CATEGORIES=	ports-mgmt security
 MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
 
 MAINTAINER=	cryx-ports at h3q.com
Index: security/portaudit/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/portaudit/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- security/portaudit/Makefile	16 Apr 2006 13:32:27 -0000	1.21
+++ security/portaudit/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portaudit
 PORTVERSION=	0.5.11
-CATEGORIES=	security
+CATEGORIES=	ports-mgmt security
 DISTFILES=
 
 MAINTAINER=	secteam at FreeBSD.org
Index: security/portaudit-db/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/portaudit-db/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- security/portaudit-db/Makefile	30 Jul 2005 19:13:10 -0000	1.11
+++ security/portaudit-db/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portaudit-db
 PORTVERSION=	0.2.3
-CATEGORIES=	security
+CATEGORIES=	ports-mgmt security
 DISTFILES=
 
 MAINTAINER=	secteam at FreeBSD.org
Index: security/vulnerability-test-port/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/vulnerability-test-port/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- security/vulnerability-test-port/Makefile	18 Jul 2005 03:49:54 -0000	1.4
+++ security/vulnerability-test-port/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=		vulnerability-test-port
 PORTVERSION=		${INSTALLATION_DATE}
-CATEGORIES=		security
+CATEGORIES=		ports-mgmt security
 DISTFILES=
 
 MAINTAINER=		ports at FreeBSD.org
Index: sysutils/barry/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/barry/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- sysutils/barry/Makefile	13 May 2006 04:15:24 -0000	1.19
+++ sysutils/barry/Makefile	19 May 2006 22:09:20 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	barry
 PORTVERSION=	0.7
 PORTREVISION=	2
-CATEGORIES=	sysutils kde
+CATEGORIES=	ports-mgmt sysutils kde
 MASTER_SITES=	http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
 		http://freebsd.so14k.com/barry/
 
Index: sysutils/bpm/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/bpm/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- sysutils/bpm/Makefile	14 May 2006 15:00:04 -0000	1.14
+++ sysutils/bpm/Makefile	19 May 2006 22:09:20 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	bpm
 PORTVERSION=	0.4.1b
 PORTREVISION=	10
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.meowfishies.com/code/bpm/
 EXTRACT_SUFX=	.tgz
 
Index: sysutils/managepkg/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/managepkg/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- sysutils/managepkg/Makefile	5 Sep 2005 14:37:06 -0000	1.1
+++ sysutils/managepkg/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	managepkg
 PORTVERSION=	1.1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.cul.de/data/\
 		http://home.arcor.de/fehlner/download/\
 		http://home.arcor.de/teambushido/download/
Index: sysutils/newportsversioncheck/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/newportsversioncheck/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sysutils/newportsversioncheck/Makefile	23 Feb 2006 08:28:48 -0000	1.10
+++ sysutils/newportsversioncheck/Makefile	19 May 2006 22:09:20 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	newportsversioncheck
 PORTVERSION=	1.3
 PORTREVISION=	1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.mavetju.org/download/
 
 MAINTAINER=	edwin at mavetju.org
Index: sysutils/p5-FreeBSD-Portindex/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/p5-FreeBSD-Portindex/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- sysutils/p5-FreeBSD-Portindex/Makefile	29 Jan 2006 19:33:04 -0000	1.6
+++ sysutils/p5-FreeBSD-Portindex/Makefile	19 May 2006 22:09:20 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	FreeBSD-Portindex
 PORTVERSION=	1.5
-CATEGORIES=	sysutils perl5
+CATEGORIES=	ports-mgmt sysutils perl5
 MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
 PKGNAMEPREFIX=	p5-
 
Index: sysutils/pib/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pib/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- sysutils/pib/Makefile	15 Apr 2005 14:36:16 -0000	1.25
+++ sysutils/pib/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pib
 PORTVERSION=	1.2
-CATEGORIES=	sysutils tk82
+CATEGORIES=	ports-mgmt sysutils tk82
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	msmith
 
Index: sysutils/pkg-orphan/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg-orphan/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/pkg-orphan/Makefile	15 May 2006 11:48:05 -0000	1.2
+++ sysutils/pkg-orphan/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pkg-orphan
 PORTVERSION=	0.1.1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}
 
Index: sysutils/pkg_cutleaves/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_cutleaves/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- sysutils/pkg_cutleaves/Makefile	7 May 2006 13:32:12 -0000	1.11
+++ sysutils/pkg_cutleaves/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pkg_cutleaves
 PORTVERSION=	20060430
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.gegenunendlich.de/projects/${PORTNAME}/
 
 MAINTAINER=	stefan at FreeBSD.org
Index: sysutils/pkg_install/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_install/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- sysutils/pkg_install/Makefile	13 Jan 2006 06:38:06 -0000	1.16
+++ sysutils/pkg_install/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=		pkg_install
 PORTVERSION=		20060113
-CATEGORIES=		sysutils
+CATEGORIES=		ports-mgmt sysutils
 MASTER_SITES=		${MASTER_SITE_LOCAL} \
 			http://people.FreeBSD.org/~marcus/
 MASTER_SITE_SUBDIR=	marcus
Index: sysutils/pkg_install-devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_install-devel/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- sysutils/pkg_install-devel/Makefile	18 Jul 2005 09:43:44 -0000	1.19
+++ sysutils/pkg_install-devel/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=		pkg_install
 PORTVERSION=		20040811
-CATEGORIES=		sysutils
+CATEGORIES=		ports-mgmt sysutils
 MASTER_SITES=		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	eik
 PKGNAMESUFFIX=		-devel
Index: sysutils/pkg_remove/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_remove/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- sysutils/pkg_remove/Makefile	6 Feb 2004 13:12:27 -0000	1.6
+++ sysutils/pkg_remove/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pkg_remove
 PORTVERSION=	1.1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
 
Index: sysutils/pkg_rmleaves/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_rmleaves/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/pkg_rmleaves/Makefile	23 Sep 2005 08:23:42 -0000	1.2
+++ sysutils/pkg_rmleaves/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pkg_rmleaves
 PORTVERSION=	20050922
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://utenti.gufi.org/~drizzt/codes/ports/${PORTNAME}/
 
 MAINTAINER=	drizzt at gufi.org
Index: sysutils/pkg_trackinst/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_trackinst/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- sysutils/pkg_trackinst/Makefile	13 May 2006 04:15:44 -0000	1.8
+++ sysutils/pkg_trackinst/Makefile	19 May 2006 22:09:20 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	pkg_trackinst
 PORTVERSION=	1.2.2
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://people.freebsd.org/~perky/distfiles/
 
 MAINTAINER=	perky at FreeBSD.org
Index: sysutils/pkg_tree/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkg_tree/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- sysutils/pkg_tree/Makefile	13 May 2006 04:15:44 -0000	1.8
+++ sysutils/pkg_tree/Makefile	19 May 2006 22:09:20 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	pkg_tree
 PORTVERSION=	1.1
 PORTREVISION=	1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.mavetju.org/download/
 
 MAINTAINER=	edwin at mavetju.org
Index: sysutils/pkgfe/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkgfe/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- sysutils/pkgfe/Makefile	5 Apr 2006 10:59:42 -0000	1.3
+++ sysutils/pkgfe/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pkgfe
 PORTVERSION=	20060403
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://ketas.life.ee/pkgfe/releases/ \
 		http://ketas.si.pri.ee/pkgfe/releases/
 
Index: sysutils/port-authoring-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/port-authoring-tools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/port-authoring-tools/Makefile	9 Jun 2004 03:17:56 -0000	1.2
+++ sysutils/port-authoring-tools/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	port-authoring-tools
 PORTVERSION=	1.0
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	# empty
 DISTFILES=	# empty
 EXTRACT_ONLY=	# empty
Index: sysutils/port-maintenance-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/port-maintenance-tools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/port-maintenance-tools/Makefile	9 Jun 2004 03:20:54 -0000	1.2
+++ sysutils/port-maintenance-tools/Makefile	19 May 2006 22:09:20 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	port-maintenance-tools
 PORTVERSION=	1.0
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	# empty
 DISTFILES=	# empty
 EXTRACT_ONLY=	# empty
Index: sysutils/portbrowser/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portbrowser/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- sysutils/portbrowser/Makefile	13 May 2006 04:15:45 -0000	1.5
+++ sysutils/portbrowser/Makefile	19 May 2006 22:09:21 -0000
@@ -7,7 +7,7 @@
 PORTNAME=	portbrowser
 PORTVERSION=	0.3
 PORTREVISION=	3
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.bytelabs.org/
 DISTNAME=	pb-browser-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
Index: sysutils/portdowngrade/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portdowngrade/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- sysutils/portdowngrade/Makefile	12 Apr 2005 03:26:35 -0000	1.9
+++ sysutils/portdowngrade/Makefile	19 May 2006 22:09:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portdowngrade
 PORTVERSION=	0.6
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
Index: sysutils/portmanager/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portmanager/Makefile,v
retrieving revision 1.69
diff -u -r1.69 Makefile
--- sysutils/portmanager/Makefile	23 Feb 2006 02:15:38 -0000	1.69
+++ sysutils/portmanager/Makefile	19 May 2006 22:09:21 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	portmanager
 PORTVERSION=	0.4.1
 PORTREVISION=	5
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	portmanager
 
Index: sysutils/portmaster/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portmaster/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- sysutils/portmaster/Makefile	20 Feb 2006 23:29:03 -0000	1.1
+++ sysutils/portmaster/Makefile	19 May 2006 22:09:21 -0000
@@ -9,7 +9,7 @@
 
 PORTNAME=	portmaster
 PORTVERSION=	1.1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	# none
 DISTFILES=	# none
 
Index: sysutils/portsearch/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portsearch/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/portsearch/Makefile	2 May 2006 07:13:34 -0000	1.2
+++ sysutils/portsearch/Makefile	19 May 2006 22:09:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portsearch
 PORTVERSION=	1.2.3
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	vd/portsearch
 
Index: sysutils/portsman/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portsman/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- sysutils/portsman/Makefile	13 May 2006 04:15:45 -0000	1.4
+++ sysutils/portsman/Makefile	19 May 2006 22:09:21 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	portsman
 PORTVERSION=	0.2
 PORTREVISION=	2
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://download.berlios.de/portsman/
 # temporary
 DISTNAME=	${PORTNAME}-${PORTVERSION}-rc2
Index: sysutils/portsnap/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portsnap/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- sysutils/portsnap/Makefile	30 Jan 2006 20:12:33 -0000	1.14
+++ sysutils/portsnap/Makefile	19 May 2006 22:09:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	portsnap
 PORTVERSION=	1.0
-CATEGORIES=	sysutils net
+CATEGORIES=	ports-mgmt sysutils net
 MASTER_SITES=	http://www.daemonology.net/portsnap/
 
 MAINTAINER=	cperciva at daemonology.net
Index: sysutils/portupgrade/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/portupgrade/Makefile,v
retrieving revision 1.210
diff -u -r1.210 Makefile
--- sysutils/portupgrade/Makefile	7 Jan 2006 01:04:28 -0000	1.210
+++ sysutils/portupgrade/Makefile	19 May 2006 22:09:21 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	2.0.1
 PORTREVISION=	1
 PORTEPOCH=	1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://dists.lovepeers.org/distfiles/portupgrade/
 DISTNAME=	pkgtools-${DISTVERSION}
 
Index: sysutils/psearch/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/psearch/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/psearch/Makefile	28 Feb 2006 21:30:56 -0000	1.2
+++ sysutils/psearch/Makefile	19 May 2006 22:09:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	psearch
 PORTVERSION=	1.1
-CATEGORIES=	sysutils
+CATEGORIES=	ports-mgmt sysutils
 MASTER_SITES=	http://www.maxlor.com/files/
 
 MAINTAINER=	benlutz at datacomm.ch
Index: textproc/p5-FreeBSD-Ports/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-FreeBSD-Ports/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- textproc/p5-FreeBSD-Ports/Makefile	14 Jan 2004 00:04:07 -0000	1.3
+++ textproc/p5-FreeBSD-Ports/Makefile	19 May 2006 22:09:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	FreeBSD-Ports
 PORTVERSION=	0.04
-CATEGORIES=	textproc perl5
+CATEGORIES=	ports-mgmt textproc perl5
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	tom
 PKGNAMEPREFIX=	p5-
Index: misc/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/Makefile,v
retrieving revision 1.801
diff -u -r1.801 Makefile
--- misc/Makefile	18 May 2006 18:40:18 -0000	1.801
+++ misc/Makefile	19 May 2006 23:44:01 -0000
@@ -374,8 +374,6 @@
     SUBDIR += pinfo
     SUBDIR += pipe
     SUBDIR += pointless
-    SUBDIR += porteasy
-    SUBDIR += portell
     SUBDIR += posixtestsuite
     SUBDIR += projectionlib
     SUBDIR += proxyper
@@ -427,7 +425,6 @@
     SUBDIR += terraform
     SUBDIR += tet
     SUBDIR += thailocale
-    SUBDIR += tinderbox
     SUBDIR += tkinfo
     SUBDIR += tkman
     SUBDIR += tkregexp
Index: misc/instant-tinderbox/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/instant-tinderbox/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- misc/instant-tinderbox/Makefile	7 Mar 2006 08:26:53 -0000	1.3
+++ misc/instant-tinderbox/Makefile	19 May 2006 23:44:01 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	instant-tinderbox
 PORTVERSION=	1.0
 PORTREVISION=	1
-CATEGORIES=	misc
+CATEGORIES=	ports-mgmt
 DISTFILES=
 
 MAINTAINER=	edwin at mavetju.org
--- ports_change_categories.diff ends here ---

--- ports_fix_depends.diff begins here ---
Index: net-mgmt/check_snmp_pkgvuln/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/check_snmp_pkgvuln/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- net-mgmt/check_snmp_pkgvuln/Makefile	11 May 2006 22:49:38 -0000	1.2
+++ net-mgmt/check_snmp_pkgvuln/Makefile	19 May 2006 23:41:10 -0000
@@ -17,7 +17,7 @@
 COMMENT=	Security vulnerability plugin for Nagios
 
 RUN_DEPENDS=	snmpwalk:${PORTSDIR}/net-mgmt/net-snmp \
-		portaudit:${PORTSDIR}/security/portaudit
+		portaudit:${PORTSDIR}/ports-mgmt/portaudit
 
 NAGIOS_PLUGIN_DIR?=	libexec/nagios
 
Index: security/jailaudit/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/jailaudit/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- security/jailaudit/Makefile	25 Nov 2005 02:31:06 -0000	1.1
+++ security/jailaudit/Makefile	19 May 2006 23:41:10 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=	cryx-ports at h3q.com
 COMMENT=	Script to generate portaudit reports for jails
 
-RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit
+RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
 
 USE_BZIP2=	yes
 
Index: sysutils/barry/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/barry/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- sysutils/barry/Makefile	13 May 2006 04:15:24 -0000	1.19
+++ sysutils/barry/Makefile	19 May 2006 23:41:10 -0000
@@ -15,8 +15,8 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A nice KDE frontend to the ports system
 
-BUILD_DEPENDS=	${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade
-RUN_DEPENDS=	${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade
+BUILD_DEPENDS=	${LOCALBASE}/sbin/portsdb:${PORTSDIR}/ports-mgmt/portupgrade
+RUN_DEPENDS=	${LOCALBASE}/sbin/portsdb:${PORTSDIR}/ports-mgmt/portupgrade
 
 USE_BZIP2=	yes
 USE_KDELIBS_VER=3
Index: sysutils/bpm/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/bpm/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- sysutils/bpm/Makefile	14 May 2006 15:00:04 -0000	1.14
+++ sysutils/bpm/Makefile	19 May 2006 23:41:10 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	sethk at meowfishies.com
 COMMENT=	A graphical BSD ports collection manager
 
-RUN_DEPENDS=	portupgrade:${PORTSDIR}/sysutils/portupgrade \
+RUN_DEPENDS=	portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
 		gdialog:${PORTSDIR}/x11/zenity
 
 USE_X_PREFIX=	yes
Index: sysutils/bsdadminscripts/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/bsdadminscripts/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- sysutils/bsdadminscripts/Makefile	16 May 2006 09:16:11 -0000	1.1
+++ sysutils/bsdadminscripts/Makefile	19 May 2006 23:41:10 -0000
@@ -24,7 +24,7 @@
 .endif
 
 .if !defined(WITHOUT_PORTCONFIG)
-RUN_DEPENDS=	portupgrade:${PORTSDIR}/sysutils/portupgrade
+RUN_DEPENDS=	portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
 PLIST_FILES+=	${PORT_SCRIPTS:S,^,sbin/port,}
 .endif
 
Index: sysutils/desktopbsd-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/desktopbsd-tools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/desktopbsd-tools/Makefile	27 Apr 2006 09:51:23 -0000	1.2
+++ sysutils/desktopbsd-tools/Makefile	19 May 2006 23:41:10 -0000
@@ -17,7 +17,7 @@
 		bash:${PORTSDIR}/shells/bash \
 		csup:${PORTSDIR}/net/csup \
 		fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
-		portupgrade:${PORTSDIR}/sysutils/portupgrade
+		portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
 
 INSTALLS_SHLIB=	yes
 USE_BZIP2=	yes
Index: sysutils/pkgfe/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/pkgfe/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- sysutils/pkgfe/Makefile	5 Apr 2006 10:59:42 -0000	1.3
+++ sysutils/pkgfe/Makefile	19 May 2006 23:41:10 -0000
@@ -14,8 +14,8 @@
 MAINTAINER=	madis555 at hot.ee
 COMMENT=	Ncurses front-end to manage the ports collection
 
-RUN_DEPENDS=	portupgrade:${PORTSDIR}/sysutils/portupgrade \
-		portaudit:${PORTSDIR}/security/portaudit \
+RUN_DEPENDS=	portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
+		portaudit:${PORTSDIR}/ports-mgmt/portaudit \
 		csup:${PORTSDIR}/net/csup
 
 NO_BUILD=	yes
Index: sysutils/port-authoring-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/port-authoring-tools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/port-authoring-tools/Makefile	9 Jun 2004 03:17:56 -0000	1.2
+++ sysutils/port-authoring-tools/Makefile	19 May 2006 23:41:10 -0000
@@ -20,7 +20,7 @@
 		${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-without-gui \
 		${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
 		${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \
-		${LOCALBASE}/bin/port:${PORTSDIR}/devel/porttools
+		${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools
 
 NO_BUILD=	yes
 
Index: sysutils/port-maintenance-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/port-maintenance-tools/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- sysutils/port-maintenance-tools/Makefile	9 Jun 2004 03:20:54 -0000	1.2
+++ sysutils/port-maintenance-tools/Makefile	19 May 2006 23:41:10 -0000
@@ -19,11 +19,11 @@
 RUN_DEPENDS=	\
 		${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-without-gui \
 		${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
-		${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/sysutils/pkg_cutleaves \
-		${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/sysutils/pkg_tree \
-		${LOCALBASE}/bin/porteasy:${PORTSDIR}/misc/porteasy \
-		${LOCALBASE}/bin/portell:${PORTSDIR}/misc/portell \
-		${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/sysutils/portdowngrade
+		${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/ports-mgmt/pkg_cutleaves \
+		${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/ports-mgmt/pkg_tree \
+		${LOCALBASE}/bin/porteasy:${PORTSDIR}/ports-mgmt/porteasy \
+		${LOCALBASE}/bin/portell:${PORTSDIR}/ports-mgmt/portell \
+		${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/ports-mgmt/portdowngrade
 
 NO_BUILD=	yes
 
Index: x11/gnome2-power-tools/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/gnome2-power-tools/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- x11/gnome2-power-tools/Makefile	30 Apr 2006 00:47:04 -0000	1.30
+++ x11/gnome2-power-tools/Makefile	19 May 2006 23:41:11 -0000
@@ -21,7 +21,7 @@
 		cog:${PORTSDIR}/sysutils/cog \
 		gnome-blog-poster:${PORTSDIR}/deskutils/gnomeblog \
 		gnomesu:${PORTSDIR}/security/libgnomesu \
-		bpm:${PORTSDIR}/sysutils/bpm \
+		bpm:${PORTSDIR}/ports-mgmt/bpm \
 		gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \
 		serpentine:${PORTSDIR}/sysutils/serpentine \
 		devilspie:${PORTSDIR}/x11-wm/devilspie \
@@ -34,8 +34,8 @@
 		eiciel:${PORTSDIR}/sysutils/eiciel \
 		gtk-send-pr:${PORTSDIR}/sysutils/gtk-send-pr \
 		thefish:${PORTSDIR}/sysutils/thefish \
-		bpm:${PORTSDIR}/sysutils/bpm \
-		pbrowser:${PORTSDIR}/sysutils/portbrowser
+		bpm:${PORTSDIR}/ports-mgmt/bpm \
+		pbrowser:${PORTSDIR}/ports-mgmt/portbrowser
 
 MASTERDIR=	${.CURDIR}/../gnome2
 GNOME_SLAVE=	yes
--- ports_fix_depends.diff ends here ---

--- remove_from_old_categories.diff begins here ---
Index: devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.2212
diff -u -r1.2212 Makefile
--- devel/Makefile	19 May 2006 10:35:39 -0000	1.2212
+++ devel/Makefile	19 May 2006 23:00:12 -0000
@@ -1434,11 +1434,7 @@
     SUBDIR += pmake
     SUBDIR += pmk
     SUBDIR += popt
-    SUBDIR += portcheckout
     SUBDIR += portlet-api
-    SUBDIR += portlint
-    SUBDIR += portmk
-    SUBDIR += porttools
     SUBDIR += poslib
     SUBDIR += powerpc-rtems-binutils
     SUBDIR += powerpc-rtems-g77
Index: misc/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/Makefile,v
retrieving revision 1.801
diff -u -r1.801 Makefile
--- misc/Makefile	18 May 2006 18:40:18 -0000	1.801
+++ misc/Makefile	19 May 2006 23:00:12 -0000
@@ -374,8 +374,6 @@
     SUBDIR += pinfo
     SUBDIR += pipe
     SUBDIR += pointless
-    SUBDIR += porteasy
-    SUBDIR += portell
     SUBDIR += posixtestsuite
     SUBDIR += projectionlib
     SUBDIR += proxyper
@@ -427,7 +425,6 @@
     SUBDIR += terraform
     SUBDIR += tet
     SUBDIR += thailocale
-    SUBDIR += tinderbox
     SUBDIR += tkinfo
     SUBDIR += tkman
     SUBDIR += tkregexp
Index: security/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/Makefile,v
retrieving revision 1.756
diff -u -r1.756 Makefile
--- security/Makefile	17 May 2006 10:44:47 -0000	1.756
+++ security/Makefile	19 May 2006 23:00:13 -0000
@@ -186,7 +186,6 @@
     SUBDIR += ipsec-tools
     SUBDIR += isakmpd
     SUBDIR += its4
-    SUBDIR += jailaudit
     SUBDIR += jce_policy14
     SUBDIR += john
     SUBDIR += kedpm
@@ -489,8 +488,6 @@
     SUBDIR += pktsuckers
     SUBDIR += poc
     SUBDIR += poly1305aes
-    SUBDIR += portaudit
-    SUBDIR += portaudit-db
     SUBDIR += portscanner
     SUBDIR += portsentry
     SUBDIR += ppars
@@ -634,7 +631,6 @@
     SUBDIR += vpnc
     SUBDIR += vpnd
     SUBDIR += vscan
-    SUBDIR += vulnerability-test-port
     SUBDIR += vuxml
     SUBDIR += vxquery
     SUBDIR += webfwlog
Index: sysutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/Makefile,v
retrieving revision 1.782
diff -u -r1.782 Makefile
--- sysutils/Makefile	16 May 2006 09:16:11 -0000	1.782
+++ sysutils/Makefile	19 May 2006 23:00:13 -0000
@@ -37,7 +37,6 @@
     SUBDIR += bacula-client-devel
     SUBDIR += bacula-server
     SUBDIR += bacula-server-devel
-    SUBDIR += barry
     SUBDIR += battfink
     SUBDIR += bbapm
     SUBDIR += bbsmount
@@ -48,7 +47,6 @@
     SUBDIR += bksh
     SUBDIR += blimitd
     SUBDIR += boxbackup
-    SUBDIR += bpm
     SUBDIR += bsdadminscripts
     SUBDIR += bsdsar
     SUBDIR += bubblemon-dockapp
@@ -311,7 +309,6 @@
     SUBDIR += magicrescue
     SUBDIR += maint
     SUBDIR += makefs
-    SUBDIR += managepkg
     SUBDIR += manck
     SUBDIR += mapchan
     SUBDIR += mbmon
@@ -350,7 +347,6 @@
     SUBDIR += nctop
     SUBDIR += ndir
     SUBDIR += netdump-server
-    SUBDIR += newportsversioncheck
     SUBDIR += no-login
     SUBDIR += npadmin
     SUBDIR += nrg2iso
@@ -371,7 +367,6 @@
     SUBDIR += p5-Filesys-DiskFree
     SUBDIR += p5-Filesys-DiskSpace
     SUBDIR += p5-Filesys-DiskUsage
-    SUBDIR += p5-FreeBSD-Portindex
     SUBDIR += p5-LJ-Cache
     SUBDIR += p5-LJ-TextMessage
     SUBDIR += p5-Quota
@@ -418,37 +413,16 @@
     SUBDIR += phantom
     SUBDIR += php4-posix
     SUBDIR += php5-posix
-    SUBDIR += pib
     SUBDIR += pidof
     SUBDIR += pipemeter
-    SUBDIR += pkg-orphan
-    SUBDIR += pkg_cutleaves
-    SUBDIR += pkg_install
-    SUBDIR += pkg_install-devel
-    SUBDIR += pkg_remove
-    SUBDIR += pkg_rmleaves
-    SUBDIR += pkg_trackinst
-    SUBDIR += pkg_tree
-    SUBDIR += pkgfe
     SUBDIR += pkill
     SUBDIR += plconfig
     SUBDIR += plod
     SUBDIR += pmap
-    SUBDIR += port-authoring-tools
-    SUBDIR += port-maintenance-tools
-    SUBDIR += portbrowser
-    SUBDIR += portdowngrade
-    SUBDIR += portmanager
-    SUBDIR += portmaster
-    SUBDIR += portsearch
-    SUBDIR += portsman
-    SUBDIR += portsnap
-    SUBDIR += portupgrade
     SUBDIR += powerman
     SUBDIR += prips
     SUBDIR += procmap
     SUBDIR += progsreiserfs
-    SUBDIR += psearch
     SUBDIR += psgconf
     SUBDIR += pslist
     SUBDIR += psmisc
Index: textproc/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/Makefile,v
retrieving revision 1.969
diff -u -r1.969 Makefile
--- textproc/Makefile	16 May 2006 22:42:55 -0000	1.969
+++ textproc/Makefile	19 May 2006 23:00:14 -0000
@@ -315,7 +315,6 @@
     SUBDIR += p5-Excel-Template
     SUBDIR += p5-Filter-Simple
     SUBDIR += p5-FormValidator-Simple
-    SUBDIR += p5-FreeBSD-Ports
     SUBDIR += p5-HTML-Entities-Numbered
     SUBDIR += p5-HTML-EscapeEvil
     SUBDIR += p5-HTML-Format
--- remove_from_old_categories.diff ends here ---

--- bsd.port.mk.diff begins here ---
Index: Mk/bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.532
diff -u -r1.532 bsd.port.mk
--- Mk/bsd.port.mk	2 May 2006 10:09:23 -0000	1.532
+++ Mk/bsd.port.mk	19 May 2006 23:46:03 -0000
@@ -2572,8 +2572,8 @@
 	games geography german gnome graphics hamradio haskell hebrew hungarian \
 	ipv6 irc japanese java kde korean lang linux lisp \
 	mail math mbone misc multimedia net net-im net-mgmt net-p2p news \
-	palm parallel pear perl5 picobsd plan9 polish portuguese print \
-	python ruby rubygems russian \
+	palm parallel pear perl5 picobsd plan9 polish ports-mgmt portuguese \
+	print python ruby rubygems russian \
 	scheme science security shells spanish sysutils \
 	tcl80 tcl81 tcl82 tcl83 tcl84 textproc \
 	tk80 tk82 tk83 tk84 tkstep80 \
--- bsd.port.mk.diff ends here ---

--- Makefile begins here ---
# $FreeBSD$
#

    COMMENT = Ports for managing, installing and developing FreeBSD ports and packages

    SUBDIR += barry
    SUBDIR += bpm
    SUBDIR += instant-tinderbox
    SUBDIR += jailaudit
    SUBDIR += managepkg
    SUBDIR += newportsversioncheck
    SUBDIR += p5-FreeBSD-Portindex
    SUBDIR += p5-FreeBSD-Ports
    SUBDIR += pib
    SUBDIR += pkg-orphan
    SUBDIR += pkg_cutleaves
    SUBDIR += pkg_install
    SUBDIR += pkg_install-devel
    SUBDIR += pkg_remove
    SUBDIR += pkg_rmleaves
    SUBDIR += pkg_trackinst
    SUBDIR += pkg_tree
    SUBDIR += pkgfe
    SUBDIR += port-authoring-tools
    SUBDIR += port-maintenance-tools
    SUBDIR += portaudit
    SUBDIR += portaudit-db
    SUBDIR += portbrowser
    SUBDIR += portcheckout
    SUBDIR += portdowngrade
    SUBDIR += porteasy
    SUBDIR += portell
    SUBDIR += portlint
    SUBDIR += portmanager
    SUBDIR += portmaster
    SUBDIR += portmk
    SUBDIR += portsearch
    SUBDIR += portsman
    SUBDIR += portsnap
    SUBDIR += porttools
    SUBDIR += portupgrade
    SUBDIR += psearch
    SUBDIR += tinderbox
    SUBDIR += vulnerability-test-port

.include <bsd.port.subdir.mk>
--- Makefile ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list