From owner-svn-ports-head@FreeBSD.ORG Thu Aug 22 15:21:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F3C0B4F; Thu, 22 Aug 2013 15:21:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D57D124D1; Thu, 22 Aug 2013 15:21:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7MFL4hA055952; Thu, 22 Aug 2013 15:21:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7MFL47Z055949; Thu, 22 Aug 2013 15:21:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308221521.r7MFL47Z055949@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Aug 2013 15:21:04 +0000 (UTC) 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 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: Thu, 22 Aug 2013 15:21:06 -0000 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 -# +# Created by: Akinori MUSHA aka knu # $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 + 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/