summaryrefslogtreecommitdiff
path: root/devel/astah-community
diff options
context:
space:
mode:
Diffstat (limited to 'devel/astah-community')
-rw-r--r--devel/astah-community/Makefile90
-rw-r--r--devel/astah-community/distinfo3
-rw-r--r--devel/astah-community/files/mozilla16
-rw-r--r--devel/astah-community/files/patch-jude20
-rw-r--r--devel/astah-community/pkg-descr21
5 files changed, 0 insertions, 150 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile
deleted file mode 100644
index dfeea6042b7d..000000000000
--- a/devel/astah-community/Makefile
+++ /dev/null
@@ -1,90 +0,0 @@
-# New ports collection makefile for: jude_take
-# Date created: 19 April 2004
-# Whom: Yoshihiko Sarumaru <mistral@imasy.or.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jude-community
-PORTVERSION= 5.5.2
-CATEGORIES= devel java
-MASTER_SITES= # you have to register yourself as a member to download
-DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g}
-
-MAINTAINER= sarumaru@jp.FreeBSD.org
-COMMENT= A Java/UML Object-Oriented Design Tool
-
-USE_ZIP= yes
-
-.include <bsd.port.pre.mk>
-
-# In case you are going to use JDK1.5 in Japanese environment, make sure
-# you have prepared following command to avoid from font problem:
-# ln -s ${LOCALBASE}/lib/X11/fonts/TrueType \
-# ${LOCALBASE}/diablo-jdk1.5.0/jre/lib/fonts/fallback
-JAVA_VERSION= 1.5+
-
-USE_JAVA= yes
-JAVA_OS= native
-NO_BUILD= yes
-
-.include "${PORTSDIR}/Mk/bsd.java.mk"
-
-RESTRICTED= See http://jude.change-vision.com/jude-web/notes/ProductLicenseAgreement.html
-WRKSRC= ${WRKDIR}/${PORTNAME:S!-!_!}
-REINPLACE_ARGS= -i ""
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-DOWNLOAD_URL= http://jude.change-vision.com/jude-web/download/index.html
-IGNORE= needs you to fetch manually the distribution file\
- from ${DOWNLOAD_URL}, \
- then place it in ${DISTDIR} and run make again
-.endif
-
-PLIST_FILES= bin/jude
-.if !defined(NOPORTDATA)
-PORTDATA= ${PORTNAME}.jar jude-api.jar jude-gui_en.properties_org \
- jude.ico jude-doc.ico Welcome.jude Welcome_ja.jude \
- template \
- mozilla \
- tools.jar
-.endif
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= ReleaseNote-e.html ReleaseNote.html \
- ProductInformation.txt \
- README-e.txt README.txt \
- API_sample_program_license_agreement-e.txt \
- API_sample_program_license_agreement.txt
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e "s!%%JAVA_HOME%%!${JAVA_HOME}!; \
- s!%%DATADIR%%!${DATADIR}!" ${WRKSRC}/jude
-.if !defined(NOPORTDOCS)
- ${REINPLACE_CMD} 's/png\\/png\//' ${WRKSRC}/api/*/doc/JudeAPI_reference.html
-.endif
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/jude ${PREFIX}/bin
-.if !defined(NOPORTDATA)
- ${MKDIR} ${DATADIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA:Nmozilla:Ntools.jar}" ${DATADIR})
- ${INSTALL_SCRIPT} ${FILESDIR}/mozilla ${DATADIR}
- # ExportHTML needs lib/tools.jar of JDK1.5/1.6
- ${LN} -s ${JAVA_HOME}/lib/tools.jar ${DATADIR}
-.endif
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for docfile in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
-.endfor
- ${MKDIR} ${DOCSDIR}/api
- (cd ${WRKSRC}/api && ${COPYTREE_SHARE} \* ${DOCSDIR}/api)
- @ cd ${PREFIX} && ${FIND} share/doc/${PORTNAME}/api -type f -print | \
- ${SORT} -r >> ${TMPPLIST}
- @ cd ${PREFIX} && ${FIND} share/doc/${PORTNAME}/api -type d -print | \
- ${SORT} -r | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/astah-community/distinfo b/devel/astah-community/distinfo
deleted file mode 100644
index 988f7477b405..000000000000
--- a/devel/astah-community/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (jude-community-5_5_2.zip) = e638e744731e999c711c13418d31a70c
-SHA256 (jude-community-5_5_2.zip) = e59e5f4aa17229abe92c7bcf8e206c2648c2ba621f56352d0862c378191aae7f
-SIZE (jude-community-5_5_2.zip) = 9535791
diff --git a/devel/astah-community/files/mozilla b/devel/astah-community/files/mozilla
deleted file mode 100644
index 114bd4f0d7eb..000000000000
--- a/devel/astah-community/files/mozilla
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# eliminate own path from PATH (without this, may cause a inifinite loop)
-PATH=${PATH#$(dirname $0)}
-
-# set your favorite browser to JUDE_BROWSER environmental variable
-for browser in \
-${JUDE_BROWSER} \
-firefox-devel linux-firefox-devel \
-firefox3 \
-firefox linux-firefox \
-seamonkey-devel linux-seamonkey-devel seamonkey linux-seamonkey \
-opera-devel opera linux-opera
-do
- type $browser > /dev/null 2>&1 && exec $browser "$@"
-done
diff --git a/devel/astah-community/files/patch-jude b/devel/astah-community/files/patch-jude
deleted file mode 100644
index c0bae388278b..000000000000
--- a/devel/astah-community/files/patch-jude
+++ /dev/null
@@ -1,20 +0,0 @@
---- jude.orig Tue Oct 26 21:21:53 2004
-+++ jude Tue Nov 9 13:58:28 2004
-@@ -3,13 +3,14 @@
- #Remove "#" from following two lines, if you'd like to use j2sdk.
- #JAVA_HOME=/usr/lib/j2sdk1.4/;export JAVA_HOME
- #PATH=$JAVA_HOME/bin:$PATH; export PATH
-+PATH=%%DATADIR%%:$PATH
-
--#JUDE_HOME=/usr/local/share/jude_community
--JUDE_HOME=`dirname $0`
-+JUDE_HOME=%%DATADIR%%
-+#JUDE_HOME=`dirname $0`
- JUDE_JAR=jude-community.jar
-
- CLASSPATH=$JUDE_HOME/$JUDE_JAR
-
- JAVA_OPTS="-Xms16m -Xmx512m -Xss2m"
-
--java $JAVA_OPTS -jar $JUDE_HOME/$JUDE_JAR $1 $2 $3
-+%%JAVA_HOME%%/bin/java $JAVA_OPTS -jar $JUDE_HOME/$JUDE_JAR $1 $2 $3
diff --git a/devel/astah-community/pkg-descr b/devel/astah-community/pkg-descr
deleted file mode 100644
index bbc51762f0a1..000000000000
--- a/devel/astah-community/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-JUDE/Community is the free edition with basic features.
-It is rich in functionality, offering features, such as editing and printing
-UML1.4 diagrams, import/export of Java source code, graphics output, and
-auto layout. (A restriction is that the JUDE logo always appears in the header
-of printed documents.)
-
-Basic Features
-JUDE supports the following basic UML 1.4 diagrams:
-- Class (Object, Package, Robustness)
-- Usecase
-- Sequence
-- Collaboration
-- Statechart
-- Activity
-- Component
-- Deployment
-- Template Generation of Java Source Files
-- Import of Java Source Files
-- Automatic Generation of Class Diagrams with Model Information
-
-WWW: http://jude.change-vision.com/jude-web/index.html