Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 02:46:50 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
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
Message-ID:  <201301310246.r0V2kobC092074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301310246.r0V2kobC092074>