- Convert ports of sysutils/ to new USES=python

Approved by:	portmgr (implicit)
This commit is contained in:
Marcus von Appen 2014-10-24 16:56:10 +00:00
parent 742321c708
commit fae188751b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371454
64 changed files with 105 additions and 152 deletions

View file

@ -16,7 +16,7 @@ LICENSE= GPLv3
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
USE_PYTHON_RUN= yes
USES= python:run
SUB_FILES= pkg-install
PLIST_FILES= bin/autojump \

View file

@ -19,10 +19,9 @@ BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USES= pkgconfig gmake pathfix libtool
USES= pkgconfig gmake pathfix libtool python:2
GNU_CONFIGURE= yes
USE_GNOME= gtk30 glib20 introspection:build libwnck3
USE_PYTHON= 2
USE_XORG= x11
CONFIGURE_ARGS+=--disable-webapps \

View file

@ -12,7 +12,7 @@ COMMENT= Display notebook battery status in tray
LICENSE= BSD
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>

View file

@ -22,9 +22,7 @@ OPTIONS_DEFAULT= EC2
EC2_DESC= Support Amazon Web Services EC2 hosts
EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:${PORTSDIR}/sysutils/py-ploy_ec2
USES= zip
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:-2.7 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -15,7 +15,7 @@ RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen \
GNU_CONFIGURE= yes
USE_AUTOTOOLS= aclocal automake
USE_PYTHON= yes
USES= python
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS

View file

@ -13,9 +13,8 @@ LIB_DEPENDS= librsync.so:${PORTSDIR}/net/librsync
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
${PYTHON_PKGNAMEPREFIX}lockfile>=0:${PORTSDIR}/devel/py-lockfile
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:2
USE_PYTHON= distutils autoplist
USE_LDCONFIG= yes
OPTIONS_DEFINE= NLS DOCS SSH FTP FTPS S3 GDOCS CLOUDFILES GIO

View file

@ -16,8 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= farb
PYDISTUTILS_PKGVERSION= 0.1

View file

@ -13,7 +13,7 @@ COMMENT= Python script for managing tarsnap backups
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
tarsnap>=0:${PORTSDIR}/sysutils/tarsnap
USE_PYTHON= yes
USES= python
NO_BUILD= yes
NO_INSTALL= yes
STRIP=

View file

@ -16,7 +16,7 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USES= python
USE_GNOME= pygtk2 pygnome2 libglade2
SUB_FILES= flyback.sh

View file

@ -15,10 +15,8 @@ LICENSE= GPLv2
RUN_DEPENDS= py*-fusefs>=0.2:${PORTSDIR}/devel/py-fusefs
USES= fuse
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=yes
USES= fuse python
USE_PYTHON= distutils autoplist
PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO
OPTIONS_DEFINE= DOCS

View file

@ -25,8 +25,7 @@ OPTIONS_DEFINE= GMETAD
OPTIONS_DEFAULT= GMETAD
GMETAD_DESC= include gmetad
USES= libtool pkgconfig
USE_PYTHON= yes
USES= libtool pkgconfig python
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia \

View file

@ -20,8 +20,7 @@ OPTIONS_SUB= yes
BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
USES= gmake pathfix
USE_PYTHON= yes
USES= gmake pathfix python
USE_GNOME= gnomeprefix pygnome2
INSTALLS_OMF= yes
GNU_CONFIGURE= yes

View file

@ -23,11 +23,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
SSP_UNSAFE= yes
USE_GCC= yes
USE_PYTHON= yes
USE_AUTOTOOLS= automake aclocal autoconf
ACLOCAL_ARGS= -Im4
GNU_CONFIGURE= yes
USES= bison gettext gmake tar:xz
USES= bison gettext gmake python tar:xz
ONLY_FOR_ARCHS= amd64
MAKE_JOBS_UNSAFE= yes

View file

@ -13,8 +13,8 @@ COMMENT= Extract metadata from files
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
.include <bsd.port.pre.mk>

View file

