Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2008 00:45:20 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124921: python: 41 ports are missing python category
Message-ID:  <200806240445.m5O4jKdG036611@piccollo.p6m7g8.net>
Resent-Message-ID: <200806240450.m5O4o3Am056065@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124921
>Category:       ports
>Synopsis:       python: 41 ports are missing python category
>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:   Tue Jun 24 04:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jun 11 23:05:41 EDT 2008 root@krillin.p6m7g8.net:/usr/obj/usr/src/sys/PICCOLLO i386

>Description:
find /usr/ports -type f -name "Makefile" | \
    grep py- | \
    xargs grep CATEGORIES | \
    grep -vw python | \
    sed -e 's,:.*,,' | \
    xargs perl -pi -e 's,^CATEGORIES=(.*)$,CATEGORIES=$1 python,'

>How-To-Repeat:
>Fix:

--- py.diff begins here ---
Index: audio/py-ao/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/py-ao/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- audio/py-ao/Makefile	30 Jul 2007 09:40:57 -0000	1.14
+++ audio/py-ao/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ao
 PORTVERSION=	0.82
-CATEGORIES=	audio
+CATEGORIES=	audio python
 MASTER_SITES=	http://www.andrewchatham.com/pyogg/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pyao-${PORTVERSION}
Index: audio/py-ogg/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/py-ogg/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- audio/py-ogg/Makefile	30 Jul 2007 09:40:59 -0000	1.11
+++ audio/py-ogg/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	ogg
 PORTVERSION=	1.3
 PORTREVISION=	2
-CATEGORIES=	audio
+CATEGORIES=	audio python
 MASTER_SITES=	http://www.andrewchatham.com/pyogg/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pyogg-${PORTVERSION}
Index: audio/py-vorbis/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/py-vorbis/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- audio/py-vorbis/Makefile	7 Mar 2008 17:56:49 -0000	1.13
+++ audio/py-vorbis/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	vorbis
 PORTVERSION=	1.4
 PORTREVISION=	1
-CATEGORIES=	audio
+CATEGORIES=	audio python
 MASTER_SITES=	http://www.andrewchatham.com/pyogg/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pyvorbis-${PORTVERSION}
Index: deskutils/py-vobject/Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/py-vobject/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- deskutils/py-vobject/Makefile	15 Dec 2007 19:59:42 -0000	1.2
+++ deskutils/py-vobject/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	vobject
 PORTVERSION=	0.4.9
-CATEGORIES=	deskutils
+CATEGORIES=	deskutils python
 MASTER_SITES=	http://vobject.skyhouseconsulting.com/ CENKES
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: devel/p5-File-Copy-Recursive/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Copy-Recursive/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- devel/p5-File-Copy-Recursive/Makefile	18 Apr 2008 09:29:31 -0000	1.20
+++ devel/p5-File-Copy-Recursive/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	File-Copy-Recursive
 PORTVERSION=	0.36
-CATEGORIES=	devel perl5
+CATEGORIES=	devel perl5 python
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
Index: devel/py-ez_xml/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-ez_xml/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/py-ez_xml/Makefile	27 Mar 2007 15:47:48 -0000	1.1
+++ devel/py-ez_xml/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ez_xml
 PORTVERSION=	0.1.3
-CATEGORIES=	devel textproc
+CATEGORIES=	devel textproc python
 MASTER_SITES=	http://master.branda.to/downloads/ez_xml/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: devel/py-fusefs/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-fusefs/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/py-fusefs/Makefile	14 Aug 2007 06:30:36 -0000	1.7
+++ devel/py-fusefs/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	fusefs
 DISTVERSION=	0.2
 PORTREVISION=	1
-CATEGORIES=	devel
+CATEGORIES=	devel python
 MASTER_SITES=	SF/fuse
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	fuse-python-${DISTVERSION}
Index: devel/py-json-py/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-json-py/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/py-json-py/Makefile	30 Jul 2007 09:41:15 -0000	1.3
+++ devel/py-json-py/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	json-py
 PORTVERSION=	3.4
-CATEGORIES=	devel lang www
+CATEGORIES=	devel lang www python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: devel/py-mez_xml/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-mez_xml/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/py-mez_xml/Makefile	26 Mar 2008 04:44:03 -0000	1.1
+++ devel/py-mez_xml/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	mez_xml
 PORTVERSION=	0.4
-CATEGORIES=	devel www
+CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: devel/py-qt4-qscintilla2/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-qt4-qscintilla2/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- devel/py-qt4-qscintilla2/Makefile	6 Jun 2008 13:21:46 -0000	1.7
+++ devel/py-qt4-qscintilla2/Makefile	24 Jun 2008 04:41:27 -0000
@@ -9,7 +9,7 @@
 PORTREVISION=	1
 PORTEPOCH=	1
 
