svn commit: r320424 - in head/textproc: . rubygem-hikidoc

Steve Wills swills at FreeBSD.org
Mon Jun 10 01:08:10 UTC 2013


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 at 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 at 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/


More information about the svn-ports-all mailing list