diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-23 08:52:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-23 08:52:40 +0000 |
commit | 310296eee54349353788726dbdb6a834063acfe9 (patch) | |
tree | 82438b2a91e2b2fd0173f62e221915ce3f7babb0 /graphics/aoi | |
parent | 6193fa9f6189ad4a0e8b759e2cfb94c1270a7d13 (diff) | |
download | ports-310296eee54349353788726dbdb6a834063acfe9.tar.gz ports-310296eee54349353788726dbdb6a834063acfe9.zip |
Notes
Diffstat (limited to 'graphics/aoi')
-rw-r--r-- | graphics/aoi/Makefile | 15 | ||||
-rw-r--r-- | graphics/aoi/distinfo | 6 | ||||
-rw-r--r-- | graphics/aoi/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/aoi/pkg-plist | 12 |
4 files changed, 26 insertions, 10 deletions
diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index b6fe4f2a8ad0..119713ae2751 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aoi -PORTVERSION= 2.0 +PORTVERSION= 2.4.1 CATEGORIES= graphics java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aoi -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemoliu@gmail.com COMMENT= An open source Java written 3D modelling and rendering studio RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper @@ -21,7 +21,7 @@ USE_JAVA= yes JAVA_VERSION= 1.4+ USE_ZIP= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/ArtOfIllusion${PORTVERSION} +WRKSRC= ${WRKDIR}/ArtOfIllusion${PORTVERSION:S/.//g} EXTRACT_BEFORE_ARGS= -a -q @@ -30,11 +30,16 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= aoi.sh do-install: + @${ECHO_MSG} -n ">> Installing ..." ${MKDIR} ${DATADIR} (cd ${WRKSRC} && ${FIND} ArtOfIllusion.jar Icons Plugins Scripts | \ ${CPIO} -pdmuv -R${SHAREOWN}:${SHAREGRP} ${DATADIR}) + ${INSTALL_SCRIPT} ${WRKDIR}/aoi.sh ${PREFIX}/bin/aoi + +.if !defined(NOPORTDOCS) + @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..." ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} HISTORY LICENSE README ${DOCSDIR}) - ${INSTALL_SCRIPT} ${WRKDIR}/aoi.sh ${PREFIX}/bin/aoi +.endif .include <bsd.port.mk> diff --git a/graphics/aoi/distinfo b/graphics/aoi/distinfo index baed6675f6fa..5ac76d31e80b 100644 --- a/graphics/aoi/distinfo +++ b/graphics/aoi/distinfo @@ -1,3 +1,3 @@ -MD5 (aoi20.zip) = 6aed59c1dce0cd33fddd6fa7a99686cd -SHA256 (aoi20.zip) = 0fddf942b6cc49b06364fd5de93da35553f1fd4dbba7dd5f2f7fe5fa0959060f -SIZE (aoi20.zip) = 2370869 +MD5 (aoi241.zip) = 8543e7fd4f6c00f373b546d00d911943 +SHA256 (aoi241.zip) = 5e510b52f63df5f1084dc0eea3bb7920b03ff20ced627a71d1003df34e385736 +SIZE (aoi241.zip) = 4467857 diff --git a/graphics/aoi/pkg-descr b/graphics/aoi/pkg-descr index 853cc6dececc..eee4d42b4b83 100644 --- a/graphics/aoi/pkg-descr +++ b/graphics/aoi/pkg-descr @@ -1,6 +1,5 @@ Art of Illusion is a free, open source 3D modelling and rendering -studio. It is written entirely in Java, and should be usable on any -Java Virtual Machine which is compatible with JDK 1.1 or later. +studio. Visit these following web pages for more information: diff --git a/graphics/aoi/pkg-plist b/graphics/aoi/pkg-plist index 86e42ce5009b..ba45ffbaaaf8 100644 --- a/graphics/aoi/pkg-plist +++ b/graphics/aoi/pkg-plist @@ -6,7 +6,15 @@ bin/aoi %%DATADIR%%/Icons/32x32.png %%DATADIR%%/Icons/48x48.png %%DATADIR%%/Icons/64x64.png +%%DATADIR%%/Plugins/Help/AOIHelp.zip +%%DATADIR%%/Plugins/Help/helpgui-1.1a.jar +%%DATADIR%%/Plugins/Help/jhall.jar +%%DATADIR%%/Plugins/Help/jhelpaction.jar +%%DATADIR%%/Plugins/Help/pircbot.jar +%%DATADIR%%/Plugins/HelpPlugin.jar %%DATADIR%%/Plugins/OSSpecific.jar +%%DATADIR%%/Plugins/PluginRegistry.jar +%%DATADIR%%/Plugins/PostInstall.jar %%DATADIR%%/Plugins/Renderers.jar %%DATADIR%%/Plugins/SPManager.jar %%DATADIR%%/Plugins/Tools.jar @@ -14,8 +22,11 @@ bin/aoi %%DATADIR%%/Scripts/Objects/Fur.aoi %%DATADIR%%/Scripts/Objects/Fur.bsh %%DATADIR%%/Scripts/Objects/Particle Jet.bsh +%%DATADIR%%/Scripts/Objects/README.txt +%%DATADIR%%/Scripts/Startup/README.txt %%DATADIR%%/Scripts/Tools/Join Objects.bsh %%DATADIR%%/Scripts/Tools/Platonic Solid.bsh +%%DATADIR%%/Scripts/Tools/README.txt %%DATADIR%%/Scripts/Tools/Sculpt.bsh %%DATADIR%%/Scripts/Tools/Text.bsh %%DATADIR%%/Scripts/Tools/Thicken.bsh @@ -23,6 +34,7 @@ bin/aoi @dirrm %%DATADIR%%/Scripts/Startup @dirrm %%DATADIR%%/Scripts/Objects @dirrm %%DATADIR%%/Scripts +@dirrm %%DATADIR%%/Plugins/Help @dirrm %%DATADIR%%/Plugins @dirrm %%DATADIR%%/Icons @dirrm %%DATADIR%% |