-CATEGORIES=	devel
+CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITES_QSCI2}
 
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt4-
Index: devel/py-sqlcc/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-sqlcc/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/py-sqlcc/Makefile	27 Mar 2007 15:46:19 -0000	1.1
+++ devel/py-sqlcc/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	sqlcc
 PORTVERSION=	0.2
-CATEGORIES=	devel databases
+CATEGORIES=	devel databases python
 MASTER_SITES=	http://master.branda.to/downloads/sqlcc/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: devel/py-tconfpy/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-tconfpy/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- devel/py-tconfpy/Makefile	30 Jul 2007 09:41:22 -0000	1.3
+++ devel/py-tconfpy/Makefile	24 Jun 2008 04:41:27 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	py-tconfpy
 PORTVERSION=	2.112
-CATEGORIES=	devel
+CATEGORIES=	devel python
 MASTER_SITES=	http://www.tundraware.com/Software/tconfpy/
 
 MAINTAINER=	tconfpy@tundraware.com
Index: devel/py-thrift/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-thrift/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/py-thrift/Makefile	14 Dec 2007 17:12:08 -0000	1.1
+++ devel/py-thrift/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	thrift
 PORTVERSION=	20070917
-CATEGORIES=	devel
+CATEGORIES=	devel python
 PKGNAMEPREFIX=	py-
 DISTFILES=
 
Index: devel/py-utils/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-utils/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/py-utils/Makefile	30 Jul 2007 09:41:24 -0000	1.2
+++ devel/py-utils/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	utils
 PORTVERSION=	0.2.5
-CATEGORIES=	devel
+CATEGORIES=	devel python
 MASTER_SITES=	http://www.voidspace.org.uk/cgi-bin/voidspace/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	downman.py?file=pythonutils-${PORTVERSION}
Index: games/py-anki/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/py-anki/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- games/py-anki/Makefile	6 Jun 2008 13:31:41 -0000	1.3
+++ games/py-anki/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	anki
 PORTVERSION=	0.9.5.7
 PORTREVISION=	1
-CATEGORIES=	games
+CATEGORIES=	games python
 MASTER_SITES=	CENKES http://ichi2.net/anki/download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 EXTRACT_SUFX=	.tgz
Index: games/py-pychess/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/py-pychess/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- games/py-pychess/Makefile	6 Jun 2008 13:31:41 -0000	1.2
+++ games/py-pychess/Makefile	24 Jun 2008 04:41:27 -0000
@@ -10,7 +10,7 @@
 #PORTREVISION=	0
 #PORTEPOCH=	0
 PORTREVISION=	1
-CATEGORIES=	games
+CATEGORIES=	games python
 MASTER_SITES=	http://nivi.interfree.it/distfiles/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: graphics/py-goocanvas/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/py-goocanvas/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- graphics/py-goocanvas/Makefile	6 Jun 2008 13:34:50 -0000	1.4
+++ graphics/py-goocanvas/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	goocanvas
 PORTVERSION=	0.9.0
 PORTREVISION=	1
-CATEGORIES=	graphics
+CATEGORIES=	graphics python
 MASTER_SITES=	BERLIOS
 MASTER_SITE_SUBDIR=	py${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: graphics/py-poppler/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/py-poppler/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- graphics/py-poppler/Makefile	6 Jun 2008 13:34:51 -0000	1.2
+++ graphics/py-poppler/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	poppler
 PORTVERSION=	0.6.2
 PORTREVISION=	1
-CATEGORIES=	graphics
+CATEGORIES=	graphics python
 MASTER_SITES=	http://www.gnome.org/~gianmt/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
Index: graphics/py-soya3d/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/py-soya3d/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- graphics/py-soya3d/Makefile	19 Apr 2008 17:50:37 -0000	1.23
+++ graphics/py-soya3d/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	soya3d
 PORTVERSION=	0.13.2
 PORTREVISION=	2
-CATEGORIES=	graphics
+CATEGORIES=	graphics python
 MASTER_SITES=	http://download.gna.org/soya/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Soya-${PORTVERSION}
Index: mail/py-libgmail/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/py-libgmail/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- mail/py-libgmail/Makefile	3 Jan 2008 01:31:30 -0000	1.4
+++ mail/py-libgmail/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	libgmail
 DISTVERSION=	0.1.8
-CATEGORIES=	mail
+CATEGORIES=	mail python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: mail/py-turbomail/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/py-turbomail/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- mail/py-turbomail/Makefile	6 Jun 2008 13:42:59 -0000	1.3
+++ mail/py-turbomail/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	turbomail
 PORTVERSION=	2.0.3
 PORTREVISION=	1
-CATEGORIES=	mail www
+CATEGORIES=	mail www python
 MASTER_SITES=	http://cheeseshop.python.org/packages/source/T/TurboMail/ \
 		http://nivi.interfree.it/distfiles/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: multimedia/py-pybmp/Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/py-pybmp/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- multimedia/py-pybmp/Makefile	6 Jun 2008 13:48:16 -0000	1.6
+++ multimedia/py-pybmp/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	pyBMP
 PORTVERSION=	1.0
 PORTREVISION=	2
-CATEGORIES=	multimedia
+CATEGORIES=	multimedia python
 MASTER_SITES=	http://nivi.interfree.it/distfiles/${PORTNAME}/ \
 		LOCAL/nivit/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: net-mgmt/py-yapsnmp/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/py-yapsnmp/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- net-mgmt/py-yapsnmp/Makefile	27 Mar 2008 10:58:28 -0000	1.8
+++ net-mgmt/py-yapsnmp/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 PORTNAME=	yapsnmp
 PORTVERSION=	0.7.8
 PORTREVISION=	4
-CATEGORIES=	net-mgmt
+CATEGORIES=	net-mgmt python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	yapsnmp
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: print/py-cups/Makefile
===================================================================
RCS file: /home/ncvs/ports/print/py-cups/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- print/py-cups/Makefile	7 Jun 2008 16:21:33 -0000	1.5
+++ print/py-cups/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	cups
 PORTVERSION=	1.9.39
-CATEGORIES=	print
+CATEGORIES=	print python
 MASTER_SITES=	http://cyberelk.net/tim/data/pycups/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
Index: print/py-pyscript/Makefile
===================================================================
RCS file: /home/ncvs/ports/print/py-pyscript/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- print/py-pyscript/Makefile	19 May 2007 20:21:47 -0000	1.4
+++ print/py-pyscript/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	pyscript
 PORTVERSION=	0.6.1
 PORTREVISION=	1
-CATEGORIES=	print graphics
+CATEGORIES=	print graphics python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: sysutils/py-bcfg2/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/py-bcfg2/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- sysutils/py-bcfg2/Makefile	6 Jun 2008 14:03:17 -0000	1.8
+++ sysutils/py-bcfg2/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	bcfg2
 PORTVERSION=	0.9.5.5
 PORTREVISION=	2
-CATEGORIES=	sysutils
+CATEGORIES=	sysutils python
 MASTER_SITES=	ftp://ftp.mcs.anl.gov/pub/bcfg/ \
 		http://mirror.opensysadmin.com/bcfg/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: textproc/py-reverend/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/py-reverend/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- textproc/py-reverend/Makefile	30 Jul 2007 09:42:01 -0000	1.3
+++ textproc/py-reverend/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	reverend
 PORTVERSION=	0.3
-CATEGORIES=	textproc mail math
+CATEGORIES=	textproc mail math python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: textproc/py-syck/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/py-syck/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- textproc/py-syck/Makefile	30 Jul 2007 09:42:01 -0000	1.7
+++ textproc/py-syck/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	syck
 PORTVERSION=	0.55
-CATEGORIES=	textproc devel
+CATEGORIES=	textproc devel python
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: www/py-GinGin/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-GinGin/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/py-GinGin/Makefile	26 Mar 2008 04:50:12 -0000	1.1
+++ www/py-GinGin/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	GinGin
 PORTVERSION=	0.9.9
-CATEGORIES=	www
+CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: www/py-apachelog/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-apachelog/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/py-apachelog/Makefile	6 Mar 2008 22:19:52 -0000	1.4
+++ www/py-apachelog/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	apachelog
 PORTVERSION=	1.1
-CATEGORIES=	www
+CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		http://freebsd.unixfreunde.de/sources/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: www/py-ez_web/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-ez_web/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/py-ez_web/Makefile	27 Mar 2007 20:31:23 -0000	1.1
+++ www/py-ez_web/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ez_web
 PORTVERSION=	0.1
-CATEGORIES=	www devel
+CATEGORIES=	www devel python
 MASTER_SITES=	http://master.branda.to/downloads/ez_web/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: www/py-openssl-proxy/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-openssl-proxy/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- www/py-openssl-proxy/Makefile	30 Jul 2007 09:42:12 -0000	1.4
+++ www/py-openssl-proxy/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	openssl-proxy
 PORTVERSION=	0.1
-CATEGORIES=	www security
+CATEGORIES=	www security python
 MASTER_SITES=	http://richard.jones.name/google-hacks/gmail-filesystem/ CENKES
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pyOpenSSLProxy-${PORTVERSION}
Index: www/py-scgi/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/py-scgi/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- www/py-scgi/Makefile	23 Nov 2006 03:59:13 -0000	1.16
+++ www/py-scgi/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	scgi
 PORTVERSION=	1.12
-CATEGORIES=	www
+CATEGORIES=	www python
 MASTER_SITES=	http://quixote.python.ca/releases/ \
 		http://dryice.name/computer/FreeBSD/distfiles/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-fm/py-nautilus/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-fm/py-nautilus/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- x11-fm/py-nautilus/Makefile	6 Jun 2008 14:12:22 -0000	1.9
+++ x11-fm/py-nautilus/Makefile	24 Jun 2008 04:41:27 -0000
@@ -9,7 +9,7 @@
 PORTNAME=	nautilus
 PORTVERSION=	0.5.0
 PORTREVISION=	1
-CATEGORIES=	x11-fm gnome
+CATEGORIES=	x11-fm gnome python
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/nautilus-python/${PORTVERSION:R}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-toolkits/py-fltk/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-fltk/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11-toolkits/py-fltk/Makefile	25 Mar 2008 22:44:27 -0000	1.12
+++ x11-toolkits/py-fltk/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	fltk
 PORTVERSION=	1.1.2
-CATEGORIES=	x11-toolkits
+CATEGORIES=	x11-toolkits python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	pyfltk
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-toolkits/py-fox/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-fox/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11-toolkits/py-fox/Makefile	19 Apr 2008 17:55:34 -0000	1.8
+++ x11-toolkits/py-fox/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	fox
 PORTVERSION=	1.0.5
 PORTREVISION=	2
-CATEGORIES=	x11-toolkits
+CATEGORIES=	x11-toolkits python
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	fxpy
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-toolkits/py-gtkglext/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-gtkglext/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- x11-toolkits/py-gtkglext/Makefile	6 Jun 2008 14:16:29 -0000	1.17
+++ x11-toolkits/py-gtkglext/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	gtkglext
 PORTVERSION=	1.1.0
 PORTREVISION=	2
-CATEGORIES=	x11-toolkits
+CATEGORIES=	x11-toolkits python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gtkglext
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-toolkits/py-gtksourceview/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-gtksourceview/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- x11-toolkits/py-gtksourceview/Makefile	6 Jun 2008 14:16:29 -0000	1.3
+++ x11-toolkits/py-gtksourceview/Makefile	24 Jun 2008 04:41:27 -0000
@@ -9,7 +9,7 @@
 PORTNAME=	gtksourceview
 PORTVERSION=	2.2.0
 PORTREVISION=	1
-CATEGORIES=	x11-toolkits gnome
+CATEGORIES=	x11-toolkits gnome python
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Index: x11-toolkits/py-sexy/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-sexy/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- x11-toolkits/py-sexy/Makefile	6 Jun 2008 14:16:30 -0000	1.6
+++ x11-toolkits/py-sexy/Makefile	24 Jun 2008 04:41:27 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	0.1.9
 PORTREVISION=	2
 DISTVERSIONPREFIX=	python-
-CATEGORIES=	x11-toolkits
+CATEGORIES=	x11-toolkits python
 MASTER_SITES=	http://releases.chipx86.com/libsexy/sexy-python/ CENKES
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
Index: x11-toolkits/py-tktreectrl/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-tktreectrl/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11-toolkits/py-tktreectrl/Makefile	9 Apr 2008 13:42:23 -0000	1.8
+++ x11-toolkits/py-tktreectrl/Makefile	24 Jun 2008 04:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	tktreectrl
 PORTVERSION=	0.7
-CATEGORIES=	x11-toolkits tk
+CATEGORIES=	x11-toolkits tk python
 MASTER_SITES=	http://klappnase.bubble.org/TkinterTreectrl/ CENKES
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	TkinterTreectrl-${DISTVERSION}
Index: x11-wm/skippy-xd/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/skippy-xd/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- x11-wm/skippy-xd/Makefile	19 Apr 2008 17:56:00 -0000	1.6
+++ x11-wm/skippy-xd/Makefile	24 Jun 2008 04:41:27 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	skippy-xd
 PORTVERSION=	0.5.0
 PORTREVISION=	1
-CATEGORIES=	x11-wm
+CATEGORIES=	x11-wm python
 MASTER_SITES=	http://thegraveyard.org/files/
 
 MAINTAINER=	ports@FreeBSD.org
--- py.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806240445.m5O4jKdG036611>