@ -12,7 +12,7 @@ COMMENT= Find subfiles in any binary stream
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \
${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:${PORTSDIR}/devel/hachoir-regex
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>

View file

@ -12,7 +12,7 @@ COMMENT= Binary file explorer
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \
${PYTHON_SITELIBDIR}/urwid/__init__.py:${PORTSDIR}/devel/py-urwid
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>

View file

@ -12,9 +12,9 @@ COMMENT= Hachoir GUI
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser
USE_PYTHON= yes
USES= python
USE_PYTHON= distutils
USE_WX= 3.0+
WX_COMPS= python
USE_PYDISTUTILS=yes
.include <bsd.port.mk>

View file

@ -19,11 +19,10 @@ LIB_DEPENDS= libpolkit.so.2:${PORTSDIR}/sysutils/policykit \
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \
bash:${PORTSDIR}/shells/bash
USES= gettext gmake libtool:keepla pathfix pkgconfig shebangfix
USES= gettext gmake libtool:keepla pathfix pkgconfig python shebangfix
USE_GNOME= intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-backend=freebsd \
--disable-docbook-docs \

View file

@ -11,7 +11,7 @@ COMMENT= Interactive real-time monitoring tool for the HAProxy unix socket
RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:${PORTSDIR}/net/haproxy
USE_PYTHON= yes
USES= python
NO_BUILD= yes
LICENSE= GPLv3

View file

@ -20,12 +20,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lexecinfo
CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode
USES= ncurses libtool execinfo
USES= ncurses libtool execinfo python:build
USE_AUTOTOOLS= autoconf aclocal automake
ACLOCAL_ARGS= -I ${ACLOCAL_DIR}
USE_PYTHON_BUILD= yes
LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
post-patch:

View file

@ -14,8 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
USES= gmake tar:bzip2
USE_PYTHON= yes
USES= gmake python tar:bzip2
MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR}
MAKE_JOBS_UNSAFE= yes

View file

@ -15,8 +15,8 @@ LICENSE= GPLv3
OPTIONS_DEFINE= DOCS
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= python
USE_PYTHON= distutils
DOCS= ChangeLog NEWS README README.pyview TODO

View file

@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/mfs-1.6.27
USERS= mfs
GROUPS= mfs
GNU_CONFIGURE= yes
USE_PYTHON= yes
USES= python
USE_RC_SUBR= mfsmaster mfsmetalogger mfscgiserv
SUB_FILES= pkg-message

View file

@ -10,7 +10,7 @@ MASTER_SITES= http://www.twoevils.org/files/netsaint_statd/
MAINTAINER= jims@bluenotch.com
COMMENT= Daemon/client to check remote host information for Nagios
USE_PYTHON= yes
USES= python
USE_RC_SUBR= nagiosstatd
do-build:

View file

@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-openssl=no
.endif
.if ${PORT_OPTIONS:MTKINTER}
USE_PYTHON= yes
USES+= python
WITH_PYTHON= yes
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
@ -79,7 +79,7 @@ PLIST_SUB+= PERL="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON= yes
USES+= python
CONFIGURE_ARGS+= --with-python --with-swig
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13
PLIST_SUB+= PYTHON=""

View file

@ -14,9 +14,8 @@ COMMENT= Lockdown editor for GNOME
OPTIONS_DEFINE= DOCS
USES= gettext gmake tar:bzip2
USES= gettext gmake python tar:bzip2
USE_GNOME= gnomeprefix intlhack pygnome2 pygnomedesktop
USE_PYTHON= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -13,7 +13,7 @@ EXTRACT_ONLY=
MAINTAINER= bsdports@wayfair.com
COMMENT= Xen API Library for Python
USE_PYTHON= 2
USES= python:2
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/XenAPI.py \
%%PYTHON_SITELIBDIR%%/XenAPI.pyc \

View file

@ -23,9 +23,8 @@ GENSHI_DESC= Support Genshi Templates
.include <bsd.port.options.mk>
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
USE_RC_SUBR= bcfg2
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD}

View file

