FreeBSD Bugzilla – Attachment 114989 Details for
Bug 156740
[repocopy] rename devel/jude-community -> devel/astah-community and update to latest version 6.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
astah-community-6.4.shar
astah-community-6.4.shar (text/plain), 5.13 KB, created by
TAKATSU Tomonari
on 2011-04-30 18:30:10 UTC
(
hide
)
Description:
astah-community-6.4.shar
Filename:
MIME Type:
Creator:
TAKATSU Tomonari
Created:
2011-04-30 18:30:10 UTC
Size:
5.13 KB
patch
obsolete
># 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@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@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 156740
: 114989