diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-07 03:09:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-07 03:09:30 +0800 |
commit | 55c2dcd5328f9fb444ab55d75ab055874f6e6342 (patch) | |
tree | 38a49c2ef25735a515eb0de301e98a38aa635cd8 /java | |
parent | c97d9cb905aee3ea1fd2ea0a8cbbc1c80ba211da (diff) | |
download | freebsd-ports-gnome-55c2dcd5328f9fb444ab55d75ab055874f6e6342.tar.gz freebsd-ports-gnome-55c2dcd5328f9fb444ab55d75ab055874f6e6342.tar.zst freebsd-ports-gnome-55c2dcd5328f9fb444ab55d75ab055874f6e6342.zip |
- Update to 0.6.0
- Update maintainer mail adress
PR: 121398
Submitted by: Dominic Fandrey <LoN_Kamikaze@gmx.de> (maintainer)
Diffstat (limited to 'java')
-rw-r--r-- | java/veditor/Makefile | 38 | ||||
-rw-r--r-- | java/veditor/distinfo | 6 | ||||
-rw-r--r-- | java/veditor/pkg-plist | 19 |
3 files changed, 17 insertions, 46 deletions
diff --git a/java/veditor/Makefile b/java/veditor/Makefile index bf8d3625c36a..0ad8fd8a7506 100644 --- a/java/veditor/Makefile +++ b/java/veditor/Makefile @@ -6,16 +6,23 @@ # PORTNAME= veditor -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= java cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} +EXTRACT_SUFX= .jar +EXTRACT_ONLY= -MAINTAINER= lon_kamikaze@gmx.de +MAINTAINER= kamikaze@bsdforen.de COMMENT= A Verilog and VHDL editor plugin for eclipse -RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +#RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse + +OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \ + VHDL "Support VHDL with FreeHDL" On + +.include <bsd.port.pre.mk> .if defined(WITH_VERILOG) RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog @@ -25,13 +32,9 @@ RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog RUN_DEPENDS+= freehdl-v2cc:${PORTSDIR}/cad/freehdl .endif -OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \ - VHDL "Support VHDL with FreeHDL" On - PLIST_SUB= VER=${PORTVERSION} NO_BUILD= yes -USE_ZIP= yes NO_WRKSUBDIR= yes ECLIPSE= ${PREFIX}/eclipse @@ -39,21 +42,6 @@ PLUGINS= plugins do-install: @${MKDIR} ${ECLIPSE}/${PLUGINS} - @${CP} -r ${WRKSRC}/${PLUGINS}/* ${ECLIPSE}/${PLUGINS}/ - -plist: build - @${ECHO} "===> Rebuilding PLIST." - @${TOUCH} ${PLIST} - @${RM} ${PLIST} - @${FIND} -d ${WRKSRC}/${PLUGINS}/ -not -type d \ - | ${SED} "s|${WRKSRC}|eclipse|1" \ - | ${SED} "s|${PORTVERSION}|%%VER%%|g" \ - >> ${PLIST} - @${FIND} -d ${WRKSRC}/${PLUGINS}/ -mindepth 1 -type d \ - | ${SED} "s|${WRKSRC}|@dirrm eclipse|1" \ - | ${SED} "s|${PORTVERSION}|%%VER%%|g" \ - >> ${PLIST} - @${ECHO} "@dirrmtry eclipse/${PLUGINS}" >> ${PLIST} - @${ECHO} "@dirrmtry eclipse" >> ${PLIST} - -.include <bsd.port.mk> + @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/ + +.include <bsd.port.post.mk> diff --git a/java/veditor/distinfo b/java/veditor/distinfo index fc4dc045c8bd..09e8f50b97b6 100644 --- a/java/veditor/distinfo +++ b/java/veditor/distinfo @@ -1,3 +1,3 @@ -MD5 (net.sourceforge.veditor_0.5.1.zip) = a279540c7764a1080c696791f20574b7 -SHA256 (net.sourceforge.veditor_0.5.1.zip) = 4891ffaabf0f810e40507036c4f2f1c6b0701fc6b53b8b0f8dfc11560bf5acab -SIZE (net.sourceforge.veditor_0.5.1.zip) = 195458 +MD5 (net.sourceforge.veditor_0.6.0.jar) = 7b3d79dfad64bddcb654e33dd1726b50 +SHA256 (net.sourceforge.veditor_0.6.0.jar) = e4197e094af554c2a81d8c206c6041ae6e39cef592c371d9e507f3cb67797fb4 +SIZE (net.sourceforge.veditor_0.6.0.jar) = 610623 diff --git a/java/veditor/pkg-plist b/java/veditor/pkg-plist index a003d98d9425..b09a05648348 100644 --- a/java/veditor/pkg-plist +++ b/java/veditor/pkg-plist @@ -1,20 +1,3 @@ -eclipse/plugins/net.sourceforge.veditor_%%VER%%/META-INF/MANIFEST.MF -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/build.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/compile.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/hierarchy.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/ovr.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/pers.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/simulate.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/template.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons/vsrc.gif -eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates/verilog.xml -eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates/vhdl.xml -eclipse/plugins/net.sourceforge.veditor_%%VER%%/about.html -eclipse/plugins/net.sourceforge.veditor_%%VER%%/plugin.xml -eclipse/plugins/net.sourceforge.veditor_%%VER%%/veditor.jar -@dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/META-INF -@dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/icons -@dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%%/templates -@dirrm eclipse/plugins/net.sourceforge.veditor_%%VER%% +eclipse/plugins/net.sourceforge.veditor_%%VER%%.jar @dirrmtry eclipse/plugins @dirrmtry eclipse |