diff -Pur ports/java/veditor.orig/Makefile ports/java/veditor/Makefile --- ports/java/veditor.orig/Makefile 2008-03-05 15:27:47.000000000 +0100 +++ ports/java/veditor/Makefile 2008-03-05 18:39:11.000000000 +0100 @@ -6,17 +6,24 @@ # 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 +OPTIONS= VERILOG "Support Verilog with Icarus Verilog" On \ + VHDL "Support VHDL with FreeHDL" On + +.include + .if defined(WITH_VERILOG) RUN_DEPENDS+= iverilog:${PORTSDIR}/cad/iverilog .endif @@ -25,13 +32,9 @@ 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 @@ 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} + @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/ -.include +.include diff -Pur ports/java/veditor.orig/distinfo ports/java/veditor/distinfo --- ports/java/veditor.orig/distinfo 2008-03-05 15:27:47.000000000 +0100 +++ ports/java/veditor/distinfo 2008-03-05 18:22:06.000000000 +0100 @@ -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 -Pur ports/java/veditor.orig/pkg-plist ports/java/veditor/pkg-plist --- ports/java/veditor.orig/pkg-plist 2008-03-05 15:27:47.000000000 +0100 +++ ports/java/veditor/pkg-plist 2008-03-05 18:30:44.000000000 +0100 @@ -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