Bug 173381 - New port: textproc/rubygem-rttool
Summary: New port: textproc/rubygem-rttool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 09:50 UTC by murashin
Modified: 2013-06-10 02:30 UTC (History)
0 users

See Also:


Attachments
rubygem-rttool.shar (1.62 KB, text/plain)
2012-11-05 09:50 UTC, murashin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description murashin 2012-11-05 09:50:02 UTC
	- rubygem version of textproc/ruby-rttool

How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-05 09:50:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-06-10 02:01:38 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-06-10 02:21:27 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-10 02:21:31 UTC
Author: swills
Date: Mon Jun 10 01:21:22 2013
New Revision: 320427
URL: http://svnweb.freebsd.org/changeset/ports/320427

Log:
  RT is a simple and human-readable table format.
  RTtool is a converter from RT into various formats.
  RT can be incorporated into RD.
  
  At this time, RTtool can convert RT into HTML and plain text.
  To convert into plain text, you need w3m.
  
  WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html
  WWW: http://rubygems.org/gems/rttool
  
  PR:		ports/173381
  Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>

Added:
  head/textproc/rubygem-rttool/
  head/textproc/rubygem-rttool/Makefile   (contents, props changed)
  head/textproc/rubygem-rttool/distinfo   (contents, props changed)
  head/textproc/rubygem-rttool/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jun 10 01:12:52 2013	(r320426)
+++ head/textproc/Makefile	Mon Jun 10 01:21:22 2013	(r320427)
@@ -1312,6 +1312,7 @@
     SUBDIR += rubygem-rchardet
     SUBDIR += rubygem-rdiscount
     SUBDIR += rubygem-ri_cal
+    SUBDIR += rubygem-rttool
     SUBDIR += rubygem-sanitize
     SUBDIR += rubygem-sass
     SUBDIR += rubygem-sass-rails

Added: head/textproc/rubygem-rttool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-rttool/Makefile	Mon Jun 10 01:21:22 2013	(r320427)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	rttool
+PORTVERSION=	1.0.3.0
+CATEGORIES=	textproc ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	RT into HTML and plain text converter
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	bin/rdrt2 bin/rt2
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-rttool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-rttool/distinfo	Mon Jun 10 01:21:22 2013	(r320427)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rttool-1.0.3.0.gem) = 4db7e95300d4b3ff7ad42e063a66497c45c19fa28f877fb8a9256ce9e211f460
+SIZE (rubygem/rttool-1.0.3.0.gem) = 34304

Added: head/textproc/rubygem-rttool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-rttool/pkg-descr	Mon Jun 10 01:21:22 2013	(r320427)
@@ -0,0 +1,9 @@
+RT is a simple and human-readable table format.
+RTtool is a converter from RT into various formats.
+RT can be incorporated into RD.
+
+At this time, RTtool can convert RT into HTML and plain text.
+To convert into plain text, you need w3m.
+
+WWW: http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html
+WWW: http://rubygems.org/gems/rttool
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"