mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
This commit is contained in:
parent
2a1a40c8bf
commit
ddb097c515
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313303
28 changed files with 83 additions and 170 deletions
|
@ -1,12 +1,9 @@
|
||||||
# New ports collection makefile for: wsjt
|
# Created by: Diane Bruce <db@db.net>
|
||||||
# Date created: 3rd August 2006
|
|
||||||
# Whom: Diane Bruce <db@db.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= wsjt
|
PORTNAME= wsjt
|
||||||
VERSION= 9.1
|
VERSION= 9.1
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSION= ${VERSION}.r${SVN_REV}
|
DISTVERSION= ${VERSION}.r${SVN_REV}
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
|
@ -16,7 +13,7 @@ DISTNAME= wsjt-r${SVN_REV}
|
||||||
MAINTAINER= db@FreeBSD.org
|
MAINTAINER= db@FreeBSD.org
|
||||||
COMMENT= Weak signal ham radio communication package
|
COMMENT= Weak signal ham radio communication package
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
||||||
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
|
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
|
||||||
samplerate:${PORTSDIR}/audio/libsamplerate
|
samplerate:${PORTSDIR}/audio/libsamplerate
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# New ports collection makefile for: wspr
|
# Created by: Diane Bruce <db@db.net>
|
||||||
# Date created: 30 April 2009
|
|
||||||
# Whom: Diane Bruce <db@db.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= wspr
|
PORTNAME= wspr
|
||||||
DISTVERSION= ${VERSION}.r${SVN_REV}
|
DISTVERSION= ${VERSION}.r${SVN_REV}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= db
|
MASTER_SITE_SUBDIR= db
|
||||||
|
@ -15,7 +12,7 @@ DISTNAME= wspr-r${SVN_REV}
|
||||||
MAINTAINER= db@FreeBSD.org
|
MAINTAINER= db@FreeBSD.org
|
||||||
COMMENT= Weak signal for HF ham radio communication package
|
COMMENT= Weak signal for HF ham radio communication package
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
|
||||||
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \
|
||||||
fftw3f:${PORTSDIR}/math/fftw3-float \
|
fftw3f:${PORTSDIR}/math/fftw3-float \
|
||||||
|
|
|
@ -1,20 +1,16 @@
|
||||||
# New ports collection makefile for: fnorb
|
# Created by: Johann Visagie <johann@egenetics.com>
|
||||||
# Date created: 12 Septermber 2000
|
|
||||||
# Whom: Johann Visagie <johann@egenetics.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Fnorb
|
PORTNAME= Fnorb
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A CORBA 2.0 ORB written in Python
|
COMMENT= A CORBA 2.0 ORB written in Python
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# ex:ts=8
|
# Created by: ijliao
|
||||||
# Ports collection makefile for: py-simpy
|
|
||||||
# Date created: Jun 29, 2004
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= simpy
|
PORTNAME= simpy
|
||||||
PORTVERSION= 2.3.1
|
PORTVERSION= 2.3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP \
|
MASTER_SITES= CHEESESHOP \
|
||||||
SF/${PORTNAME}/${PORTNAME}/SimPy-${PORTVERSION}
|
SF/${PORTNAME}/${PORTNAME}/SimPy-${PORTVERSION}
|
||||||
|
@ -26,7 +23,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(WITH_TKINTER)
|
.if defined(WITH_TKINTER)
|
||||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pylint
|
PORTNAME= pylint
|
||||||
PORTVERSION= 0.26.0
|
PORTVERSION= 0.26.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= LOGILAB
|
MASTER_SITES= LOGILAB
|
||||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||||
|
@ -27,7 +28,7 @@ post-extract:
|
||||||
${RM} -fr ${WRKSRC}/test
|
${RM} -fr ${WRKSRC}/test
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGUI}
|
.if ${PORT_OPTIONS:MGUI}
|
||||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,20 +1,16 @@
|
||||||
# New ports collection makefile for: ptkei
|
# Created by: Daniel O'Connor <darius@dons.net.au>
|
||||||
# Date created: 26 October 1999
|
|
||||||
# Whom: Daniel O'Connor <darius@dons.net.au>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= ptkei
|
PORTNAME= ptkei
|
||||||
PORTVERSION= 1.18.1
|
PORTVERSION= 1.18.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://www.lfmm.org/ptkei/
|
MASTER_SITES= http://www.lfmm.org/ptkei/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A Python/Tk graphical client for Wolfpack Empire servers
|
COMMENT= A Python/Tk graphical client for Wolfpack Empire servers
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
|
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# New ports collection makefile for: pyching
|
# Created by: Hye-Shik Chang <perky@python.or.kr>
|
||||||
# Date created: 5 July 2001
|
|
||||||
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= pyching
|
PORTNAME= pyching
|
||||||
PORTVERSION= 1.2.2
|
PORTVERSION= 1.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= games python
|
CATEGORIES= games python
|
||||||
MASTER_SITES= SF/${PORTNAME}/pyChing/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/pyChing/${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Consult a I Ching, an ancient Chinese book of wisdom
|
COMMENT= Consult a I Ching, an ancient Chinese book of wisdom
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
LICENSE= GPLv2 GPLv3
|
LICENSE= GPLv2 GPLv3
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: PySol
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
||||||
# Date created: 11 September 1998
|
|
||||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= pysol
|
PORTNAME= pysol
|
||||||
PORTVERSION= 4.82
|
PORTVERSION= 4.82
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://www.pysol.org/download/pysol/:source \
|
MASTER_SITES= http://www.pysol.org/download/pysol/:source \
|
||||||
${MASTER_SITE_LOCAL:S/$/:support/}
|
${MASTER_SITE_LOCAL:S/$/:support/}
|
||||||
|
@ -19,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Solitaire game, written in Python
|
COMMENT= Solitaire game, written in Python
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysolsoundserver.so:${PORTSDIR}/audio/pysol-sound-server \
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysolsoundserver.so:${PORTSDIR}/audio/pysol-sound-server \
|
||||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pysolfc
|
PORTNAME= pysolfc
|
||||||
PORTVERSION= 2.0
|
PORTVERSION= 2.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 5
|
||||||
CATEGORIES= games python
|
CATEGORIES= games python
|
||||||
MASTER_SITES= SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION} \
|
||||||
SF/${PORTNAME}/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}:cardsets
|
SF/${PORTNAME}/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}:cardsets
|
||||||
|
@ -15,7 +15,7 @@ COMMENT= Solitaire game, written in Python and the successor of PySol
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: pythonchess
|
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
||||||
# Date created: 24 November 2005
|
|
||||||
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= pythonchess
|
PORTNAME= pythonchess
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= alepulver
|
MASTER_SITE_SUBDIR= alepulver
|
||||||
|
@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Small program for playing chess against the computer
|
COMMENT= Small program for playing chess against the computer
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,16 @@
|
||||||
# New ports collection makefile for: ThudBoard
|
# Created by: Jan Stocker <Jan.Stocker@t-online.de>
|
||||||
# Date created: 04 Januar 2004
|
|
||||||
# Whom: Jan Stocker <Jan.Stocker@t-online.de>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= thudboard
|
PORTNAME= thudboard
|
||||||
PORTVERSION= 1.8
|
PORTVERSION= 1.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://www.million.nl/file/
|
MASTER_SITES= http://www.million.nl/file/
|
||||||
|
|
||||||
MAINTAINER= lme@FreeBSD.org
|
MAINTAINER= lme@FreeBSD.org
|
||||||
COMMENT= The Discworld Boardgame Board
|
COMMENT= The Discworld Boardgame Board
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: PIL
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
||||||
# Date created: 02 November 1998
|
|
||||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= imaging
|
PORTNAME= imaging
|
||||||
PORTVERSION= 1.1.7
|
PORTVERSION= 1.1.7
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= http://effbot.org/media/downloads/ \
|
MASTER_SITES= http://effbot.org/media/downloads/ \
|
||||||
http://www.pythonware.net/storage/
|
http://www.pythonware.net/storage/
|
||||||
|
@ -39,8 +35,8 @@ OPTIONS= TKINTER "Build with tkinter for X support" on
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if !defined(WITHOUT_TKINTER)
|
.if !defined(WITHOUT_TKINTER)
|
||||||
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
PLIST_SUB+= TKINTER=""
|
PLIST_SUB+= TKINTER=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= TKINTER="@comment "
|
PLIST_SUB+= TKINTER="@comment "
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: PyOpenGL
|
# Created by: Randall Hopper <aa8vb@ipass.net>
|
||||||
# Date created: Wed Aug 18 18:49:17 EDT 1999
|
|
||||||
# Whom: Randall Hopper <aa8vb@ipass.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= opengl
|
PORTNAME= opengl
|
||||||
PORTVERSION= 3.0.1
|
PORTVERSION= 3.0.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
|
MASTER_SITES= SF/py${PORTNAME}/PyOpenGL/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -37,8 +33,8 @@ USE_DOS2UNIX= yes
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MTKINTER}
|
.if ${PORT_OPTIONS:MTKINTER}
|
||||||
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: asymptote
|
# Created by: Nicola Vitale <nivit@email.it>
|
||||||
# Date created: 2005-07-22
|
|
||||||
# Whom: Nicola Vitale <nivit@email.it>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= asymptote
|
PORTNAME= asymptote
|
||||||
PORTVERSION= 2.16
|
PORTVERSION= 2.16
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||||
|
@ -22,7 +18,7 @@ LICENSE_COMB= dual
|
||||||
|
|
||||||
RUN_DEPENDS= gv:${PORTSDIR}/print/gv \
|
RUN_DEPENDS= gv:${PORTSDIR}/print/gv \
|
||||||
latex:${PORTSDIR}/print/teTeX-base \
|
latex:${PORTSDIR}/print/teTeX-base \
|
||||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging
|
${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# New ports collection makefile for: py-gato
|
# Created by: Johann Visagie <wjv@FreeBSD.org>
|
||||||
# Date created: 31 August 2001
|
|
||||||
# Whom: Johann Visagie <wjv@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= gato
|
PORTNAME= gato
|
||||||
PORTVERSION= 1.02
|
PORTVERSION= 1.02
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= http://gato.sourceforge.net/Download/
|
MASTER_SITES= http://gato.sourceforge.net/Download/
|
||||||
MASTER_SITE_SUBDIR= gato
|
MASTER_SITE_SUBDIR= gato
|
||||||
|
@ -16,7 +13,7 @@ DISTNAME= Gato-${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A Python-based toolbox to visualise algorithms on graphs
|
COMMENT= A Python-based toolbox to visualise algorithms on graphs
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/Gato
|
WRKSRC= ${WRKDIR}/Gato
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: cuecat
|
# Created by: mwm@mired.org
|
||||||
# Date created: 18 October 2000
|
|
||||||
# Whom: mwm@mired.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= cuecat
|
PORTNAME= cuecat
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= misc python
|
CATEGORIES= misc python
|
||||||
MASTER_SITES= http://www.mired.org/downloads/
|
MASTER_SITES= http://www.mired.org/downloads/
|
||||||
|
|
||||||
|
@ -15,7 +11,7 @@ MAINTAINER= mwm@mired.org
|
||||||
COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner
|
COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner
|
||||||
|
|
||||||
.if !defined(WITHOUT_X11)
|
.if !defined(WITHOUT_X11)
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
|
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pwytter
|
PORTNAME= pwytter
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-im www python
|
CATEGORIES= net-im www python
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
@ -13,7 +13,7 @@ COMMENT= Free multi-platform Twitter client written in Python
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
||||||
${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson
|
${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
# ex:ts=8
|
# Created by: ijliao
|
||||||
# New ports collection makefile for: forg
|
|
||||||
# Date created: Sep 25, 2001
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= forg
|
PORTNAME= forg
|
||||||
PORTVERSION= 0.5.1
|
PORTVERSION= 0.5.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/
|
MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/
|
||||||
# Old home website doesn't seem to work anymore (19/05/03)
|
# Old home website doesn't seem to work anymore (19/05/03)
|
||||||
|
@ -17,7 +12,7 @@ MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A Gopher client
|
COMMENT= A Gopher client
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
|
${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -1,20 +1,16 @@
|
||||||
# New ports collection makefile for: tcpwatch
|
# Created by: ports@c0decafe.net
|
||||||
# Date created: 2004-05-11
|
|
||||||
# Whom: ports@c0decafe.net
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= tcpwatch
|
PORTNAME= tcpwatch
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= http://hathawaymix.org/Software/TCPWatch/
|
MASTER_SITES= http://hathawaymix.org/Software/TCPWatch/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= TCP monitoring and logging tool with support for HTTP 1.1
|
COMMENT= TCP monitoring and logging tool with support for HTTP 1.1
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
PLIST_FILES= bin/tcpwatch.py
|
PLIST_FILES= bin/tcpwatch.py
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
# ex:ts=8
|
# Created by: ijliao
|
||||||
# Ports collection makefile for: latex2slides
|
|
||||||
# Date created: May 23, 2002
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= latex2slides
|
PORTNAME= latex2slides
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
@ -18,7 +13,7 @@ COMMENT= Produces a set of HTML/JPEG slides from a TeX or LaTeX source
|
||||||
|
|
||||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||||
dvips:${PORTSDIR}/print/teTeX \
|
dvips:${PORTSDIR}/print/teTeX \
|
||||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= scribus
|
PORTNAME= scribus
|
||||||
PORTVERSION= 1.5.0
|
PORTVERSION= 1.5.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= print editors
|
CATEGORIES= print editors
|
||||||
MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \
|
MASTER_SITES= http://download.tuxfamily.org/bartcoding/FreeBSD/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
|
@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||||
execinfo:${PORTSDIR}/devel/libexecinfo \
|
execinfo:${PORTSDIR}/devel/libexecinfo \
|
||||||
poppler:${PORTSDIR}/graphics/poppler \
|
poppler:${PORTSDIR}/graphics/poppler \
|
||||||
osg:${PORTSDIR}/graphics/osg
|
osg:${PORTSDIR}/graphics/osg
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
||||||
update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
# Created by: ijliao
|
# Created by: ijliao
|
||||||
# $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= scribus
|
PORTNAME= scribus
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.4.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print editors
|
CATEGORIES= print editors
|
||||||
MASTER_SITES= SF \
|
MASTER_SITES= SF \
|
||||||
http://www.scribus.net/downloads/${PORTVERSION}/
|
http://www.scribus.net/downloads/${PORTVERSION}/
|
||||||
|
@ -26,7 +24,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||||
hyphen:${PORTSDIR}/textproc/hyphen \
|
hyphen:${PORTSDIR}/textproc/hyphen \
|
||||||
execinfo:${PORTSDIR}/devel/libexecinfo \
|
execinfo:${PORTSDIR}/devel/libexecinfo \
|
||||||
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \
|
||||||
update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
# ex:ts=8
|
# Created by: ijliao
|
||||||
# Ports collection makefile for: mayavi
|
|
||||||
# Date created: Mar 9, 2002
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= mayavi
|
PORTNAME= mayavi
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= science python
|
CATEGORIES= science python
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
DISTNAME= MayaVi-${PORTVERSION}
|
DISTNAME= MayaVi-${PORTVERSION}
|
||||||
|
@ -16,9 +11,9 @@ DISTNAME= MayaVi-${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A scientific data visualizer
|
COMMENT= A scientific data visualizer
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/vtk.pth:${PORTSDIR}/math/vtk-python \
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/vtk.pth:${PORTSDIR}/math/vtk-python \
|
||||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# New ports collection makefile for: paida
|
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
||||||
# Date created: 2005-07-17
|
|
||||||
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= paida
|
PORTNAME= paida
|
||||||
PORTVERSION= 3.2.1.2.10
|
PORTVERSION= 3.2.1.2.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= science python
|
CATEGORIES= science python
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.2.1_2.10.1
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.2.1_2.10.1
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -16,7 +13,7 @@ MAINTAINER= wenheping@gmail.com
|
||||||
COMMENT= Pure Python scientific analysis package
|
COMMENT= Pure Python scientific analysis package
|
||||||
|
|
||||||
.if !defined(NO_GUI)
|
.if !defined(NO_GUI)
|
||||||
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: sysutils/openipmi
|
# Created by: Alex Deiter <alex.deiter@gmail.com>
|
||||||
# Date created: 28/Mar/2010
|
|
||||||
# Whom: Alex Deiter <alex.deiter@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= openipmi
|
PORTNAME= openipmi
|
||||||
PORTVERSION= 2.0.19
|
PORTVERSION= 2.0.19
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library
|
MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library
|
||||||
DISTNAME= OpenIPMI-${PORTVERSION}
|
DISTNAME= OpenIPMI-${PORTVERSION}
|
||||||
|
@ -69,7 +65,7 @@ CONFIGURE_ARGS+= --with-openssl=no
|
||||||
WITH_TCL= yes
|
WITH_TCL= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
WITH_PYTHON= yes
|
WITH_PYTHON= yes
|
||||||
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
|
${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
|
||||||
CONFIGURE_ARGS+= --with-tkinter
|
CONFIGURE_ARGS+= --with-tkinter
|
||||||
PLIST_SUB+= TKINTER=""
|
PLIST_SUB+= TKINTER=""
|
||||||
|
|
|
@ -1,20 +1,17 @@
|
||||||
# New ports collection makefile for: twander
|
# Created by: tundra
|
||||||
# Date Created: 17 February 2003
|
|
||||||
# Whom: tundra
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= twander
|
PORTNAME= twander
|
||||||
PORTVERSION= 3.231
|
PORTVERSION= 3.231
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-fm
|
CATEGORIES= x11-fm
|
||||||
MASTER_SITES= http://www.tundraware.com/Software/twander/
|
MASTER_SITES= http://www.tundraware.com/Software/twander/
|
||||||
|
|
||||||
MAINTAINER= twander@tundraware.com
|
MAINTAINER= twander@tundraware.com
|
||||||
COMMENT= A Better Filesystem Browser
|
COMMENT= A Better Filesystem Browser
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
# New ports collection makefile for: pmw
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
||||||
# Date created: 03 June 1998
|
|
||||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Pmw
|
PORTNAME= Pmw
|
||||||
PORTVERSION= 1.3.2
|
PORTVERSION= 1.3.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11-toolkits python
|
CATEGORIES= x11-toolkits python
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}.${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}.${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -16,7 +12,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||||
MAINTAINER= fmysh@iijmio-mail.jp
|
MAINTAINER= fmysh@iijmio-mail.jp
|
||||||
COMMENT= High-level compound graphics widgets for Python
|
COMMENT= High-level compound graphics widgets for Python
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||||
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
# New ports collection makefile for: tkintertreectrl
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||||
# Date created: 09 December 2006
|
|
||||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= tktreectrl
|
PORTNAME= tktreectrl
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits tk python
|
CATEGORIES= x11-toolkits tk python
|
||||||
MASTER_SITES= http://klappnase.bubble.org/TkinterTreectrl/ CENKES
|
MASTER_SITES= http://klappnase.bubble.org/TkinterTreectrl/ CENKES
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -16,7 +13,7 @@ MAINTAINER= sylvio@FreeBSD.org
|
||||||
COMMENT= TkTreectrl Python bindings
|
COMMENT= TkTreectrl Python bindings
|
||||||
|
|
||||||
LIB_DEPENDS= treectrl.0:${PORTSDIR}/x11-toolkits/tktreectrl
|
LIB_DEPENDS= treectrl.0:${PORTSDIR}/x11-toolkits/tktreectrl
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||||
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
|
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
|
||||||
|
|
||||||
USE_TK_RUN= yes
|
USE_TK_RUN= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue