diff options
author | swills <swills@FreeBSD.org> | 2014-09-27 12:50:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-09-27 12:50:36 +0800 |
commit | 582960ec8dd61387f30746805145995eddcb497c (patch) | |
tree | 046464e850c54fd279677bd14b255b07718ff865 | |
parent | 32a872a0f1dbdd0eb97643c03206671102f83eeb (diff) | |
download | freebsd-ports-gnome-582960ec8dd61387f30746805145995eddcb497c.tar.gz freebsd-ports-gnome-582960ec8dd61387f30746805145995eddcb497c.tar.zst freebsd-ports-gnome-582960ec8dd61387f30746805145995eddcb497c.zip |
textproc/rubygem-org-ruby: create port
An Org mode parser written in Ruby.
WWW: https://github.com/wallyqs/org-ruby
Submitted by: xmj
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-org-ruby/Makefile | 23 | ||||
-rw-r--r-- | textproc/rubygem-org-ruby/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-org-ruby/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e6e2094bf176..5670aef55233 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1342,6 +1342,7 @@ SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri14 SUBDIR += rubygem-opml + SUBDIR += rubygem-org-ruby SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-rak diff --git a/textproc/rubygem-org-ruby/Makefile b/textproc/rubygem-org-ruby/Makefile new file mode 100644 index 000000000000..e4ec24576512 --- /dev/null +++ b/textproc/rubygem-org-ruby/Makefile @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= org-ruby +PORTVERSION= 0.9.9 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Org mode parser written in Ruby + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rubypants>=0.2.0:${PORTSDIR}/textproc/rubygem-rubypants + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/org-ruby + +.include <bsd.port.mk> diff --git a/textproc/rubygem-org-ruby/distinfo b/textproc/rubygem-org-ruby/distinfo new file mode 100644 index 000000000000..d8cfc7f995b1 --- /dev/null +++ b/textproc/rubygem-org-ruby/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/org-ruby-0.9.9.gem) = ea272d4c7d0ac0310c8bb58ac503ca04c5180ca5c64642be0c96569d514327e5 +SIZE (rubygem/org-ruby-0.9.9.gem) = 34816 diff --git a/textproc/rubygem-org-ruby/pkg-descr b/textproc/rubygem-org-ruby/pkg-descr new file mode 100644 index 000000000000..43f30f3e257e --- /dev/null +++ b/textproc/rubygem-org-ruby/pkg-descr @@ -0,0 +1,3 @@ +An Org mode parser written in Ruby. + +WWW: https://github.com/wallyqs/org-ruby |