aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-org-ruby
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-09-27 04:50:36 +0000
committerSteve Wills <swills@FreeBSD.org>2014-09-27 04:50:36 +0000
commitc298212b9cac5b5d6ab5764657ad5d99b5def514 (patch)
tree046464e850c54fd279677bd14b255b07718ff865 /textproc/rubygem-org-ruby
parentf4e49a601643da1f550ab169f41b892446fb0f7c (diff)
downloadports-c298212b9cac5b5d6ab5764657ad5d99b5def514.tar.gz
ports-c298212b9cac5b5d6ab5764657ad5d99b5def514.zip
textproc/rubygem-org-ruby: create port
An Org mode parser written in Ruby. WWW: https://github.com/wallyqs/org-ruby Submitted by: xmj
Notes
Notes: svn path=/head/; revision=369361
Diffstat (limited to 'textproc/rubygem-org-ruby')
-rw-r--r--textproc/rubygem-org-ruby/Makefile23
-rw-r--r--textproc/rubygem-org-ruby/distinfo2
-rw-r--r--textproc/rubygem-org-ruby/pkg-descr3
3 files changed, 28 insertions, 0 deletions
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