aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-06-29 10:24:26 +0800
committerswills <swills@FreeBSD.org>2013-06-29 10:24:26 +0800
commit87d3a1a20a66cfe91dc8bd42bd8bbad0ee24b647 (patch)
tree6285724a02aeabc16ae1a7edc8bb53510b3d620f
parent1790f13116eb002f67bbba56821b02546056e3cc (diff)
downloadfreebsd-ports-gnome-87d3a1a20a66cfe91dc8bd42bd8bbad0ee24b647.tar.gz
freebsd-ports-gnome-87d3a1a20a66cfe91dc8bd42bd8bbad0ee24b647.tar.zst
freebsd-ports-gnome-87d3a1a20a66cfe91dc8bd42bd8bbad0ee24b647.zip
Small and easy to use ruby Atom feed generator
WWW: https://github.com/mmb/tinyatom
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-tinyatom/Makefile19
-rw-r--r--www/rubygem-tinyatom/distinfo2
-rw-r--r--www/rubygem-tinyatom/pkg-descr3
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 659f471a8917..ec618a742ca2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/rubygem-tinyatom/Makefile b/www/rubygem-tinyatom/Makefile
new file mode 100644
index 000000000000..9770d450c200
--- /dev/null
+++ b/www/rubygem-tinyatom/Makefile
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tinyatom
+PORTVERSION= 0.3.6
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@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>
diff --git a/www/rubygem-tinyatom/distinfo b/www/rubygem-tinyatom/distinfo
new file mode 100644
index 000000000000..2cbecd5cc573
--- /dev/null
+++ b/www/rubygem-tinyatom/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/tinyatom-0.3.6.gem) = d2651a339d7e4aeafc8ad2649c4d280d673fe7aa71ceae59a52dc9c863cea22c
+SIZE (rubygem/tinyatom-0.3.6.gem) = 7168
diff --git a/www/rubygem-tinyatom/pkg-descr b/www/rubygem-tinyatom/pkg-descr
new file mode 100644
index 000000000000..06cf0fc9126e
--- /dev/null
+++ b/www/rubygem-tinyatom/pkg-descr
@@ -0,0 +1,3 @@
+Small and easy to use ruby Atom feed generator
+
+WWW: https://github.com/mmb/tinyatom