1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

textproc/rubygem-org-ruby: create port

An Org mode parser written in Ruby.

WWW: https://github.com/wallyqs/org-ruby

Submitted by:	xmj
This commit is contained in:
Steve Wills 2014-09-27 04:50:36 +00:00
parent f4e49a6016
commit c298212b9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369361
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/org-ruby-0.9.9.gem) = ea272d4c7d0ac0310c8bb58ac503ca04c5180ca5c64642be0c96569d514327e5
SIZE (rubygem/org-ruby-0.9.9.gem) = 34816

View File

@ -0,0 +1,3 @@
An Org mode parser written in Ruby.
WWW: https://github.com/wallyqs/org-ruby