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:
parent
f4e49a6016
commit
c298212b9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369361
@ -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
|
||||
|
23
textproc/rubygem-org-ruby/Makefile
Normal file
23
textproc/rubygem-org-ruby/Makefile
Normal 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>
|
2
textproc/rubygem-org-ruby/distinfo
Normal file
2
textproc/rubygem-org-ruby/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/org-ruby-0.9.9.gem) = ea272d4c7d0ac0310c8bb58ac503ca04c5180ca5c64642be0c96569d514327e5
|
||||
SIZE (rubygem/org-ruby-0.9.9.gem) = 34816
|
3
textproc/rubygem-org-ruby/pkg-descr
Normal file
3
textproc/rubygem-org-ruby/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An Org mode parser written in Ruby.
|
||||
|
||||
WWW: https://github.com/wallyqs/org-ruby
|
Loading…
Reference in New Issue
Block a user