diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:22:00 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:58:58 +0000 |
| commit | 9579eadc866942d4912fc985afcf20d6cbcb2e55 (patch) | |
| tree | afdcee681d941a565989a720ad99840015832bdc | |
| parent | 715cff1f775bb32315186f4d1ff64bd15b77b02c (diff) | |
textproc/rubygem-gemoji3: Add rubygem-gemoji3 3.0.1 (copied from rubygem-gemoji)
- Add PORTSCOUT
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/rubygem-gemoji3/Makefile | 21 | ||||
| -rw-r--r-- | textproc/rubygem-gemoji3/distinfo | 3 | ||||
| -rw-r--r-- | textproc/rubygem-gemoji3/pkg-descr | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 10f36e4d7c82..51e7353f43e6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1710,6 +1710,7 @@ SUBDIR += rubygem-ferret SUBDIR += rubygem-fog-xml SUBDIR += rubygem-gemoji + SUBDIR += rubygem-gemoji3 SUBDIR += rubygem-gepub SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markup diff --git a/textproc/rubygem-gemoji3/Makefile b/textproc/rubygem-gemoji3/Makefile new file mode 100644 index 000000000000..12f79c34738d --- /dev/null +++ b/textproc/rubygem-gemoji3/Makefile @@ -0,0 +1,21 @@ +PORTNAME= gemoji +PORTVERSION= 3.0.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Character information and metadata for Unicode emoji +WWW= https://github.com/github/gemoji + +LICENSE= MIT + +USES= gem + +NO_ARCH= yes + +PLIST_FILES= bin/gemoji + +PORTSCOUT= limit:^3\. + +.include <bsd.port.mk> diff --git a/textproc/rubygem-gemoji3/distinfo b/textproc/rubygem-gemoji3/distinfo new file mode 100644 index 000000000000..930cb07e8014 --- /dev/null +++ b/textproc/rubygem-gemoji3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1556383950 +SHA256 (rubygem/gemoji-3.0.1.gem) = 80553f2f4932a7a95fb1b3c7c63f7dd937e7c8c610164bbdea28fd06eba5f36d +SIZE (rubygem/gemoji-3.0.1.gem) = 72704 diff --git a/textproc/rubygem-gemoji3/pkg-descr b/textproc/rubygem-gemoji3/pkg-descr new file mode 100644 index 000000000000..92150da5699c --- /dev/null +++ b/textproc/rubygem-gemoji3/pkg-descr @@ -0,0 +1 @@ +Emoji assets |
