From owner-svn-ports-head@FreeBSD.ORG Fri Apr 26 13:24:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2456643F; Fri, 26 Apr 2013 13:24:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F1F431890; Fri, 26 Apr 2013 13:24:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3QDOCTO086192; Fri, 26 Apr 2013 13:24:12 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3QDOCEt086189; Fri, 26 Apr 2013 13:24:12 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201304261324.r3QDOCEt086189@svn.freebsd.org> From: Martin Wilke Date: Fri, 26 Apr 2013 13:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316606 - in head/graphics/swfmill: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 13:24:13 -0000 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 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/