summaryrefslogtreecommitdiff
path: root/graphics/ming
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-20 09:32:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-20 09:32:55 +0000
commit740aa284911604e7b0c800de7bed9bff5d4a17fa (patch)
treec7cfcddff9aa6702d5b176290f54f9f790e3966f /graphics/ming
parentAdd ftp1.sourceforge.net into MASTER_SITE_SOURCEFORGE. (diff)
Update to Ming 0.1.0.
Notes
Notes: svn path=/head/; revision=40086
Diffstat (limited to 'graphics/ming')
-rw-r--r--graphics/ming/Makefile11
-rw-r--r--graphics/ming/distinfo3
-rw-r--r--graphics/ming/files/Makefile4
-rw-r--r--graphics/ming/pkg-plist2
4 files changed, 10 insertions, 10 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile
index 989acc9bf9e8..790887a82889 100644
--- a/graphics/ming/Makefile
+++ b/graphics/ming/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ming
-PORTVERSION= 0.0.9b
-PORTREVISION= 1
+PORTVERSION= 0.1.0
CATEGORIES= graphics
MASTER_SITES= http://www.opaque.net/ming/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-examples${EXTRACT_SUFX}
EXTRACT_SUFX= .tgz
MAINTAINER= knu@FreeBSD.org
@@ -24,7 +24,6 @@ UTILS= gif2dbl \
gif2mask \
listfdb \
listjpeg \
- listmp3 \
listswf \
makefdb \
png2dbl \
@@ -37,10 +36,11 @@ DOCS_UTIL= README \
TODO
post-extract:
+ ${LN} -s ${WRKDIR}/${PORTNAME}-examples ${WRKSRC}/../examples
${MKDIR} ${WRKSRC}/c++
${CP} ${WRKSRC}/../c++_ext/ming.h ${WRKSRC}/c++/
cd ${WRKSRC}/../util && \
- ${RM} bindump.c hexdump.c
+ ${RM} bindump.c hexdump.c listmp3.c
post-patch:
${PERL} -i -p \
@@ -48,7 +48,6 @@ post-patch:
-e 's:"\.\./\.\./ming\.h":<ming.h>:g;' \
${WRKSRC}/../examples/c/* \
${WRKSRC}/../examples/c++/* \
- ${WRKSRC}/../examples/common/* \
${WRKSRC}/c++/ming.h
pre-build:
@@ -66,8 +65,6 @@ post-build:
cd ${WRKSRC}/../util && \
${CC} ${CFLAGS} -L${PREFIX}/lib -o listjpeg listjpeg.o
cd ${WRKSRC}/../util && \
- ${CC} ${CFLAGS} -L${PREFIX}/lib -o listmp3 listmp3.o
- cd ${WRKSRC}/../util && \
${CC} ${CFLAGS} -L${PREFIX}/lib -o listswf listswf.o blocktypes.o decompile.o read.o -lz
cd ${WRKSRC}/../util && \
${CC} ${CFLAGS} -L${PREFIX}/lib -o makefdb makefdb.o blocktypes.o read.o
diff --git a/graphics/ming/distinfo b/graphics/ming/distinfo
index 43e0762517f6..5a4f8b75a38d 100644
--- a/graphics/ming/distinfo
+++ b/graphics/ming/distinfo
@@ -1 +1,2 @@
-MD5 (ming-0.0.9b.tgz) = 4b3117322e0af30a19514240f1df9566
+MD5 (ming-0.1.0.tgz) = 46c50300dfd0d077c23c53dfcc4d3c41
+MD5 (ming-examples.tgz) = 13b3103becb9ec0d797179c56142bb6c
diff --git a/graphics/ming/files/Makefile b/graphics/ming/files/Makefile
index ab2b8c4cd8d1..24ae2a568547 100644
--- a/graphics/ming/files/Makefile
+++ b/graphics/ming/files/Makefile
@@ -12,6 +12,7 @@ SRCS= blocklist.c \
movieclip.c \
position.c \
shape_util.c \
+ text_util.c \
actioncompiler/compile.c \
actioncompiler/compileaction.c \
actioncompiler/compiler.tab.c \
@@ -52,7 +53,8 @@ INCS= blocklist.h \
movie.h \
movieclip.h \
position.h \
- shape_util.h
+ shape_util.h \
+ text_util.h
NOMAN= YES
LIBDIR= ${LOCALBASE}/lib
diff --git a/graphics/ming/pkg-plist b/graphics/ming/pkg-plist
index a516b8f43752..50a354ec2bb1 100644
--- a/graphics/ming/pkg-plist
+++ b/graphics/ming/pkg-plist
@@ -2,7 +2,6 @@ bin/gif2dbl
bin/gif2mask
bin/listfdb
bin/listjpeg
-bin/listmp3
bin/listswf
bin/makefdb
bin/png2dbl
@@ -17,6 +16,7 @@ include/ming/movie.h
include/ming/movieclip.h
include/ming/position.h
include/ming/shape_util.h
+include/ming/text_util.h
include/ming/blocks/swf.h
include/ming/c++/ming.h
@dirrm include/ming/blocks