From owner-svn-ports-head@FreeBSD.ORG Sun May 19 09:15:03 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 76C4D857; Sun, 19 May 2013 09:15:03 +0000 (UTC) (envelope-from tota@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 58F26F49; Sun, 19 May 2013 09:15:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4J9F3Nk087554; Sun, 19 May 2013 09:15:03 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4J9F2f4087545; Sun, 19 May 2013 09:15:02 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201305190915.r4J9F2f4087545@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 19 May 2013 09:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318504 - head/textproc/p5-Text-HikiDoc 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: Sun, 19 May 2013 09:15:03 -0000 Author: tota Date: Sun May 19 09:15:02 2013 New Revision: 318504 URL: http://svnweb.freebsd.org/changeset/ports/318504 Log: - Update to 1.020 - Trim Makefile header - Add LICENSE section - Replace tab with a space after WWW: in pkg-descr Modified: head/textproc/p5-Text-HikiDoc/Makefile head/textproc/p5-Text-HikiDoc/distinfo head/textproc/p5-Text-HikiDoc/pkg-descr head/textproc/p5-Text-HikiDoc/pkg-plist Modified: head/textproc/p5-Text-HikiDoc/Makefile ============================================================================== --- head/textproc/p5-Text-HikiDoc/Makefile Sun May 19 09:12:07 2013 (r318503) +++ head/textproc/p5-Text-HikiDoc/Makefile Sun May 19 09:15:02 2013 (r318504) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Text-HikiDoc -# Date created: 2011-08-30 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= Text-HikiDoc -PORTVERSION= 1.019 +PORTVERSION= 1.020 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tota@FreeBSD.org COMMENT= Pure Perl implementation of 'HikiDoc' -PERL_CONFIGURE= yes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_MODBUILD= yes MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3 Modified: head/textproc/p5-Text-HikiDoc/distinfo ============================================================================== --- head/textproc/p5-Text-HikiDoc/distinfo Sun May 19 09:12:07 2013 (r318503) +++ head/textproc/p5-Text-HikiDoc/distinfo Sun May 19 09:15:02 2013 (r318504) @@ -1,2 +1,2 @@ -SHA256 (Text-HikiDoc-1.019.tar.gz) = 97d21b82fc61d7e7f23a6d2f5549445150b69381c997ab8992078c2932f092a4 -SIZE (Text-HikiDoc-1.019.tar.gz) = 54043 +SHA256 (Text-HikiDoc-1.020.tar.gz) = 2ca170db0f94990d61002cfec1261f2d8528ca0c37db62affddda0e672eea718 +SIZE (Text-HikiDoc-1.020.tar.gz) = 22950 Modified: head/textproc/p5-Text-HikiDoc/pkg-descr ============================================================================== --- head/textproc/p5-Text-HikiDoc/pkg-descr Sun May 19 09:12:07 2013 (r318503) +++ head/textproc/p5-Text-HikiDoc/pkg-descr Sun May 19 09:15:02 2013 (r318504) @@ -4,4 +4,4 @@ original 'HikiDoc' is Ruby implementatio This library is pure perl implementation of 'HikiDoc', and has interchangeability with the original. -WWW: http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm +WWW: http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm Modified: head/textproc/p5-Text-HikiDoc/pkg-plist ============================================================================== --- head/textproc/p5-Text-HikiDoc/pkg-plist Sun May 19 09:12:07 2013 (r318503) +++ head/textproc/p5-Text-HikiDoc/pkg-plist Sun May 19 09:15:02 2013 (r318504) @@ -6,11 +6,9 @@ %%SITE_PERL%%/Text/HikiDoc/Plugin/ins.pm %%SITE_PERL%%/Text/HikiDoc/Plugin/sub.pm %%SITE_PERL%%/Text/HikiDoc/Plugin/sup.pm +%%SITE_PERL%%/Text/HikiDoc/Plugin/syntaxhighlighter.pm %%SITE_PERL%%/Text/HikiDoc/Plugin/texthighlight.pm %%SITE_PERL%%/Text/HikiDoc/Plugin/vimcolor.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/HikiDoc/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/HikiDoc -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrm %%SITE_PERL%%/Text/HikiDoc/Plugin @dirrm %%SITE_PERL%%/Text/HikiDoc @dirrmtry %%SITE_PERL%%/Text