Bug 173380 - New port: textproc/rubygem-hikidoc
Summary: New port: textproc/rubygem-hikidoc
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-07-11 20:47 UTC (History)
0 users

See Also:


Attachments
rubygem-hikidoc.shar (1.60 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-hikidoc

How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-05 09:50:45 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:33 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-10 02:08:22 UTC
Author: swills
Date: Mon Jun 10 01:08:08 2013
New Revision: 320424
URL: http://svnweb.freebsd.org/changeset/ports/320424

Log:
  'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc
  allows you to write using an easy-to-read, easy-to-write plain text
  format, then convert it to structurally valid HTML (or XHTML).
  
  WWW: http://rubyforge.org/projects/hikidoc/
  
  PR:		ports/173380
  Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jun 10 00:57:13 2013	(r320423)
+++ head/textproc/Makefile	Mon Jun 10 01:08:08 2013	(r320424)
@@ -1290,6 +1290,7 @@
     SUBDIR += rubygem-ferret
     SUBDIR += rubygem-formosa
     SUBDIR += rubygem-heredoc_unindent
+    SUBDIR += rubygem-hikidoc
     SUBDIR += rubygem-htmlentities
     SUBDIR += rubygem-htmltools
     SUBDIR += rubygem-ini

Added: head/textproc/rubygem-hikidoc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-hikidoc/Makefile	Mon Jun 10 01:08:08 2013	(r320424)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	hikidoc
+PORTVERSION=	0.0.4
+CATEGORIES=	textproc ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	A text-to-HTML conversion tool for web writers
+
+RUN_DEPENDS=	rubygem-hoe>=1.7.0:${PORTSDIR}/devel/rubygem-hoe
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/hikidoc
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-hikidoc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-hikidoc/distinfo	Mon Jun 10 01:08:08 2013	(r320424)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hikidoc-0.0.4.gem) = c9cd14f66b24ba55decd26d65eed17524954447830c71f9dd07ea61b494cb9a0
+SIZE (rubygem/hikidoc-0.0.4.gem) = 43520

Added: head/textproc/rubygem-hikidoc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-hikidoc/pkg-descr	Mon Jun 10 01:08:08 2013	(r320424)
@@ -0,0 +1,5 @@
+'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc
+allows you to write using an easy-to-read, easy-to-write plain text
+format, then convert it to structurally valid HTML (or XHTML).
+
+WWW: http://rubyforge.org/projects/hikidoc/
_______________________________________________
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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-07-11 20:47:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!