diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-07-30 16:13:04 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-07-30 16:13:04 +0000 |
commit | 1beef1210017118b0aef86fc5a0e6e049a54a7cb (patch) | |
tree | 15b1f79729f395613cda52193e1778167bb5a358 /textproc/ruby-hikidoc | |
parent | b7a2d32333e7b914e6c0735b3e806db73ba56f35 (diff) | |
download | ports-1beef1210017118b0aef86fc5a0e6e049a54a7cb.tar.gz ports-1beef1210017118b0aef86fc5a0e6e049a54a7cb.zip |
Notes
Diffstat (limited to 'textproc/ruby-hikidoc')
-rw-r--r-- | textproc/ruby-hikidoc/Makefile | 37 | ||||
-rw-r--r-- | textproc/ruby-hikidoc/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-hikidoc/pkg-descr | 5 |
3 files changed, 44 insertions, 0 deletions
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 <tota@FreeBSD.org> +# +# $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 <bsd.port.mk> 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/ |