Update to 0.2.3.

This commit is contained in:
Maxim Sobolev 2003-04-17 15:47:44 +00:00
parent 12fce5e935
commit 31bbd086c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79149
3 changed files with 915 additions and 509 deletions

View file

@ -6,36 +6,31 @@
# #
PORTNAME= boaconstructor PORTNAME= boaconstructor
PORTVERSION= 0.0.5 PORTVERSION= 0.2.3
CATEGORIES= devel python CATEGORIES= devel python
MASTER_SITES= http://ftp1.sourceforge.net/${MASTER_SITE_SUBDIR}/ \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= boa-constructor MASTER_SITE_SUBDIR= boa-constructor
DISTNAME= Boa-${PORTVERSION} DISTNAME= boa-constructor-${PORTVERSION}.src
MAINTAINER= sobomax@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= A cross platform RAD GUI Building IDE for wxPython COMMENT= A cross platform RAD GUI Building IDE for wxPython
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython
WRKSRC= ${WRKDIR}/Boa-${PORTVERSION} WRKSRC= ${WRKDIR}/boa-constructor-${PORTVERSION}
USE_ZIP= yes USE_ZIP= yes
USE_PYTHON= yes USE_PYTHON= yes
DATADIR= ${PREFIX}/share/Boa
do-configure:
@${PERL} -pi -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \
${WRKSRC}/Explorer.gtk.cfg
do-build: do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install: do-install:
@${MKDIR} ${PREFIX}/share/Boa @${MKDIR} ${DATADIR}
@(cd ${WRKSRC} && ${TAR} --exclude .cvsignore --exclude "*.orig" -c -f - .) \ @${TAR} cCf ${WRKSRC} - --exclude "*.orig" . | ${TAR} xUCf ${DATADIR} -
| (cd ${PREFIX}/share/Boa && ${TAR} --unlink -x -f -) @printf "#!/bin/sh\n${PYTHON_CMD} ${DATADIR}/Boa.py\n" \
@printf "#!/bin/sh\n${PYTHON_CMD} ${PREFIX}/share/Boa/Boa.py\n" \
> ${WRKDIR}/Boa.sh > ${WRKDIR}/Boa.sh
@${INSTALL_SCRIPT} ${WRKDIR}/Boa.sh ${PREFIX}/bin/Boa @${INSTALL_SCRIPT} ${WRKDIR}/Boa.sh ${PREFIX}/bin/Boa

View file

@ -1 +1 @@
MD5 (Boa-0.0.5.zip) = a8f5f415645336ce1594159bdd8604a7 MD5 (boa-constructor-0.2.3.src.zip) = f111e10cd11c88a63cad7b1dc6449bff

File diff suppressed because it is too large Load diff