Date: Thu, 22 Aug 2013 15:21:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325205 - in head/graphics/p5-ming: . files Message-ID: <201308221521.r7MFL47Z055949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 22 15:21:03 2013 New Revision: 325205 URL: http://svnweb.freebsd.org/changeset/ports/325205 Log: - Update to 0.4.5 - Convert to new options framework Changes: https://github.com/libming/libming/blob/master/NEWS Deleted: head/graphics/p5-ming/files/patch-Makefile.PL Modified: head/graphics/p5-ming/Makefile head/graphics/p5-ming/pkg-descr (contents, props changed) Modified: head/graphics/p5-ming/Makefile ============================================================================== --- head/graphics/p5-ming/Makefile Thu Aug 22 15:20:57 2013 (r325204) +++ head/graphics/p5-ming/Makefile Thu Aug 22 15:21:03 2013 (r325205) @@ -1,18 +1,16 @@ -# New ports collection makefile for: p5-ming -# Date created: 18 September 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= ming -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics perl5 PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 module for Ming which allows you to create Flash 4/5 movies +OPTIONS_DEFINE= EXAMPLES + CONFIGURE_ARGS= --enable-perl INSTALL_WRKSRC= ${WRKSRC}/perl_ext MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} @@ -59,8 +57,10 @@ MAN3= SWF.3 \ SWF::TextField.3 \ SWF::VideoStream.3 +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ cd ${INSTALL_WRKSRC}/examples/ && ${INSTALL_DATA} *.cgi ${EXAMPLESDIR}/ .endif Modified: head/graphics/p5-ming/pkg-descr ============================================================================== --- head/graphics/p5-ming/pkg-descr Thu Aug 22 15:20:57 2013 (r325204) +++ head/graphics/p5-ming/pkg-descr Thu Aug 22 15:21:03 2013 (r325205) @@ -1,4 +1,4 @@ -This is a Perl5 module for the Ming library. +This is the Perl 5 module for the Ming library. Ming allows you to create Flash 4/5 (TM) movies. WWW: http://www.libming.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221521.r7MFL47Z055949>