Date: Fri, 26 Apr 2013 13:24:12 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316606 - in head/graphics/swfmill: . files Message-ID: <201304261324.r3QDOCEt086189@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Apr 26 13:24:12 2013 New Revision: 316606 URL: http://svnweb.freebsd.org/changeset/ports/316606 Log: - Update to 0.3.2 PR: 178151 Submitted by: ports fury Deleted: head/graphics/swfmill/files/ head/graphics/swfmill/pkg-plist Modified: head/graphics/swfmill/Makefile (contents, props changed) head/graphics/swfmill/distinfo (contents, props changed) head/graphics/swfmill/pkg-descr (contents, props changed) Modified: head/graphics/swfmill/Makefile ============================================================================== --- head/graphics/swfmill/Makefile Fri Apr 26 13:22:55 2013 (r316605) +++ head/graphics/swfmill/Makefile Fri Apr 26 13:24:12 2013 (r316606) @@ -2,26 +2,25 @@ # $FreeBSD$ PORTNAME= swfmill -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= graphics MASTER_SITES= http://swfmill.org/releases/ MAINTAINER= ports@FreeBSD.org -COMMENT= xml2swf and swf2xml processor with import functionalities +COMMENT= Tool to generate or decompile Adobe Flash SWF files + +LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype:${PORTSDIR}/print/freetype2 +USES= pkgconfig +USE_GNOME= libxml2 libxslt +USE_ICONV= yes +USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig libxml2 libxslt - -GNU_CONFIGURE= YES -CONFIGURE_ENV+= PKG_CONFIG=${LOCALBASE}/bin/pkg-config - -USE_LDCONFIG= YES +MAKE_JOBS_SAFE= yes -post-patch: - @${REINPLACE_CMD} -e 's|libpng|libpng15|' ${WRKSRC}/configure +PLIST_FILES= bin/swfmill .include <bsd.port.mk> Modified: head/graphics/swfmill/distinfo ============================================================================== --- head/graphics/swfmill/distinfo Fri Apr 26 13:22:55 2013 (r316605) +++ head/graphics/swfmill/distinfo Fri Apr 26 13:24:12 2013 (r316606) @@ -1,2 +1,2 @@ -SHA256 (swfmill-0.3.0.tar.gz) = dc6a8119f3435cebe6c0384760a4703e03c7ba26cf20dd319c6f81ad9e8a236b -SIZE (swfmill-0.3.0.tar.gz) = 453486 +SHA256 (swfmill-0.3.2.tar.gz) = fea57ff9dc534b8e2340ebe64637493672ccb64a9811d95b49bf032c8c7bea1c +SIZE (swfmill-0.3.2.tar.gz) = 1264450 Modified: head/graphics/swfmill/pkg-descr ============================================================================== --- head/graphics/swfmill/pkg-descr Fri Apr 26 13:22:55 2013 (r316605) +++ head/graphics/swfmill/pkg-descr Fri Apr 26 13:24:12 2013 (r316606) @@ -6,12 +6,11 @@ MTASC-compiled ActionScript, although sw both simple and complex SWF structures. * built around an XSLT/EXSLT processor (libxslt) - -* input and output of the XSLT transformation can be either XML or binary SWF - +* input and output of the XSLT transformation can be either XML or + binary SWF * XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping SWF ID numbers - -* built-in "simple dialect" to support library creation and building simple SWFs +* built-in "simple dialect" to support library creation and building + simple SWFs WWW: http://swfmill.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304261324.r3QDOCEt086189>