svn commit: r325205 - in head/graphics/p5-ming: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 22 15:21:06 UTC 2013
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 at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
# $FreeBSD$
-#
PORTNAME= ming
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= graphics perl5
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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/
More information about the svn-ports-all
mailing list