svn commit: r322021 - in head/www: . rubygem-tinyatom

Steve Wills swills at FreeBSD.org
Sat Jun 29 02:24:28 UTC 2013


Author: swills
Date: Sat Jun 29 02:24:26 2013
New Revision: 322021
URL: http://svnweb.freebsd.org/changeset/ports/322021

Log:
  Small and easy to use ruby Atom feed generator
  
  WWW: https://github.com/mmb/tinyatom

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jun 29 02:22:50 2013	(r322020)
+++ head/www/Makefile	Sat Jun 29 02:24:26 2013	(r322021)
@@ -1807,6 +1807,7 @@
     SUBDIR += rubygem-staticmatic
     SUBDIR += rubygem-taggable
     SUBDIR += rubygem-thin
+    SUBDIR += rubygem-tinyatom
     SUBDIR += rubygem-typhoeus
     SUBDIR += rubygem-uglifier
     SUBDIR += rubygem-unicorn

Added: head/www/rubygem-tinyatom/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-tinyatom/Makefile	Sat Jun 29 02:24:26 2013	(r322021)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tinyatom
+PORTVERSION=	0.3.6
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Small and easy to use ruby Atom feed generator
+
+RUN_DEPENDS=	rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
+		rubygem-public_suffix>=0:${PORTSDIR}/dns/rubygem-public_suffix
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-tinyatom/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-tinyatom/distinfo	Sat Jun 29 02:24:26 2013	(r322021)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/tinyatom-0.3.6.gem) = d2651a339d7e4aeafc8ad2649c4d280d673fe7aa71ceae59a52dc9c863cea22c
+SIZE (rubygem/tinyatom-0.3.6.gem) = 7168

Added: head/www/rubygem-tinyatom/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-tinyatom/pkg-descr	Sat Jun 29 02:24:26 2013	(r322021)
@@ -0,0 +1,3 @@
+Small and easy to use ruby Atom feed generator
+
+WWW: https://github.com/mmb/tinyatom


More information about the svn-ports-all mailing list