ports/156740: [repocopy] rename devel/jude-community -> devel/astah-community and update to latest version 6.4

TAKATSU Tomonari tota at FreeBSD.org
Sat Apr 30 17:30:11 UTC 2011


>Number:         156740
>Category:       ports
>Synopsis:       [repocopy] rename devel/jude-community -> devel/astah-community and update to latest version 6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 30 17:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
JUDE/Community was renamed to astah* community on 2009-09-15 and latest
version of astah* community is 6.4.

Please repocopy devel/jude-community to devel/astah-community if the maintainer
approves this PR.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- astah-community-6.4.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	astah-community
#	astah-community/files
#	astah-community/files/patch-astah
#	astah-community/Makefile
#	astah-community/distinfo
#	astah-community/pkg-descr
#
echo c - astah-community
mkdir -p astah-community > /dev/null 2>&1
echo c - astah-community/files
mkdir -p astah-community/files > /dev/null 2>&1
echo x - astah-community/files/patch-astah
sed 's/^X//' >astah-community/files/patch-astah << '0bcc860c2e26646be08cb9f69458d34a'
X--- astah.orig	2011-03-29 13:25:03.000000000 +0900
X+++ astah	2011-04-30 20:22:19.000000000 +0900
X@@ -3,13 +3,14 @@
X #Remove "#" from following two lines, if you'd like to use j2sdk.
X #JAVA_HOME=/usr/lib/j2sdk1.4/;export JAVA_HOME
X #PATH=$JAVA_HOME/bin:$PATH; export PATH
X+PATH=%%DATADIR%%:$PATH
X 
X-#ASTAH_HOME=/usr/local/share/astah_community
X-ASTAH_HOME=`dirname $0`
X+ASTAH_HOME=%%DATADIR%%
X+#ASTAH_HOME=`dirname $0`
X ASTAH_JAR=astah-community.jar
X 
X CLASSPATH=$ASTAH_HOME/$ASTAH_JAR
X 
X JAVA_OPTS="-Xms16m -Xmx384m"
X 
X-java $JAVA_OPTS -jar $ASTAH_HOME/$ASTAH_JAR  $1 $2 $3
X+LD_LIBRARY_PATH=%%JAVA_HOME%%/jre/lib/i386/jli %%JAVA_HOME%%/bin/java $JAVA_OPTS -jar $ASTAH_HOME/$ASTAH_JAR  $1 $2 $3
0bcc860c2e26646be08cb9f69458d34a
echo x - astah-community/Makefile
sed 's/^X//' >astah-community/Makefile << '41d318eefe231452eb7d9f65d011f0a8'
X# New ports collection makefile for:	jude_take
X# Date created:				19 April 2004
X# Whom:					Yoshihiko Sarumaru <mistral at imasy.or.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	astah
XPORTVERSION=	6.4
XCATEGORIES=	devel java
XMASTER_SITES=	# you have to register yourself as a member to download
XPKGNAMESUFFIX=	-community
XDISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S!.!_!g}
X
XMAINTAINER=	sarumaru at jp.FreeBSD.org
XCOMMENT=	A Java/UML Object-Oriented Design Tool
X
XUSE_ZIP=	yes
X
X.include <bsd.port.pre.mk>
X
XJAVA_VERSION=	1.6+
X
XUSE_JAVA=	yes
XJAVA_OS=	linux
XNO_BUILD=	yes
X
XRESTRICTED=	See http://astah.change-vision.com/en/product/astah-eula.html
XWRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX:S!-!_!}
XREINPLACE_ARGS=	-i ""
X
X.if !exists(${DISTDIR}/${DISTFILES})
XDOWNLOAD_URL=	http://members.change-vision.com/files/${PORTNAME}${PKGNAMESUFFIX:S!-!_!}/${PORTVERSION:S!.!_!}/${DISTFILES}
XIGNORE=		needs you to fetch manually the distribution file\
X		from ${DOWNLOAD_URL}, \
X		then place it in ${DISTDIR} and run make again
X.endif
X
XDOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
XDATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
X
XPLIST_FILES=	bin/astah
X.if !defined(NOPORTDATA)
XPORTDATA=	astah-community.jar astah-api.jar astah-gui_en.properties_org \
X		astah.ico astah-doc.ico Welcome.asta Welcome_ja.asta \
X		template
X.endif
X
X.if !defined(NOPORTDOCS)
XPORTDOCS=	ReleaseNote-e.html ReleaseNote.html \
X		ProductInformation.txt \
X		API_sample_program_license_agreement-e.txt \
X		API_sample_program_license_agreement.txt
X.endif
X
Xpost-patch:
X	${REINPLACE_CMD} -e "s!%%JAVA_HOME%%!${JAVA_HOME}!g; \
X	                     s!%%DATADIR%%!${DATADIR}!" ${WRKSRC}/astah
X.if !defined(NOPORTDOCS)
X	${REINPLACE_CMD} 's/png\\/png\//' ${WRKSRC}/api/*/doc/astahAPI_reference.html
X.endif
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/astah ${PREFIX}/bin
X.if !defined(NOPORTDATA)
X	${MKDIR} ${DATADIR}
X	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${DATADIR})
X.endif
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for docfile in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
X.endfor
X	${MKDIR} ${DOCSDIR}/api
X	(cd ${WRKSRC}/api && ${COPYTREE_SHARE} \* ${DOCSDIR}/api)
X	@ cd ${PREFIX} && ${FIND} share/doc/${PORTNAME}${PKGNAMESUFFIX}/api -type f -print | \
X		${SORT} -r >> ${TMPPLIST}
X	@ cd ${PREFIX} && ${FIND} share/doc/${PORTNAME}${PKGNAMESUFFIX}/api -type d -print | \
X		${SORT} -r |  ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST}
X.endif
X
X.include <bsd.port.post.mk>
41d318eefe231452eb7d9f65d011f0a8
echo x - astah-community/distinfo
sed 's/^X//' >astah-community/distinfo << '536745a8f06bc50e5a21ee98f1fec736'
XSHA256 (astah-community-6_4.zip) = 26814a7110b2ffe6daa30eeb491f390b7a805810669888c458e678be707d5123
XSIZE (astah-community-6_4.zip) = 20180980
536745a8f06bc50e5a21ee98f1fec736
echo x - astah-community/pkg-descr
sed 's/^X//' >astah-community/pkg-descr << '64bef5f779dbfe081c8db0cef122fd9b'
Xastah* community is a simple and user-friendly UML modeling tool.
X
Xastah* community features:
X- UML 2.x (Class, UseCase, Sequence, Activity, Communication, Statemachine,
X  Component, Deployment, Composite Structure, Object and Package Diagrams)
X- Suggest Feature
X- Alignment Guide
X- Customizing Keybinds
X- Oval, TextBox, Filled Rectangle, Corner-rounded Rectangle and Texts
X- Alignment, Size adjustment
X- Print
X- Export diagram images (PNG, JPEG) *1
X- astah* API (Models of Class, UseCase, Activity, Sequence and Statemachine
X  Diagrames)
X- GUI Localization
X
X*1 The product name is displayed on the corner.
X
XWWW: http://astah.change-vision.com/en/product/astah-community.html
64bef5f779dbfe081c8db0cef122fd9b
exit
--- astah-community-6.4.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list