aboutsummaryrefslogtreecommitdiff
path: root/graphics/swftools
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-16 14:02:59 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-16 14:02:59 +0000
commitb377416de98547ec3a1ba07cd49029db0b6bc3aa (patch)
tree7b367d1366ae11809b5ffc36ec1b45817f7fecd9 /graphics/swftools
parent0085eaf2a239cb9176562293b6ce9f8ef57d48a9 (diff)
downloadports-b377416de98547ec3a1ba07cd49029db0b6bc3aa.tar.gz
ports-b377416de98547ec3a1ba07cd49029db0b6bc3aa.zip
- Update to version 0.5.1
PR: ports/64335 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=104163
Diffstat (limited to 'graphics/swftools')
-rw-r--r--graphics/swftools/Makefile6
-rw-r--r--graphics/swftools/distinfo4
-rw-r--r--graphics/swftools/pkg-descr8
3 files changed, 11 insertions, 7 deletions
diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile
index a86b68d6a6b3..825e5557ae66 100644
--- a/graphics/swftools/Makefile
+++ b/graphics/swftools/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= swftools
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
CATEGORIES= graphics
MASTER_SITES= http://www.quiss.org/swftools/
@@ -25,8 +25,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGSS="-L${LOCALBASE}/lib"
-MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfbbox.1 swfc.1 swfcombine.1 \
- swfdump.1 swfextract.1 swfstrings.1 wav2swf.1
+MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfbbox.1 swfc.1 \
+ swfcombine.1 swfdump.1 swfextract.1 swfstrings.1 wav2swf.1
post-patch:
@${REINPLACE_CMD} -e 's| -O | |g' ${WRKSRC}/configure
diff --git a/graphics/swftools/distinfo b/graphics/swftools/distinfo
index 1036af3ab247..4680d1070d4c 100644
--- a/graphics/swftools/distinfo
+++ b/graphics/swftools/distinfo
@@ -1,2 +1,2 @@
-MD5 (swftools-0.5.0.tar.gz) = d9f20577387ce4eb17b3b441acbb592a
-SIZE (swftools-0.5.0.tar.gz) = 1675790
+MD5 (swftools-0.5.1.tar.gz) = 5419c516905427f36ae9c53150b09c80
+SIZE (swftools-0.5.1.tar.gz) = 1679519
diff --git a/graphics/swftools/pkg-descr b/graphics/swftools/pkg-descr
index 53e947afb2e7..c36d29956b01 100644
--- a/graphics/swftools/pkg-descr
+++ b/graphics/swftools/pkg-descr
@@ -6,9 +6,13 @@ At the moment, this includes:
- SWFStrings : Scans SWFs for text data.
- SWFDump : Prints out various informations about SWFs.
- JPEG2SWF : Takes one or more JPEG pictures and generates a SWF slideshow.
+ - PNG2SWF : Like JPEG2SWF, only for PNGs.
+ - WAV2SWF : Converts WAV audio files to SWFs with MP3 Streams, using the
+ L.A.M.E. MP3 encoder.
+ - Font2SWF : Converts font files (TTF, Type1) to SWF.
+ - SWFBBox : Allows to readjust SWF bounding boxes.
+ - SWFC : A tool for creating SWF files from simple script files.
- SWFExtract : Allows to extract Movieclips, Sounds, Images etc. from SWF
files.
- - RFXSWF Library : A fully featured library which can be used for
- standalone SWF generation.
WWW: http://www.quiss.org/swftools/