@ -12,9 +12,8 @@ COMMENT= Provides a Python API for interacting with ZFS without using libzfs
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= tar:xz
USE_PYTHON= distutils
USES= python tar:xz
WRKSRC= ${WRKDIR}/danzfs

View file

@ -14,8 +14,7 @@ COMMENT= Interact with DRMAA-compliant distributed resource management systems
LICENSE= BSD
PROJECTHOST= drmaa-python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -12,8 +12,7 @@ COMMENT= Distributed Python deployment and communication
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -20,8 +20,7 @@ GH_ACCOUNT= tomster
GH_PROJECT= ezjail-remote
GH_COMMIT= 9ee5f8b
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -10,8 +10,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Python module for building and manipulating file-like object
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -15,8 +15,7 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:${PORTSDIR}/sysutils/py-salt \
${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -13,9 +13,8 @@ COMMENT= Class library for writing Nagios (Icinga) plugins
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

View file

@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy \
${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -16,9 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \
ansible>0:${PORTSDIR}/sysutils/ansible
USES= zip
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:-2.7 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -17,9 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
${PYTHON_PKGNAMEPREFIX}boto>=2.0:${PORTSDIR}/devel/py-boto \
${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy
USES= zip
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:-2.7 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
${PYTHON_PKGNAMEPREFIX}fabric>=1.3.0:${PORTSDIR}/devel/py-fabric
USES= zip
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:-2.7 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -12,8 +12,7 @@ COMMENT= Shell combinators and more for python
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -11,8 +11,7 @@ COMMENT= Cross-platform system power status information for Python
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -16,8 +16,7 @@ LICENSE= BSD3CLAUSE
PORTSCOUT= limit:^1\.2\.
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= linpct@gmail.com
COMMENT= Ranger is a file manager with VI key bindings
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= python
USE_PYTHON= distutils
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|;s|share/doc|doc|' ${WRKSRC}/${PYSETUP}

View file

@ -11,9 +11,8 @@ COMMENT= Exposes the fundamental aspects of Salt control to external sources
LICENSE= APACHE20
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:2
USE_PYTHON= distutils autoplist
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt
RUN_DEPENDS:= ${BUILD_DEPENDS}

View file

@ -1,15 +1,15 @@
# $FreeBSD$
PORTNAME= stdiff
PORTVERSION= 0.2.1
CATEGORIES= sysutils python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PORTNAME= stdiff
PORTVERSION= 0.2.1
CATEGORIES= sysutils python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
MAINTAINER= araujo@FreeBSD.org
COMMENT= Spot The Difference is a file integrity checker
MAINTAINER= araujo@FreeBSD.org
COMMENT= Spot The Difference is a file integrity checker
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= python
USE_PYTHON= distutils
OPTIONS_DEFINE= DOCS

View file

@ -28,9 +28,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
PORTDOCS= *.txt *.rst
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:2
USE_PYTHON= distutils autoplist
PIDDIR?= /var/run/supervisor
SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \

View file

@ -15,8 +15,7 @@ LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:${PORTSDIR}/devel/py-zconfig
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -17,8 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
SUB_FILES= pkg-message
USES= shebangfix
USE_PYTHON= yes
USES= python shebangfix
NO_BUILD= yes
SHEBANG_FILES= pydf

View file

@ -21,8 +21,8 @@ LIB_DEPENDS= librsync.so:${PORTSDIR}/net/librsync
CONFLICTS= rdiff-backup-[0-9]*
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
MAN1S= rdiff-backup.1 rdiff-backup-statistics.1
DOCS= CHANGELOG README COPYING FAQ.html

View file

@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
sudo:${PORTSDIR}/security/sudo
USE_PYTHON= yes
USES= python
NO_BUILD= yes
SUB_FILES= pkg-message

View file

@ -9,8 +9,8 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Large scale deploys using BitTorrent
USES= python
USE_RUBY= yes
USE_PYTHON= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View file

@ -15,7 +15,7 @@ LICENSE= GPLv3
RUN_DEPENDS= foreman-proxy>=1.6.0:${PORTSDIR}/net/foreman-proxy \
${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt
USE_PYTHON= yes
USES= python
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View file

@ -14,10 +14,9 @@ COMMENT= Gnome Audio Cd Burner
BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pkgconfig gmake tar:bzip2
USES= pkgconfig gmake python tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= pygnomedesktop intlhack
USE_GSTREAMER= core gnomevfs python
USE_PYTHON= yes
.include <bsd.port.mk>

View file

@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jessekempf@gmail.com
COMMENT= Syslog message filter
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
SUB_FILES= pkg-message

View file

@ -22,9 +22,8 @@ LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo \
libhdf5.so:${PORTSDIR}/science/hdf5
GNU_CONFIGURE= yes
USES= gmake libtool perl5 tar:bzip2
USES= gmake libtool perl5 python tar:bzip2
USE_LDCONFIG= yes
USE_PYTHON= yes
OPTIONS_DEFINE= DOCS MYSQL PGSQL GTK2

View file

@ -13,8 +13,8 @@ COMMENT= Program for executing commands on many hosts in parallel
WRKSRC= ${WRKDIR}/${DISTNAME}/py
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USES= python
USE_PYTHON= distutils
OPTIONS_DEFINE= DOCS

View file

@ -9,7 +9,7 @@ MASTER_SITES= http://www.tundraware.com/Software/tren/
MAINTAINER= tren@tundraware.com
COMMENT= Powerful File And Directory Batch Renaming Tool
USE_PYTHON= yes
USES= python
PLIST_FILES= bin/tren.py man/man1/tren.1.gz
PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst
OPTIONS_DEFINE= DOCS

View file

@ -27,11 +27,10 @@ MANPAGES_BUILD_DEPENDS= \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
USES= gettext gmake libtool:keepla pathfix pkgconfig python tar:bzip2
USE_GNOME= intlhack glib20 introspection:build,run
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--with-backend=freebsd \
--localstatedir=/var

View file

@ -15,9 +15,8 @@ LIB_DEPENDS= libpci.so:${PORTSDIR}/devel/libpci
ONLY_FOR_ARCHS= i386 amd64
USES= gmake pkgconfig tar:tgz
USES= gmake pkgconfig python:build tar:tgz
ALL_TARGET= x86info lsmsr
USE_PYTHON_BUILD=yes
PLIST_FILES= bin/lsmsr bin/x86info man/man8/lsmsr.8.gz man/man1/x86info.1.gz

View file

@ -18,8 +18,7 @@ GIT_PROJECT= freebsd-xen-tools-scripts
GIT_VERSION= 8cc7fe1
GITSRC= ${WRKDIR}/${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION}/src/
USES= gmake
USE_PYTHON= yes
USES= gmake python
USE_RC_SUBR= xenguest
ONLY_FOR_ARCHS= amd64 i386

View file

@ -13,8 +13,7 @@ COMMENT= Xen tools within FreeBSD domU
MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/
DISTFILES= xen-${PORTVERSION}.tar.gz
USES= gmake
USE_PYTHON= yes
USES= gmake python
MAKE_ENV+= PYTHON=${PYTHON_CMD}
ONLY_FOR_ARCHS= amd64 i386 ia64

View file

@ -20,8 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/rpm:${PORTSDIR}/archivers/rpm4 \
${PYTHON_SITELIBDIR}/iniparse:${PORTSDIR}/devel/py-iniparse \
${PYTHON_SITELIBDIR}/urlgrabber:${PORTSDIR}/www/py-urlgrabber
USE_PYTHON= yes
USES= gettext gmake
USES= gettext gmake python
MAKE_ARGS= MAKE=${MAKE_CMD} PYTHON=${PYTHON_CMD} \
prefix=${PREFIX} mandir=${MANPREFIX}/man sysconfdir=${PREFIX}/etc

View file

@ -19,9 +19,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
USE_GNOME= intlhack pygobject
USE_PYTHON= yes
GNU_CONFIGURE= yes
USES= gmake gettext pathfix
USES= gmake gettext pathfix python
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib