Bug 182654 - new port devel/rubygem-temple
Summary: new port devel/rubygem-temple
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 00:10 UTC by loic.blot
Modified: 2013-10-20 03:50 UTC (History)
0 users

See Also:


Attachments
rubygem-temple.shar (1.61 KB, text/plain)
2013-10-05 00:10 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 00:10:00 UTC
	Here is a new port for FreeBSD, used by gitlab.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 00:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-20 03:45:14 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-20 03:49:05 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-20 03:49:06 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"