mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Move over to python2.5 or higher
- While here kick md5
This commit is contained in:
parent
5d2451c2a6
commit
9992960752
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269605
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= speech-dispatcher
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility audio
|
||||
MASTER_SITES= http://www.freebsoft.org/pub/projects/speechd/
|
||||
|
||||
@ -95,7 +96,7 @@ CONFIGURE_ARGS+= --without-nas
|
||||
.endif
|
||||
|
||||
.ifdef(WITH_PYTHON)
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
CONFIGURE_ARGS+= --enable-python
|
||||
PLIST_SUB+= PYTHON=""
|
||||
.else
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= astrometry
|
||||
PORTVERSION= 0.34
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://www.astrometry.net/downloads/
|
||||
DISTNAME= astrometry.net-${PORTVERSION}
|
||||
@ -21,7 +22,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= all extra
|
||||
MAKE_ENV= INSTALL_DIR=${PREFIX}/astrometry
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (astrometry.net-0.34.tar.gz) = dd700b4bd80f556b528a065eaa959781
|
||||
SHA256 (astrometry.net-0.34.tar.gz) = 77d42ea31566f0486cce0ce4cab22e82001a5d7c8d40acc95631505e4f590d72
|
||||
SIZE (astrometry.net-0.34.tar.gz) = 5540368
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pyephem
|
||||
PORTVERSION= 3.7.4.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= astro math hamradio
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -14,7 +15,7 @@ MASTER_SITES= CHEESESHOP
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Scientific-grade astronomical computations for Python
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,26 +5,26 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= coverhunter
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio graphics
|
||||
MASTER_SITES= SF
|
||||
PORTNAME= coverhunter
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A program fetching the covers of your digital music albums
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A program fetching the covers of your digital music albums
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
||||
|
||||
USE_XORG= x11
|
||||
USE_GNOME= pygtk2
|
||||
USE_PYTHON= 2.4+
|
||||
NO_BUILD= yes
|
||||
USE_GNOME= pygtk2
|
||||
USE_PYTHON= 2.5+
|
||||
NO_BUILD= yes
|
||||
|
||||
PYC= PYTHON="${PYTHON_CMD}" ${SH} ${SCRIPTDIR}/py-compile
|
||||
PYC= PYTHON="${PYTHON_CMD}" ${SH} ${SCRIPTDIR}/py-compile
|
||||
|
||||
BINDIR= ${PREFIX}/bin
|
||||
PKGLIBDIR= ${PREFIX}/lib/coverhunter
|
||||
BINDIR= ${PREFIX}/bin
|
||||
PKGLIBDIR= ${PREFIX}/lib/coverhunter
|
||||
|
||||
MODULES= __init__.py \
|
||||
album.py \
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (coverhunter-0.3.tar.gz) = 005077d047b903b1dafa3f7943c85a40
|
||||
SHA256 (coverhunter-0.3.tar.gz) = 34e8241f6347d49eaa64749479e5bf441b358cba21f0bfb4097399b54ead3a9f
|
||||
SIZE (coverhunter-0.3.tar.gz) = 27496
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= decibel-audio-player
|
||||
PORTVERSION= 1.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio multimedia gnome python
|
||||
MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/
|
||||
|
||||
@ -18,7 +19,7 @@ RUN_DEPENDS= py*-dbus>=0.80:${PORTSDIR}/devel/py-dbus \
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_GNOME= pygnome2 pygtk2
|
||||
USE_GSTREAMER= python good bad
|
||||
USE_GETTEXT= yes
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= mma
|
||||
DISTVERSION= 1.6
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.mellowood.ca/${PORTNAME}/ \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||
@ -18,7 +18,7 @@ COMMENT= Musical MIDI Accompaniment generator
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
|
||||
OPTIONS= TIMIDITY "Install timidity++ as MIDI player" Off \
|
||||
PLAYMIDI "Install playmidi as MIDI player" Off
|
||||
|
@ -1,6 +1,4 @@
|
||||
MD5 (mma-bin-1.6.tar.gz) = db4123d9df27071e1c682a1a2057a264
|
||||
SHA256 (mma-bin-1.6.tar.gz) = 2d0673f2f43a37793334742bf8e2a88c272ca05d4c4c416777cb2949c5f02a0c
|
||||
SIZE (mma-bin-1.6.tar.gz) = 1505372
|
||||
MD5 (mma-pdf-1.6.tar.gz) = 64c52ede83728fc7a83a8421f11f73a9
|
||||
SHA256 (mma-pdf-1.6.tar.gz) = 6f54f960efb3b26e95823ad322c7aa269d7dd9db9dbb3c764640c750fe99cd22
|
||||
SIZE (mma-pdf-1.6.tar.gz) = 1417727
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= streamtuner
|
||||
PORTVERSION= 0.99.99
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= audio www
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -75,7 +75,7 @@ CONFIGURE_ARGS+= --disable-python
|
||||
PLIST_SUB+= PYTHON="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PYTHON=""
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
# we need to manually include this, because USE_PYTHON is defined
|
||||
# after including bsd.port.pre.mk
|
||||
.include "${PORTSDIR}/Mk/bsd.python.mk"
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (streamtuner-0.99.99.tar.gz) = 2027b7c34e85b594524b0b4351c14362
|
||||
SHA256 (streamtuner-0.99.99.tar.gz) = 5c223a5e8dab9e504617bd221914e97bd2f0ae5f6ed8fe78b8ea8b427fee9123
|
||||
SIZE (streamtuner-0.99.99.tar.gz) = 948075
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= biopython
|
||||
PORTVERSION= 1.54
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= http://www.biopython.org/DIST/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,7 +18,7 @@ COMMENT= A collection of Python modules for bioinformatics
|
||||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.if !defined(WITHOUT_REPORTLAB)
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (biopython-1.54.tar.gz) = d4c4ce5a3e1bb401928ca3dc3d1b08cd
|
||||
SHA256 (biopython-1.54.tar.gz) = 6f704698d68af75b3601b2a862386682b2317038b8bbaf2eb2ad68c1e1a4dc35
|
||||
SIZE (biopython-1.54.tar.gz) = 6445527
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= salome
|
||||
PORTVERSION= 5.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad science
|
||||
MASTER_SITES= http://www.stasyan.com/devel/distfiles/
|
||||
DISTNAME= src5.1.4
|
||||
|
@ -1,6 +1,6 @@
|
||||
COMMENT= ${SAL_MODULE_UPPER} module of Salome platform
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
SAL_MODULE= ${PKGNAMESUFFIX:S/-//}
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qterm
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= SF/qterm/qterm/${PORTVERSION}
|
||||
|
||||
@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX}
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(WITHOUT_PYTHON)
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gnuradio
|
||||
PORTVERSION= 3.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms astro hamradio
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gnuradio
|
||||
@ -32,7 +33,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_WX= 2.6+
|
||||
WX_COMPS= wx wx:build wx:run python:build python:run
|
||||
USE_PERL5= yes
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= wsjt
|
||||
PORTVERSION= 7.04
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= db
|
||||
@ -33,7 +33,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
|
||||
--with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2
|
||||
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_AUTOTOOLS= libtool
|
||||
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
|
||||
PORTVERSION=${PORTVERSION}
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= wspr
|
||||
PORTVERSION= 2.00
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= http://www.physics.princeton.edu/pulsar/K1JT/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
@ -35,7 +35,7 @@ CONFIGURE_ARGS= --enable-gfortran --prefix=${LOCALBASE} \
|
||||
--with-portaudio-lib-dir=${LOCALBASE}/lib/portaudio2
|
||||
CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYTHON= 2.5+
|
||||
USE_AUTOTOOLS= libtool
|
||||
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
|
||||
PORTVERSION=${PORTVERSION}
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (wspr-2.00.r1714.tgz) = 89bb985d99e777de054a9c1642a941c5
|
||||
SHA256 (wspr-2.00.r1714.tgz) = 6a0e13f354d4e228337ee550851f36027281e268385961505a6757fda1ffc423
|
||||
SIZE (wspr-2.00.r1714.tgz) = 2096056
|
||||
|
Loading…
Reference in New Issue
Block a user