diff options
-rw-r--r-- | textproc/ruby-hikidoc/DESCR | 3 | ||||
-rw-r--r-- | textproc/ruby-hikidoc/Makefile | 26 | ||||
-rw-r--r-- | textproc/ruby-hikidoc/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-hikidoc/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/ruby-hikidoc/DESCR b/textproc/ruby-hikidoc/DESCR new file mode 100644 index 00000000000..f98515c9327 --- /dev/null +++ b/textproc/ruby-hikidoc/DESCR @@ -0,0 +1,3 @@ +'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). diff --git a/textproc/ruby-hikidoc/Makefile b/textproc/ruby-hikidoc/Makefile new file mode 100644 index 00000000000..ba9c0678bcd --- /dev/null +++ b/textproc/ruby-hikidoc/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/01 12:14:34 obache Exp $ +# + +DISTNAME= hikidoc-0.0.4 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc converters ruby +MASTER_SITES= http://rubyforge.org/frs/download.php/62246/ +EXTRACT_SUFX= .tgz + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://projects.netlab.jp/hikidoc/ +COMMENT= Text-to-HTML conversion tool for web writers +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +USE_RUBY_SETUP= YES + +CONFIGURE_ARGS+= --siterubyver=${PREFIX}/${RUBY_VENDORLIB} + +do-test: + ${RUN} cd ${WRKSRC}; ${RUBY} test/run-test.rb + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-hikidoc/PLIST b/textproc/ruby-hikidoc/PLIST new file mode 100644 index 00000000000..ae24d38871a --- /dev/null +++ b/textproc/ruby-hikidoc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/01 12:14:34 obache Exp $ +bin/hikidoc +${RUBY_VENDORLIB}/hikidoc.rb diff --git a/textproc/ruby-hikidoc/distinfo b/textproc/ruby-hikidoc/distinfo new file mode 100644 index 00000000000..bc63dbc5f48 --- /dev/null +++ b/textproc/ruby-hikidoc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/01 12:14:34 obache Exp $ + +SHA1 (hikidoc-0.0.4.tgz) = aa7e65ccb66140c07e05054aa617f17f55704263 +RMD160 (hikidoc-0.0.4.tgz) = 3f07934efd89be2d382fe14e342d0b9ba652beb8 +Size (hikidoc-0.0.4.tgz) = 40561 bytes |