diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-20 15:56:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-20 15:56:02 +0000 |
commit | 2e034c63005ca315e6f98ebaf9227c6929102579 (patch) | |
tree | 21ad2895393652e45a2026531a0bcf25cc83cf0b /textproc | |
parent | b69bd546e883c635e9b055c794de6c59d08526a7 (diff) | |
download | ports-2e034c63005ca315e6f98ebaf9227c6929102579.tar.gz ports-2e034c63005ca315e6f98ebaf9227c6929102579.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-gemoji/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-gemoji/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-gemoji/pkg-descr | 3 |
4 files changed, 23 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c14a40a4b57d..8f337e6f1636 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1298,6 +1298,7 @@ SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret + SUBDIR += rubygem-gemoji SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities diff --git a/textproc/rubygem-gemoji/Makefile b/textproc/rubygem-gemoji/Makefile new file mode 100644 index 000000000000..9fd136d6af0b --- /dev/null +++ b/textproc/rubygem-gemoji/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= gemoji +PORTVERSION= 1.4.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Emoji assets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-gemoji/distinfo b/textproc/rubygem-gemoji/distinfo new file mode 100644 index 000000000000..f0433b6c8617 --- /dev/null +++ b/textproc/rubygem-gemoji/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gemoji-1.4.0.gem) = ae8897d824e11c2d43747d02d1e183bc2fc252a37e50e817ed96541ff1998921 +SIZE (rubygem/gemoji-1.4.0.gem) = 7889408 diff --git a/textproc/rubygem-gemoji/pkg-descr b/textproc/rubygem-gemoji/pkg-descr new file mode 100644 index 000000000000..00d33252da02 --- /dev/null +++ b/textproc/rubygem-gemoji/pkg-descr @@ -0,0 +1,3 @@ +Emoji assets + +WWW: https://github.com/github/gemoji |