aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-stamp
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-20 21:45:06 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-20 21:45:06 +0000
commite8edba34a8b95fb955e9bf35799d27d01a93fcce (patch)
treebe8a7edc72a0012d421684961dbdefb1e1b541f1 /textproc/rubygem-stamp
parentfc2912e6869ad99b4f64628b3b5f13ac90699a06 (diff)
downloadports-e8edba34a8b95fb955e9bf35799d27d01a93fcce.tar.gz
ports-e8edba34a8b95fb955e9bf35799d27d01a93fcce.zip
Format dates and times based on human-friendly examples, not arcane strftime
directives. WWW: https://github.com/jeremyw/stamp PR: ports/182691 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Notes
Notes: svn path=/head/; revision=331064
Diffstat (limited to 'textproc/rubygem-stamp')
-rw-r--r--textproc/rubygem-stamp/Makefile17
-rw-r--r--textproc/rubygem-stamp/distinfo2
-rw-r--r--textproc/rubygem-stamp/pkg-descr4
3 files changed, 23 insertions, 0 deletions
diff --git a/textproc/rubygem-stamp/Makefile b/textproc/rubygem-stamp/Makefile
new file mode 100644
index 000000000000..4ee80d2be834
--- /dev/null
+++ b/textproc/rubygem-stamp/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= stamp
+PORTVERSION= 0.5.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Format dates and times
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-stamp/distinfo b/textproc/rubygem-stamp/distinfo
new file mode 100644
index 000000000000..63a9259e230d
--- /dev/null
+++ b/textproc/rubygem-stamp/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/stamp-0.5.0.gem) = 1ad6622d000cd390b9b523eb9270fc902abd24a685ce0c73529f344d6a9fa4f0
+SIZE (rubygem/stamp-0.5.0.gem) = 11776
diff --git a/textproc/rubygem-stamp/pkg-descr b/textproc/rubygem-stamp/pkg-descr
new file mode 100644
index 000000000000..f6aeb644a0a5
--- /dev/null
+++ b/textproc/rubygem-stamp/pkg-descr
@@ -0,0 +1,4 @@
+Format dates and times based on human-friendly examples, not arcane strftime
+directives.
+
+WWW: https://github.com/jeremyw/stamp