- Update to 3.1.0

PR:		88644
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by:	clement (mentor)
This commit is contained in:
Tim Bishop 2005-12-14 08:30:23 +00:00
parent 0d4eb2626a
commit 7083867c78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151140
4 changed files with 14 additions and 41 deletions

View File

@ -6,13 +6,12 @@
#
PORTNAME= sysdeo
PORTVERSION= 3
PORTREVISION= 2
PORTVERSION= 3.1.0
CATEGORIES= java
MASTER_SITES= http://www.sysdeo.com/eclipse/
MASTER_SITES= http://www.sysdeo.com/sysdeo/content/download/393/4930/file/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -tomcat
DISTNAME= tomcatPluginV${PORTVERSION}
DISTNAME= tomcatPluginV31
DIST_SUBDIR= eclipse
MAINTAINER= sugimura@jp.FreeBSD.ORG
@ -25,7 +24,11 @@ NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_3.0.0 ${PREFIX}/eclipse/plugins
@${MKDIR} -p ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/eclipse/plugins
@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
| ${SED} -ne 's,^,eclipse/plugins/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
| ${SED} -ne 's,^,@dirrm eclipse/plugins/,p' >> ${TMPPLIST}
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
MD5 (eclipse/tomcatPluginV3.zip) = da6bc55c5dacfd04e29a51189ab42514
SIZE (eclipse/tomcatPluginV3.zip) = 280121
MD5 (eclipse/tomcatPluginV31.zip) = f981aeda4b5694c675417fd17c4c0295
SHA256 (eclipse/tomcatPluginV31.zip) = fea51a522f58c6c4d70c921ffd259250e774cce6615992313fec396abfc3c593
SIZE (eclipse/tomcatPluginV31.zip) = 271850

View File

@ -1,6 +1,6 @@
Sysdeo Eclipse Tomcat Launcher plugin, its features are:
* Starting, stopping and restarting Tomcat 4.x, 5.0.x, 3.3
* Starting, stopping and restarting Tomcat 4.x, 5.x, 3.3
* Registering Tomcat process to Eclipse debugger
* Creating a WAR project (wizard can update server.xml file)
* Adding Java Projects to Tomcat classpath
@ -11,4 +11,4 @@ Sysdeo Eclipse Tomcat Launcher plugin, its features are:
several java projects loaded at the same classloader level than classes
in a Tomcat project
WWW: http://www.sysdeo.com/eclipse/tomcatPlugin.html
WWW: http://www.sysdeo.com/eclipse/

View File

@ -1,31 +0,0 @@
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/DevLoader.zip
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/newjprj_wiz.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/newjprj_wiz2.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/newwar_wiz.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/restart.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/start.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/stop.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/bleu.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/jaune.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/jaune_transparent.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/logoSysdeo137_53.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/rouge.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/vert.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/license.txt
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin.xml
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_bg.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_de.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_fr.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_it.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_ja.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/readme.html
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/readmeDevLoader.html
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/releaseNotesV3.txt
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/tomcat.jar
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/tomcatsrc.zip
@dirrm eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img
@dirrm eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons
@dirrm eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0
@unexec rmdir %D/eclipse/plugins 2>/dev/null || true
@unexec rmdir %D/eclipse 2>/dev/null || true