diff options
author | knu <knu@FreeBSD.org> | 2000-10-16 15:48:51 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-16 15:48:51 +0800 |
commit | 73307fb42cc86e97bfaa832264a0865cb1099cee (patch) | |
tree | 15dabffadb5a417c142d20be99c57f1f8c15e76e /graphics/ming | |
parent | de2bc75942b2f794f9869a5df4a5a79a7f0d8280 (diff) | |
download | freebsd-ports-gnome-73307fb42cc86e97bfaa832264a0865cb1099cee.tar.gz freebsd-ports-gnome-73307fb42cc86e97bfaa832264a0865cb1099cee.tar.zst freebsd-ports-gnome-73307fb42cc86e97bfaa832264a0865cb1099cee.zip |
Add ming, LGPL Flash (TM) movie output library with PHP, Python and
Ruby interfaces.
Diffstat (limited to 'graphics/ming')
-rw-r--r-- | graphics/ming/Makefile | 40 | ||||
-rw-r--r-- | graphics/ming/distinfo | 1 | ||||
-rw-r--r-- | graphics/ming/files/Makefile | 47 | ||||
-rw-r--r-- | graphics/ming/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/ming/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/ming/pkg-plist | 62 |
6 files changed, 156 insertions, 0 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile new file mode 100644 index 000000000000..8197e6db15bb --- /dev/null +++ b/graphics/ming/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: Ming +# Date created: 14 October 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= ming +PORTVERSION= 0.0.2e +CATEGORIES= graphics +MASTER_SITES= http://www.opaque.net/ming/ +EXTRACT_SUFX= .tgz + +MAINTAINER= knu@FreeBSD.org + +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +DOCS= CHANGES \ + CREDITS \ + Makefile \ + README \ + TODO + +pre-build: + ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ + +pre-install: + ${MKDIR} ${PREFIX}/include/ming + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ming +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/../${f} ${PREFIX}/share/doc/ming/ +.endfor + ${CP} -R ${WRKSRC}/../docs/* ${PREFIX}/share/doc/ming/ + ${LN} -sf ../doc/ming/examples ${PREFIX}/share/examples/ming +.endif + +.include <bsd.port.mk> diff --git a/graphics/ming/distinfo b/graphics/ming/distinfo new file mode 100644 index 000000000000..b8dba8e29c9a --- /dev/null +++ b/graphics/ming/distinfo @@ -0,0 +1 @@ +MD5 (ming-0.0.2e.tgz) = affc6a0a45d76674cd4dba738a07efc2 diff --git a/graphics/ming/files/Makefile b/graphics/ming/files/Makefile new file mode 100644 index 000000000000..c16ed8c6fcc9 --- /dev/null +++ b/graphics/ming/files/Makefile @@ -0,0 +1,47 @@ +# $FreeBSD$ + +LIB= ming +SHLIB_MAJOR?= 0 +SHLIB_MINOR?= 0 +CFLAGS+= -I${.CURDIR}/actioncompiler -I${.CURDIR}/blocks -I${LOCALBASE}/include +LDADD= -lm +SRCS= blocklist.c \ + displaylist.c \ + movie.c \ + movieclip.c \ + position.c \ + actioncompiler/compile.c \ + actioncompiler/compileaction.c \ + actioncompiler/compiler.tab.c \ + actioncompiler/lex.yy.c \ + blocks/action.c \ + blocks/block.c \ + blocks/browserfont.c \ + blocks/button.c \ + blocks/character.c \ + blocks/cxform.c \ + blocks/dbl.c \ + blocks/fill.c \ + blocks/font.c \ + blocks/fontinfo.c \ + blocks/jpeg.c \ + blocks/loadfont.c \ + blocks/matrix.c \ + blocks/method.c \ + blocks/mp3.c \ + blocks/output.c \ + blocks/outputblock.c \ + blocks/rect.c \ + blocks/shape.c \ + blocks/soundstream.c \ + blocks/sprite.c \ + blocks/text.c \ + blocks/textfield.c +INCS= blocktypes.h \ + ming.h \ + swf.h +NOMAN= YES +LIBDIR= ${LOCALBASE}/lib +INCDIR= ${LOCALBASE}/include/ming + +.include <bsd.lib.mk> diff --git a/graphics/ming/pkg-comment b/graphics/ming/pkg-comment new file mode 100644 index 000000000000..7859b7a4bcf8 --- /dev/null +++ b/graphics/ming/pkg-comment @@ -0,0 +1 @@ +LGPL Flash (TM) movie output library with PHP, Python and Ruby interfaces diff --git a/graphics/ming/pkg-descr b/graphics/ming/pkg-descr new file mode 100644 index 000000000000..8ddd688d6fee --- /dev/null +++ b/graphics/ming/pkg-descr @@ -0,0 +1,5 @@ +Ming is an LGPL Flash (TM) movie (SWF) output library with PHP, Python +and Ruby interfaces. + +Author: Opaque Industries <dave@opaque.net> +WWW: http://www.opaque.net/ming/ diff --git a/graphics/ming/pkg-plist b/graphics/ming/pkg-plist new file mode 100644 index 000000000000..f630f1f53249 --- /dev/null +++ b/graphics/ming/pkg-plist @@ -0,0 +1,62 @@ +include/ming/blocktypes.h +include/ming/ming.h +include/ming/swf.h +@dirrm include/ming +lib/libming.a +lib/libming.so +lib/libming.so.0 +share/doc/ming/CHANGES +share/doc/ming/CREDITS +share/doc/ming/Makefile +share/doc/ming/README +share/doc/ming/TODO +share/doc/ming/index.html +share/doc/ming/php-action.html +share/doc/ming/php-button.html +share/doc/ming/php-movie.html +share/doc/ming/php-shape.html +share/doc/ming/php-text.html +share/doc/ming/phpref.html +share/doc/ming/examples/action.html +share/doc/ming/examples/action.php +share/doc/ming/examples/alpha.dbl +share/doc/ming/examples/alphafill.html +share/doc/ming/examples/alphafill.jpg +share/doc/ming/examples/alphafill.msk +share/doc/ming/examples/alphafill.php +share/doc/ming/examples/animation.html +share/doc/ming/examples/animation.php +share/doc/ming/examples/button.html +share/doc/ming/examples/button.php +share/doc/ming/examples/drag.html +share/doc/ming/examples/drag.php +share/doc/ming/examples/index.html +share/doc/ming/examples/jpegfill.html +share/doc/ming/examples/jpegfill.php +share/doc/ming/examples/keypress.html +share/doc/ming/examples/keypress.php +share/doc/ming/examples/morph.html +share/doc/ming/examples/morph.php +share/doc/ming/examples/mousetrack.html +share/doc/ming/examples/mousetrack.php +share/doc/ming/examples/newbutton.html +share/doc/ming/examples/newbutton.php +share/doc/ming/examples/png.dbl +share/doc/ming/examples/png.html +share/doc/ming/examples/png.php +share/doc/ming/examples/pngalpha.html +share/doc/ming/examples/pngalpha.php +share/doc/ming/examples/shape.html +share/doc/ming/examples/shape.php +share/doc/ming/examples/showswf.php +share/doc/ming/examples/sprite.html +share/doc/ming/examples/sprite.php +share/doc/ming/examples/streammp3.html +share/doc/ming/examples/streammp3.php +share/doc/ming/examples/text.html +share/doc/ming/examples/text.php +share/doc/ming/images/curve.gif +@dirrm share/doc/ming/examples +@dirrm share/doc/ming/images +@dirrm share/doc/ming +share/examples/ming |