diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-02-09 18:33:26 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-02-09 18:33:26 +0000 |
commit | e5bcee02e7088c9e4f4b04e4de12be7c9126b000 (patch) | |
tree | 687157c18a4309067d8316e78fc7844f3e33d6d5 /graphics | |
parent | - update to 1.4.8 (diff) |
Update maintainer e-mail address and MASTER_SITES.
Add WWW: in pkg-descr.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=54446
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gxanim/Makefile | 7 | ||||
-rw-r--r-- | graphics/gxanim/distinfo | 2 | ||||
-rw-r--r-- | graphics/gxanim/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/graphics/gxanim/Makefile b/graphics/gxanim/Makefile index 3c80a02ca56d..ff870a1d8bbd 100644 --- a/graphics/gxanim/Makefile +++ b/graphics/gxanim/Makefile @@ -8,10 +8,11 @@ PORTNAME= gxanim PORTVERSION= 0.50 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= fenner +MASTER_SITES= http://www.greslin.org/code/ +DISTNAME= GXAnim-${PORTVERSION} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= rbt@zort.on.ca +MAINTAINER= rbt@zort.ca RUN_DEPENDS= xanim:${PORTSDIR}/graphics/xanim diff --git a/graphics/gxanim/distinfo b/graphics/gxanim/distinfo index 58989ef7fd3f..0f5229cc89f4 100644 --- a/graphics/gxanim/distinfo +++ b/graphics/gxanim/distinfo @@ -1 +1 @@ -MD5 (gxanim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c +MD5 (GXAnim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c diff --git a/graphics/gxanim/pkg-descr b/graphics/gxanim/pkg-descr index b97cebc4807f..71025a6642bf 100644 --- a/graphics/gxanim/pkg-descr +++ b/graphics/gxanim/pkg-descr @@ -2,3 +2,5 @@ GXAnim is a graphical interface to XAnim written with the GTK+ toolkit for UNIX platforms. You can quickly find a movie file, play it, and do the usual VCR-like stuff (rewind, fast forward, pause, stop set volume, etc.), as well as set general play preferences. + +WWW: http://www.greslin.org/code/ |