mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit)
This commit is contained in:
parent
734b63302e
commit
273cb9ed49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371289
@ -17,9 +17,8 @@ LICENSE= GPLv2
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.7:${PORTSDIR}/databases/py-sqlobject \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
|
||||
|
||||
USES= gettext
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= gettext python
|
||||
USE_PYTHON= distutils
|
||||
USE_WX= 2.6+
|
||||
WX_UNICODE= yes
|
||||
WX_COMPS= python
|
||||
|
@ -9,8 +9,8 @@ CATEGORIES= misc textproc python
|
||||
MAINTAINER= alexander.4mail@gmail.com
|
||||
COMMENT= Text-mode fb2 books reader
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= matimatik
|
||||
GH_COMMIT= b6259ab
|
||||
|
@ -22,10 +22,9 @@ LICENSE= GFDL
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \
|
||||
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
USES= gettext:build gmake perl5 pkgconfig shebangfix tar:bzip2
|
||||
USES= gettext:build gmake perl5 pkgconfig python shebangfix tar:bzip2
|
||||
USE_GNOME= libxslt:build
|
||||
USE_PERL5= build
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-gimp
|
||||
CONFIGURE_ENV= ALL_LINGUAS=${DOCLANG}
|
||||
|
@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= On-Screen-Display infrastructure using Pango text rendering
|
||||
|
||||
USES= pathfix gmake pkgconfig
|
||||
USES= pathfix gmake pkgconfig python
|
||||
USE_GNOME= gnomeprefix intlhack pygnome2
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
GCONF_SCHEMAS= gnome-osd.schemas
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Conversion utility that allows conversion between many units
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GNOME= pygtk2
|
||||
USE_PYTHON= yes
|
||||
USES= python
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= CHANGELOG FAQ README THANKS
|
||||
|
@ -15,9 +15,8 @@ LICENSE= GPLv2
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= shebangfix
|
||||
USES= python:run shebangfix
|
||||
SHEBANG_FILES= grc grcat
|
||||
USE_PYTHON_RUN= yes
|
||||
|
||||
post-patch:
|
||||
.for i in grc grcat
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Python script to check metalink files and complete a basic download
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= dos2unix
|
||||
USE_PYTHON= yes
|
||||
USES= dos2unix python
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= README
|
||||
|
@ -17,11 +17,10 @@ LICENSE_FILE= ${WRKDIR}/license.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= dos2unix zip
|
||||
USES= dos2unix python zip
|
||||
DOS2UNIX_REGEX= .*\.txt
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_EGGINFO= metalink_editor-${PORTVERSION}-py${PYTHON_VER}.egg-info
|
||||
USE_WX= 3.0+
|
||||
WX_COMPS= python
|
||||
|
@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Small tail workalike that performs output coloring
|
||||
|
||||
USES= python:run
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON_RUN= yes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= CHANGES LICENSE README
|
||||
PORTEXAMPLES= mtailrc
|
||||
|
@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= General Purpose Braille Translation System
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,9 +15,8 @@ COMMENT= Python wrapper for osd, for displaying text on your X display
|
||||
LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/twistd:${PORTSDIR}/devel/py-twisted
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
@ -12,8 +12,7 @@ COMMENT= Pure Python Expect-like module
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,13 +14,11 @@ COMMENT= Command-line tool for querying PyPI and Python packages installed
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Viewer for San Diego Zoo Pandacam written in Python
|
||||
|
||||
RUN_DEPENDS= ${PYGAME}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES= python
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -10,7 +10,7 @@ DISTNAME= rebuild_db-${DISTVERSION}
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= IPod shuffle database builder
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES= python
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/rebuild_db
|
||||
|
@ -11,9 +11,8 @@ COMMENT= Typing tutor trainer
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_GNOME= pygtk2
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_GNOME= pygtk2
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
|
||||
WRKSRC= ${WRKDIR}/XDG-Menu
|
||||
DATADIR= ${PREFIX}/apps/XDG-Menu
|
||||
|
||||
USE_PYTHON= yes
|
||||
USES= python
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
@ -19,8 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
|
||||
libsword.so:${PORTSDIR}/misc/sword
|
||||
|
||||
USE_PYTHON_BUILD= yes
|
||||
USES= gettext pkgconfig
|
||||
USES= gettext pkgconfig python:build
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gtkhtml3 intlhack libgsf
|
||||
|
Loading…
Reference in New Issue
Block a user