svn commit: r369361 - in head/textproc: . rubygem-org-ruby
Steve Wills
swills at FreeBSD.org
Sat Sep 27 04:50:38 UTC 2014
Author: swills
Date: Sat Sep 27 04:50:36 2014
New Revision: 369361
URL: http://svnweb.freebsd.org/changeset/ports/369361
QAT: https://qat.redports.org/buildarchive/r369361/
Log:
textproc/rubygem-org-ruby: create port
An Org mode parser written in Ruby.
WWW: https://github.com/wallyqs/org-ruby
Submitted by: xmj
Added:
head/textproc/rubygem-org-ruby/
head/textproc/rubygem-org-ruby/Makefile (contents, props changed)
head/textproc/rubygem-org-ruby/distinfo (contents, props changed)
head/textproc/rubygem-org-ruby/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Sep 27 04:41:07 2014 (r369360)
+++ head/textproc/Makefile Sat Sep 27 04:50:36 2014 (r369361)
@@ -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
Added: head/textproc/rubygem-org-ruby/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-org-ruby/Makefile Sat Sep 27 04:50:36 2014 (r369361)
@@ -0,0 +1,23 @@
+# Created by: Johannes Meixner <xmj at chaot.net>
+# $FreeBSD$
+
+PORTNAME= org-ruby
+PORTVERSION= 0.9.9
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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>
Added: head/textproc/rubygem-org-ruby/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-org-ruby/distinfo Sat Sep 27 04:50:36 2014 (r369361)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/org-ruby-0.9.9.gem) = ea272d4c7d0ac0310c8bb58ac503ca04c5180ca5c64642be0c96569d514327e5
+SIZE (rubygem/org-ruby-0.9.9.gem) = 34816
Added: head/textproc/rubygem-org-ruby/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-org-ruby/pkg-descr Sat Sep 27 04:50:36 2014 (r369361)
@@ -0,0 +1,3 @@
+An Org mode parser written in Ruby.
+
+WWW: https://github.com/wallyqs/org-ruby
More information about the svn-ports-all
mailing list