Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c36e049d
Commit
c36e049d
authored
Oct 18, 2014
by
mva
Browse files
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python Approved by: portmgr (implicit) With hat: python@
parent
7735728f
Changes
11
Hide whitespace changes
Inline
Side-by-side
accessibility/accerciser/Makefile
View file @
c36e049d
...
...
@@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT
=
Interactive Python accessibility explorer
for
GNOME
USE_GNOME
=
pygnomedesktop atspi intlhack
USE_PYTHON
=
2
USES
=
display:configure gettext gmake pkgconfig
tar
:bzip2
USES
=
display:configure gettext gmake pkgconfig python:2
tar
:bzip2
INSTALLS_OMF
=
yes
INSTALLS_ICONS
=
yes
GNU_CONFIGURE
=
yes
...
...
accessibility/at-spi/Makefile
View file @
c36e049d
...
...
@@ -18,10 +18,9 @@ USES+= tar:bzip2
RUN_DEPENDS
=
at-spi2-atk>2.6.0:
${PORTSDIR}
/accessibility/at-spi2-atk
USES
+=
gmake gettext libtool:oldver pathfix pkgconfig
USES
+=
gmake gettext libtool:oldver pathfix pkgconfig
python:2
USE_GNOME
=
gnomehier intlhack gtk20 gconf2 libbonobo
USE_XORG
=
x11 xtst
USE_PYTHON
=
2
USE_LDCONFIG
=
yes
GNU_CONFIGURE
=
yes
CONFIGURE_ARGS
=
--enable-static
...
...
accessibility/orca/Makefile
View file @
c36e049d
...
...
@@ -20,8 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
${PYTHON_SITELIBDIR}
/pyatspi/__init__.py:
${PORTSDIR}
/accessibility/at-spi
\
${PYTHON_SITELIBDIR}
/xdg/__init__.py:
${PORTSDIR}
/devel/py-xdg
USES
=
gmake gettext pkgconfig
tar
:bzip2
USE_PYTHON
=
2
USES
=
gmake gettext pkgconfig python:2
tar
:bzip2
USE_GNOME
=
gnomeprefix libgnomeui gnomespeech pygnome2
\
pygnomedesktop
INSTALLS_ICONS
=
yes
...
...
accessibility/py-atspi/Makefile
View file @
c36e049d
...
...
@@ -18,10 +18,9 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at
CONFLICTS
=
at-spi-1.[0-9]
*
USES
=
gettext gmake pathfix pkgconfig
tar
:xz
USES
=
gettext gmake pathfix pkgconfig
python:2
tar
:xz
USE_GNOME
=
gnomehier intlhack pygobject3
GNU_CONFIGURE
=
yes
USE_PYTHON
=
2
CPPFLAGS
+=
-I
${LOCALBASE}
/include
LDFLAGS
+=
-L
${LOCALBASE}
/lib
...
...
archivers/py-liblzma/Makefile
View file @
c36e049d
...
...
@@ -15,10 +15,8 @@ COMMENT= Python binding for the LZMA compression library
LICENSE
=
LGPL3
USES
=
pkgconfig
tar
:bzip2
USE_PYTHON
=
yes
USE_PYDISTUTILS
=
yes
PYDISTUTILS_AUTOPLIST
=
yes
USES
=
pkgconfig python
tar
:bzip2
USE_PYTHON
=
distutils autoplist
post-patch
:
@
${REINPLACE_CMD}
-e
's/pc_cflags = .*/pc_cflags = ""/'
\
...
...
archivers/py-lzma/Makefile
View file @
c36e049d
...
...
@@ -16,12 +16,10 @@ LICENSE= LGPL21
ONLY_FOR_ARCHS
=
i386
USES
=
dos2unix
USE_PYTHON
=
yes
USE_PYDISTUTILS
=
yes
PYDISTUTILS_AUTOPLIST
=
yes
USES
=
dos2unix python
USE_PYTHON
=
distutils autoplist
DOCSDIR
=
${PREFIX}
/share/doc/
py-
${PORTNAME}
DOCSDIR
=
${PREFIX}
/share/doc/
${PYTHON_PKGNAMEPREFIX}
${PORTNAME}
PORTDOCS
=
usage.txt
...
...
archivers/rox-archive/Makefile
View file @
c36e049d
...
...
@@ -12,8 +12,7 @@ COMMENT= Archive management tool for the ROX desktop
RUN_DEPENDS
=
${LOCALBASE}
/bin/rox:
${PORTSDIR}
/x11-fm/rox-filer
\
${LOCALBASE}
/lib/ROX-Lib2/python/rox/__init__.py:
${PORTSDIR}
/devel/py-roxlib
USES
=
tar
:bzip2
USE_PYTHON
=
yes
USES
=
python
tar
:bzip2
do-build
:
@
${PYTHON_CMD}
-m
compileall
${WRKSRC}
...
...
astro/astrometry/Makefile
View file @
c36e049d
...
...
@@ -19,8 +19,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
libnetpbm.so:
${PORTSDIR}
/graphics/netpbm
RUN_DEPENDS
:=
${BUILD_DEPENDS}
USES
=
gmake pkgconfig
tar
:bzip2
USE_PYTHON
=
yes
USES
=
gmake pkgconfig python
tar
:bzip2
ALL_TARGET
=
all extra
MAKE_ENV
=
INSTALL_DIR
=
${STAGEDIR}${PREFIX}
/
${PORTNAME}
MAKE_JOBS_UNSAFE
=
yes
...
...
astro/py-aipy/Makefile
View file @
c36e049d
...
...
@@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PKGNAMEPREFIX}
matplotlib>
=
0.98:
${PORTSDIR}
/math/py-matplotlib
RUN_DEPENDS
:=
${BUILD_DEPENDS}
USE_PYTHON
=
yes
USE_PYDISTUTILS
=
yes
PYDISTUTILS_AUTOPLIST
=
yes
USES
=
python
USE_PYTHON
=
distutils autoplist
.
include
<bsd.port.mk>
astro/pyephem/Makefile
View file @
c36e049d
...
...
@@ -10,8 +10,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER
=
wen@FreeBSD.org
COMMENT
=
Scientific-grade astronomical computations
for
Python
USE_PYTHON
=
yes
USE_PYDISTUTILS
=
yes
PYDISTUTILS_AUTOPLIST
=
yes
USES
=
python
USE_PYTHON
=
distutils autoplist
.
include
<bsd.port.mk>
astro/pyweather/Makefile
View file @
c36e049d
...
...
@@ -10,7 +10,7 @@ DISTNAME= pyWeather
MAINTAINER
=
ports@FreeBSD.org
COMMENT
=
Python script that downloads weather data and can be cronned
USE
_PYTHON
=
yes
USE
S
=
python
NO_BUILD
=
yes
PLIST_FILES
=
bin/pyWeather
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment