diff options
Diffstat (limited to 'textproc/ruby-html-fillinform')
-rw-r--r-- | textproc/ruby-html-fillinform/Makefile | 40 | ||||
-rw-r--r-- | textproc/ruby-html-fillinform/distinfo | 1 | ||||
-rw-r--r-- | textproc/ruby-html-fillinform/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/ruby-html-fillinform/pkg-plist | 12 |
4 files changed, 58 insertions, 0 deletions
diff --git a/textproc/ruby-html-fillinform/Makefile b/textproc/ruby-html-fillinform/Makefile new file mode 100644 index 000000000000..4e3614ccb537 --- /dev/null +++ b/textproc/ruby-html-fillinform/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: HTML/FillInForm for Ruby +# Date created: 27 February 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= html-fillinform +PORTVERSION= 0.24 +CATEGORIES= textproc www ruby +MASTER_SITES= http://shebang.jp/src/ruby/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby library that automatically inserts form data into HTML + +USE_RUBY= yes +USE_RUBY_SETUP= yes +RUBY_SETUP= install.rb + +DOCS_EN= ChangeLog \ + README \ + fillinform.rd +DOCS_JA= fillinform.ja.rd + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${CP} -R ${WRKSRC}/example/ ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR}/ja +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ +.endfor +.for f in ${DOCS_JA} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/textproc/ruby-html-fillinform/distinfo b/textproc/ruby-html-fillinform/distinfo new file mode 100644 index 000000000000..ac2aa9262c49 --- /dev/null +++ b/textproc/ruby-html-fillinform/distinfo @@ -0,0 +1 @@ +MD5 (ruby/html-fillinform-0.24.tar.gz) = a135cfd1020687ef0bd9ecf58e508cd8 diff --git a/textproc/ruby-html-fillinform/pkg-descr b/textproc/ruby-html-fillinform/pkg-descr new file mode 100644 index 000000000000..7e233405e0eb --- /dev/null +++ b/textproc/ruby-html-fillinform/pkg-descr @@ -0,0 +1,5 @@ +HTML/FillInForm is a Ruby library that automatically inserts form data +into HTML. + +Author: IKEBE Tomohiro <ikebe@shebang.jp> +WWW: http://shebang.jp/src/ruby/ diff --git a/textproc/ruby-html-fillinform/pkg-plist b/textproc/ruby-html-fillinform/pkg-plist new file mode 100644 index 000000000000..305f7d252276 --- /dev/null +++ b/textproc/ruby-html-fillinform/pkg-plist @@ -0,0 +1,12 @@ +%%RUBY_SITELIBDIR%%/html/fillform.rb +%%RUBY_SITELIBDIR%%/html/fillinform.rb +@unexec rmdir %D/%%RUBY_SITELIBDIR%%/html 2>/dev/null || true +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo.cgi +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo.rhtml +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fillinform.rd +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/fillinform.ja.rd +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |