1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Eliminate hard coded "PKGNAMEPREFIX= py-"

PR:		137859
Submitted by:	olli hauer <ohauer@gmx.de>
This commit is contained in:
Martin Wilke 2009-08-18 20:15:55 +00:00
parent 0d7182fc25
commit 6ead6f393a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239877
15 changed files with 36 additions and 29 deletions

View File

@ -5,10 +5,11 @@
# $FreeBSD$
#
PORTNAME= py-libmpdclient
PORTNAME= libmpdclient
PORTVERSION= 0.10.0
CATEGORIES= audio python
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tim@n2it.net
COMMENT= Python bindings for libmpdclient

View File

@ -5,10 +5,11 @@
# $FreeBSD$
#
PORTNAME= py-MySQL
PORTNAME= MySQL
PORTVERSION= 1.4
CATEGORIES= databases python
MASTER_SITES= http://mysql.osuosl.org/Downloads/Contrib/Old-Versions/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= MySQLmodule-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -5,17 +5,17 @@
# $FreeBSD$
#
PORTNAME= SQLDict
PORTVERSION= 1.0.0
CATEGORIES= databases python
MASTER_SITES= http://dustman.net/andy/python/SQLDict/1.0.0/
PKGNAMEPREFIX= py-
PORTNAME= SQLDict
PORTVERSION= 1.0.0
CATEGORIES= databases python
MASTER_SITES= http://dustman.net/andy/python/SQLDict/1.0.0/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Python dictionary wrapper around a SQL database
USE_PYTHON= yes
NO_WRKSUBDIR= yes
USE_PYTHON= yes
NO_WRKSUBDIR= yes
do-build:
@cd ${WRKSRC} && ${PYTHON_CMD} -c 'import SQLDict'

View File

@ -10,7 +10,7 @@ PORTVERSION= 3.3.1
CATEGORIES= devel python
MASTER_SITES= http://www.zeroc.com/download/Ice/3.3/ \
http://www.dirk.sh/dirk/Ice/
PKGNAMEPREFIX= py-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Ice-${PORTVERSION}
MAINTAINER= dirk.ye@gmail.com

View File

@ -10,7 +10,7 @@ PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://ox.eicat.ca/~dgilbert/files/
PKGNAMEPREFIX= py-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyKQueue-${PORTVERSION}
EXTRACT_SUFX= .tbz

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PKGNAMEPREFIX= py-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lev@FreeBSD.org
COMMENT= Python bindings for version control system

View File

@ -4,10 +4,11 @@
#
# $FreeBSD$
PORTNAME= py-tconfpy
PORTNAME= tconfpy
PORTVERSION= 2.112
CATEGORIES= devel python
MASTER_SITES= http://www.tundraware.com/Software/tconfpy/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tconfpy@tundraware.com
COMMENT= A Python Configuration File Parser

View File

@ -8,7 +8,7 @@
PORTNAME= thrift
PORTVERSION= 20090622
CATEGORIES= devel python
PKGNAMEPREFIX= py-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES=
MAINTAINER= jdugan@x1024.net

View File

@ -5,10 +5,11 @@
# $FreeBSD$
#
PORTNAME= py-gnuplot
PORTNAME= gnuplot
PORTVERSION= 1.8
CATEGORIES= math python
MASTER_SITES= SF/gnuplot-py
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= gnuplot-py-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -9,7 +9,7 @@ PORTNAME= punjab
PORTVERSION= 0.12
CATEGORIES= net-im python
MASTER_SITES= http://butterfat.net/punjab/
PKGNAMEPREFIX= py-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= beech@FreeBSD.org
COMMENT= HTTP-polling and HTTP-binding gateway for Jabber

View File

@ -10,7 +10,7 @@ PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= net python
MASTER_SITES= http://mirrorproject.com/widget/
PKGNAMEPREFIX= py-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= MirrorProjectRandomImageWidget-src-${PORTVERSION}
MAINTAINER= randomimage-widget@mirrorproject.com

View File

@ -5,17 +5,17 @@
# $FreeBSD$
#
PORTNAME= HyperText
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= http://dustman.net/andy/python/HyperText/1.0.1/
PKGNAMEPREFIX= py-
PORTNAME= HyperText
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= http://dustman.net/andy/python/HyperText/1.0.1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight HTML/XHTML generator for Python
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/HyperText
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/HyperText
# get rid of pre-compiled stuff: it may not work for the installed
# version of Python

View File

@ -5,12 +5,13 @@
# $FreeBSD$
#
PORTNAME= py-gnome
PORTNAME= gnome
PORTVERSION= 1.4.4
PORTREVISION= 10
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/gnome-python/1.4
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= gnome-python-${PORTVERSION}
DIST_SUBDIR= gnome

View File

@ -5,11 +5,12 @@
# $FreeBSD$
#
PORTNAME= py-gtk
PORTNAME= gtk
PORTVERSION= 0.6.11
PORTREVISION= 7
CATEGORIES= x11-toolkits python
MASTER_SITES= GNOME
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= gnome-python-1.4.4
DIST_SUBDIR= gnome

View File

@ -5,12 +5,13 @@
# $FreeBSD$
# $MCom: ports/x11-toolkits/py-gtkscintilla/Makefile,v 1.1 2006/10/07 15:53:59 ahze Exp $
PORTNAME= py-gtkscintilla
PORTNAME= gtkscintilla
PORTVERSION= 0.8.2
PORTREVISION= 6
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= moleskine
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGtkScintilla-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org