diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-01 19:37:07 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-01 19:37:07 +0800 |
commit | 34536eaa3c928042ff2188bdeae221f5f62b64a2 (patch) | |
tree | 50777cf214eae665c55a44de7563c56e17eba1f6 /graphics | |
parent | 862e14d72729597b2b04ffa23492e3d856916507 (diff) | |
download | freebsd-ports-gnome-34536eaa3c928042ff2188bdeae221f5f62b64a2.tar.gz freebsd-ports-gnome-34536eaa3c928042ff2188bdeae221f5f62b64a2.tar.zst freebsd-ports-gnome-34536eaa3c928042ff2188bdeae221f5f62b64a2.zip |
[1]:
- Update to 5.0.21
- Fix MASTER_SITES
Moreover:
- Improve pkg-message/pkg-descr grammar
- Polish the Makefile
PR: ports/81676 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux-ac3d/Makefile | 10 | ||||
-rw-r--r-- | graphics/linux-ac3d/distinfo | 4 | ||||
-rw-r--r-- | graphics/linux-ac3d/files/pkg-message.in | 4 | ||||
-rw-r--r-- | graphics/linux-ac3d/pkg-descr | 11 |
4 files changed, 14 insertions, 15 deletions
diff --git a/graphics/linux-ac3d/Makefile b/graphics/linux-ac3d/Makefile index de9999bb24d6..c16e8e0bdae0 100644 --- a/graphics/linux-ac3d/Makefile +++ b/graphics/linux-ac3d/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ac3d -PORTVERSION= 5.0 +PORTVERSION= 5.0.21 CATEGORIES= graphics linux -MASTER_SITES= http://www.ac3d.org/ac3d/download/ +MASTER_SITES= http://inivis.swmirror.com/ PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}lx +DISTNAME= ${PORTNAME}lx${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz MAINTAINER= ip@doom.homeunix.org @@ -32,7 +32,7 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME}lx SUB_FILES= pkg-message -SUB_LIST+= "PORTNAME=${PORTNAME}" +SUB_LIST= PORTNAME="${PORTNAME}" .ifndef(INSTALL_DYNLINKED_VERSION) PLIST_SUB= DYNAMIC_VERSION="@comment " \ @@ -53,7 +53,7 @@ pre-everything:: @${ECHO_MSG} 'Define INSTALL_DYNLINKED_VERSION=yes to install' @${ECHO_MSG} 'a dynamically linked (against linux MesaGL)' @${ECHO_MSG} 'version of the program.' - @${ECHO_MSG} 'It may be useful with hardware accellerated MesaGL' + @${ECHO_MSG} 'It may be useful with hardware accelerated MesaGL.' @${ECHO_MSG} '' .endif diff --git a/graphics/linux-ac3d/distinfo b/graphics/linux-ac3d/distinfo index 1dd96693059c..e59571e39184 100644 --- a/graphics/linux-ac3d/distinfo +++ b/graphics/linux-ac3d/distinfo @@ -1,2 +1,2 @@ -MD5 (ac3dlx.tgz) = 73b871c4a22cec5fb35fbad7220ee152 -SIZE (ac3dlx.tgz) = 5270767 +MD5 (ac3dlx5021.tgz) = 7563a210f269aabd5727aa80a71bf2af +SIZE (ac3dlx5021.tgz) = 5273719 diff --git a/graphics/linux-ac3d/files/pkg-message.in b/graphics/linux-ac3d/files/pkg-message.in index 21f493f64b87..1611fb759f16 100644 --- a/graphics/linux-ac3d/files/pkg-message.in +++ b/graphics/linux-ac3d/files/pkg-message.in @@ -1,4 +1,4 @@ ******************************************************************************* -Now you can start program by running %%PREFIX%%/bin/%%PORTNAME%%.sh -There are also some sample models installed in %%EXAMPLESDIR%% +You can now start the program by running %%PREFIX%%/bin/%%PORTNAME%%.sh +Sample models have been installed in %%EXAMPLESDIR%% ******************************************************************************* diff --git a/graphics/linux-ac3d/pkg-descr b/graphics/linux-ac3d/pkg-descr index 167953a4a02a..8967466e30d7 100644 --- a/graphics/linux-ac3d/pkg-descr +++ b/graphics/linux-ac3d/pkg-descr @@ -1,10 +1,9 @@ -AC3D is 3D object/scene modeller available for Linux, -Windows 95/NT, and SGI. It's is very easy to use, -but powerful too - anyone can create good looking 3d -objects in minutes. It outputs POV-Ray, VRML (1 and 2), -RenderMan, Dive, Massive and other formats. +AC3D is a 3D object/scene modeller available for Linux, Windows 95/NT, and +SGI. It is is very easy to use, yet powerful - anyone can create good looking +3D objects in a few minutes. It outputs POV-Ray, VRML (1 and 2), RenderMan, +Dive, Massive and other formats. -WWW: http://www.ac3d.org/ +WWW: http://www.ac3d.org/ - Igor Pokrovsky tiamat@comset.net |