From 1beef1210017118b0aef86fc5a0e6e049a54a7cb Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sat, 30 Jul 2011 16:13:04 +0000 Subject: - Add a new port: textproc/ruby-hikidoc '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/ --- textproc/ruby-hikidoc/Makefile | 37 +++++++++++++++++++++++++++++++++++++ textproc/ruby-hikidoc/distinfo | 2 ++ textproc/ruby-hikidoc/pkg-descr | 5 +++++ 3 files changed, 44 insertions(+) create mode 100644 textproc/ruby-hikidoc/Makefile create mode 100644 textproc/ruby-hikidoc/distinfo create mode 100644 textproc/ruby-hikidoc/pkg-descr (limited to 'textproc/ruby-hikidoc') diff --git a/textproc/ruby-hikidoc/Makefile b/textproc/ruby-hikidoc/Makefile new file mode 100644 index 000000000000..0127d803e8bd --- /dev/null +++ b/textproc/ruby-hikidoc/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: ruby-hikidoc +# Date created: 2011-07-30 +# Whom: TAKATSU Tomonari +# +# $FreeBSD$ +# + +PORTNAME= hikidoc +PORTVERSION= 0.0.6 +CATEGORIES= textproc ruby +MASTER_SITES= RF +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +EXTRACT_SUFX= .tgz +DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||} + +MAINTAINER= tota@FreeBSD.org +COMMENT= A text-to-HTML conversion tool for web writers + +USE_RUBY= yes +USE_RUBY_SETUP= yes +RUBY_SHEBANG_FILES= bin/hikidoc + +PORTDOCS= NEWS NEWS.ja README README.ja \ + TextFormattingRules TextFormattingRules.ja + +PLIST_FILES= bin/hikidoc \ + %%RUBY_SITELIBDIR%%/hikidoc.rb + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + @${INSTALL_DATA} ${INSTALL_WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/textproc/ruby-hikidoc/distinfo b/textproc/ruby-hikidoc/distinfo new file mode 100644 index 000000000000..6e3891db50ee --- /dev/null +++ b/textproc/ruby-hikidoc/distinfo @@ -0,0 +1,2 @@ +SHA256 (ruby/hikidoc-0.0.6.tgz) = c248335b90efab89cf5a029195f23248c7f9f1b23a42889056bc08891dddb5dc +SIZE (ruby/hikidoc-0.0.6.tgz) = 26370 diff --git a/textproc/ruby-hikidoc/pkg-descr b/textproc/ruby-hikidoc/pkg-descr new file mode 100644 index 000000000000..06bf8b685b59 --- /dev/null +++ b/textproc/ruby-hikidoc/pkg-descr @@ -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/ -- cgit v1.2.3