svn commit: r330963 - in head/devel: . rubygem-temple

Steve Wills swills at FreeBSD.org
Sun Oct 20 02:49:00 UTC 2013


Author: swills
Date: Sun Oct 20 02:48:58 2013
New Revision: 330963
URL: http://svnweb.freebsd.org/changeset/ports/330963

Log:
  A template language whose goal is reduce the syntax to the essential parts
  without becoming cryptic.
  
  WWW: https://github.com/judofyr/temple
  
  PR:		ports/182654
  Submitted by:	Loic Blot <loic.blot at unix-experience.fr>

Added:
  head/devel/rubygem-temple/
  head/devel/rubygem-temple/Makefile   (contents, props changed)
  head/devel/rubygem-temple/distinfo   (contents, props changed)
  head/devel/rubygem-temple/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct 20 02:39:19 2013	(r330962)
+++ head/devel/Makefile	Sun Oct 20 02:48:58 2013	(r330963)
@@ -4234,6 +4234,7 @@
     SUBDIR += rubygem-sysinfo
     SUBDIR += rubygem-systemu
     SUBDIR += rubygem-templater
+    SUBDIR += rubygem-temple
     SUBDIR += rubygem-term-ansicolor
     SUBDIR += rubygem-test
     SUBDIR += rubygem-test-unit

Added: head/devel/rubygem-temple/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-temple/Makefile	Sun Oct 20 02:48:58 2013	(r330963)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	temple
+PORTVERSION=	0.6.7
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Template compilation framework in Ruby
+
+#RUN_DEPENDS=	rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt \
+#		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
+#		rubygem-bacon>=0:${PORTSDIR}/devel/rubygem-bacon
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-temple/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-temple/distinfo	Sun Oct 20 02:48:58 2013	(r330963)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/temple-0.6.7.gem) = 3374f339c3b54611538b9811c0c46db8e06b48ed212db741cd7f52baf59caa26
+SIZE (rubygem/temple-0.6.7.gem) = 35840

Added: head/devel/rubygem-temple/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-temple/pkg-descr	Sun Oct 20 02:48:58 2013	(r330963)
@@ -0,0 +1,4 @@
+A template language whose goal is reduce the syntax to the essential parts
+without becoming cryptic.
+
+WWW: https://github.com/judofyr/temple


More information about the svn-ports-head mailing list