diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-20 21:45:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-20 21:45:06 +0000 |
commit | e8edba34a8b95fb955e9bf35799d27d01a93fcce (patch) | |
tree | be8a7edc72a0012d421684961dbdefb1e1b541f1 /textproc | |
parent | fc2912e6869ad99b4f64628b3b5f13ac90699a06 (diff) |
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')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-stamp/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-stamp/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-stamp/pkg-descr | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 809f8e920efe..4cb3254d7e3c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1331,6 +1331,7 @@ SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sax-machine SUBDIR += rubygem-spreadsheet + SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table 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 |