From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 02:46:51 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A4324B29; Thu, 31 Jan 2013 02:46:51 +0000 (UTC) (envelope-from kuriyama@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 967D9396; Thu, 31 Jan 2013 02:46:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0V2kpAG092079; Thu, 31 Jan 2013 02:46:51 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0V2kobC092074; Thu, 31 Jan 2013 02:46:50 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201301310246.r0V2kobC092074@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 31 Jan 2013 02:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311285 - in head/textproc: . p5-Text-Haml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2013 02:46:51 -0000 Author: kuriyama Date: Thu Jan 31 02:46:50 2013 New Revision: 311285 URL: http://svnweb.freebsd.org/changeset/ports/311285 Log: Text::Haml implements Haml http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html specification. Text::Haml passes specification tests written by Norman Clarke http://github.com/norman/haml-spec and supports only cross-language Haml features. Do not expect Ruby specific things to work. WWW: http://search.cpan.org/dist/Text-Haml/ Added: head/textproc/p5-Text-Haml/ head/textproc/p5-Text-Haml/Makefile (contents, props changed) head/textproc/p5-Text-Haml/distinfo (contents, props changed) head/textproc/p5-Text-Haml/pkg-descr (contents, props changed) head/textproc/p5-Text-Haml/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Jan 31 02:33:26 2013 (r311284) +++ head/textproc/Makefile Thu Jan 31 02:46:50 2013 (r311285) @@ -809,6 +809,7 @@ SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Greeking + SUBDIR += p5-Text-Haml SUBDIR += p5-Text-Hatena SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-HikiDoc Added: head/textproc/p5-Text-Haml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Haml/Makefile Thu Jan 31 02:46:50 2013 (r311285) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= Text-Haml +PORTVERSION= 0.990107 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for Haml parser + +RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::Haml.3 + +.include Added: head/textproc/p5-Text-Haml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Haml/distinfo Thu Jan 31 02:46:50 2013 (r311285) @@ -0,0 +1,2 @@ +SHA256 (Text-Haml-0.990107.tar.gz) = 9b536f6aba6b21277f564f6da30a32d71a9302a3635d457ad27f5ef50a29d49e +SIZE (Text-Haml-0.990107.tar.gz) = 20083 Added: head/textproc/p5-Text-Haml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Haml/pkg-descr Thu Jan 31 02:46:50 2013 (r311285) @@ -0,0 +1,9 @@ +Text::Haml implements Haml +http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html +specification. + +Text::Haml passes specification tests written by Norman Clarke +http://github.com/norman/haml-spec and supports only cross-language +Haml features. Do not expect Ruby specific things to work. + +WWW: http://search.cpan.org/dist/Text-Haml/ Added: head/textproc/p5-Text-Haml/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Haml/pkg-plist Thu Jan 31 02:46:50 2013 (r311285) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Haml/.packlist +%%SITE_PERL%%/Text/Haml.pm +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Haml +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text