diff options
author | knu <knu@FreeBSD.org> | 2001-01-21 05:57:50 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-21 05:57:50 +0000 |
commit | a8642f404195141a6487aaf8731701680745727e (patch) | |
tree | c273201d2ea5a52954fbec8b1120e7aee2ff688b /graphics/ruby-ming | |
parent | 93b63fea2b440c26cfd7c716969aa2b5227f033c (diff) | |
download | FreeBSD-ports-a8642f404195141a6487aaf8731701680745727e.zip FreeBSD-ports-a8642f404195141a6487aaf8731701680745727e.tar.gz |
Update to Ming 0.0.9b. Now it creates Flash 4 movies.
Ports of the Perl5 module and the Ming utilities will follow soon if I
can take the time.
Diffstat (limited to 'graphics/ruby-ming')
-rw-r--r-- | graphics/ruby-ming/Makefile | 6 | ||||
-rw-r--r-- | graphics/ruby-ming/pkg-comment | 2 | ||||
-rw-r--r-- | graphics/ruby-ming/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index e6ec463..f74857b 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ming -PORTVERSION= 0.0.3a +PORTVERSION= 0.0.9b CATEGORIES= graphics ruby MASTER_SITES= http://www.opaque.net/ming/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,12 +15,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel -LIB_DEPENDS= ming.1:${PORTSDIR}/graphics/ming +LIB_DEPENDS= ming.2:${PORTSDIR}/graphics/ming USE_RUBY= yes USE_RUBY_EXTCONF= yes -MD5_FILE= ${PORTSDIR}/graphics/ming/distinfo +MD5_FILE= ${.CURDIR}/../ming/distinfo WRKSRC= ${WRKDIR}/${DISTNAME}/rb_ext CONFIGURE_ARGS= --with-ming-include="${LOCALBASE}/include/ming" diff --git a/graphics/ruby-ming/pkg-comment b/graphics/ruby-ming/pkg-comment index f562bd6b..c7a4989 100644 --- a/graphics/ruby-ming/pkg-comment +++ b/graphics/ruby-ming/pkg-comment @@ -1 +1 @@ -Ruby module for the Ming library which allows you to create Flash (TM) movies +Ruby module for the Ming library which allows you to create Flash 4 movies diff --git a/graphics/ruby-ming/pkg-descr b/graphics/ruby-ming/pkg-descr index d4e542f..9dcab4b 100644 --- a/graphics/ruby-ming/pkg-descr +++ b/graphics/ruby-ming/pkg-descr @@ -1,4 +1,4 @@ This is a Ruby module for the Ming library based on Python module. -Ming allows you to create Flash (TM) movies. +Ming allows you to create Flash 4 (TM) movies. Author: Kazuki Sakamoto <sakamoto@splhack.org> |