diff options
author | garga <garga@FreeBSD.org> | 2005-12-06 02:28:40 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-06 02:28:40 +0800 |
commit | 32654dd9b684e74ea15c79eff12f87a2c979b5b7 (patch) | |
tree | 4945d0e2e81e14446c1ce0818c1a00db71bb3fa4 /editors/spe | |
parent | c579fceb876f3c1d6073d740e2e91883ee340008 (diff) | |
download | freebsd-ports-graphics-32654dd9b684e74ea15c79eff12f87a2c979b5b7.tar.gz freebsd-ports-graphics-32654dd9b684e74ea15c79eff12f87a2c979b5b7.tar.zst freebsd-ports-graphics-32654dd9b684e74ea15c79eff12f87a2c979b5b7.zip |
- Update to 0.8.0c
PR: ports/89973
Submitted by: maintainer
Diffstat (limited to 'editors/spe')
-rw-r--r-- | editors/spe/Makefile | 9 | ||||
-rw-r--r-- | editors/spe/distinfo | 5 | ||||
-rw-r--r-- | editors/spe/pkg-plist | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/editors/spe/Makefile b/editors/spe/Makefile index a1d354d3790..fbda54872de 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SPE -PORTVERSION= 0.8.0b +PORTVERSION= 0.8.0c CATEGORIES= editors devel python MASTER_SITES= http://download.berlios.de/python/ \ ${MASTER_SITE_SOURCEFORGE} @@ -15,11 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/[a-z]$/.&/g}-wx2.6.1.0.-bl2.35 MAINTAINER= nivit@email.it COMMENT= Stani's Python Editor -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26 USE_PYTHON= yes USE_PYDISTUTILS= yes +OPTIONS= ENCRYPTED_DEBUG "Enable encrypted debug in SPE" off + SPEDOCS= ${PYTHON_SITELIBDIR}/_${PORTNAME:L}/doc SPEXAMPLES= ${PYTHON_SITELIBDIR}/_${PORTNAME:L}/examples WINSCRIPT= spe_wininst.py @@ -49,4 +51,7 @@ WX_PYTHON_DIR= wx-2.6-gtk2-unicode WX_PYTHON_DIR= wx-2.6-gtk2-ansi .endif +.if defined(WITH_ENCRYPTED_DEBUG) +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto +.endif .include <bsd.port.post.mk> diff --git a/editors/spe/distinfo b/editors/spe/distinfo index b786f0d1f9a..aef618f389b 100644 --- a/editors/spe/distinfo +++ b/editors/spe/distinfo @@ -1,2 +1,3 @@ -MD5 (SPE-0.8.0.b-wx2.6.1.0.-bl2.35.tar.gz) = ecf3bfa9fe7af2511fe3e8ad6b0ca2ac -SIZE (SPE-0.8.0.b-wx2.6.1.0.-bl2.35.tar.gz) = 1233397 +MD5 (SPE-0.8.0.c-wx2.6.1.0.-bl2.35.tar.gz) = 5e5e67881b615feb32bfc61c29b96408 +SHA256 (SPE-0.8.0.c-wx2.6.1.0.-bl2.35.tar.gz) = 6a87dc675d0c0b39da00cfc832efa70e7e5fd53bea86b58da261dee83c17f4fd +SIZE (SPE-0.8.0.c-wx2.6.1.0.-bl2.35.tar.gz) = 1267134 diff --git a/editors/spe/pkg-plist b/editors/spe/pkg-plist index c77ae1d8400..6fe28eca1b2 100644 --- a/editors/spe/pkg-plist +++ b/editors/spe/pkg-plist @@ -834,6 +834,7 @@ bin/spe %%PYTHON_SITELIBDIR%%/_spe/skins/default/empty.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/encoding.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/eraser.png +%%PYTHON_SITELIBDIR%%/_spe/skins/default/error.gif %%PYTHON_SITELIBDIR%%/_spe/skins/default/exec.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/exit.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/explore.png @@ -891,6 +892,8 @@ bin/spe %%PYTHON_SITELIBDIR%%/_spe/skins/default/tab_right.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/tar.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/test/index.png +%%PYTHON_SITELIBDIR%%/_spe/skins/default/throbber.gif +%%PYTHON_SITELIBDIR%%/_spe/skins/default/throbber_disabled.gif %%PYTHON_SITELIBDIR%%/_spe/skins/default/thumbnail.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/todo.png %%PYTHON_SITELIBDIR%%/_spe/skins/default/uml.png @@ -921,6 +924,9 @@ bin/spe %%PYTHON_SITELIBDIR%%/_spe/sm/uml.py %%PYTHON_SITELIBDIR%%/_spe/sm/uml.pyc %%PYTHON_SITELIBDIR%%/_spe/sm/uml.pyo +%%PYTHON_SITELIBDIR%%/_spe/sm/wxp/NotebookCtrl.py +%%PYTHON_SITELIBDIR%%/_spe/sm/wxp/NotebookCtrl.pyc +%%PYTHON_SITELIBDIR%%/_spe/sm/wxp/NotebookCtrl.pyo %%PYTHON_SITELIBDIR%%/_spe/sm/wxp/__init__.py %%PYTHON_SITELIBDIR%%/_spe/sm/wxp/__init__.pyc %%PYTHON_SITELIBDIR%%/_spe/sm/wxp/__init__.pyo |