From 391c8b13c7b030b5bd95d3fec6533440e2b1a8ad Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 1 Jul 2001 14:03:24 +0000 Subject: Importing ruby-html-parser, ruby-html-parser-19990912p1 package. The html-parser package is a Ruby implementation of the Python's SGML parser (sgmllib.py), HTML parser (htmllib.py) and Formatter (formatter.py). --- textproc/ruby-html-parser/Makefile | 28 ++++++++++++++++++++++++++++ textproc/ruby-html-parser/distinfo | 4 ++++ textproc/ruby-html-parser/pkg/DESCR | 6 ++++++ textproc/ruby-html-parser/pkg/PLIST | 6 ++++++ 4 files changed, 44 insertions(+) create mode 100644 textproc/ruby-html-parser/Makefile create mode 100644 textproc/ruby-html-parser/distinfo create mode 100644 textproc/ruby-html-parser/pkg/DESCR create mode 100644 textproc/ruby-html-parser/pkg/PLIST (limited to 'textproc') diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile new file mode 100644 index 00000000000..9e1c3d248c6 --- /dev/null +++ b/textproc/ruby-html-parser/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 14:03:24 taca Exp $ +# FreeBSD: ports/textproc/ruby-html-parser/Makefile,v 1.6 2000/09/26 08:01:54 knu Exp + +DISTNAME= html-parser-${VERSION} +PKGNAME= ${RUBY_PKGNAMEPREFIX}html-parser-${VERSION} +CATEGORIES= textproc +MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/ + +MAINTAINER= taca@netbsd.org +HOMEPAGE= http://www.jin.gr.jp/~nahi/Ruby/html-parser/README.html +COMMENT= HTML-parser package for Ruby + +DIST_SUBDIR= ruby +USE_RUBY= yes +NO_BUILD= yes + +MODULES= formatter.rb html-parser.rb sgml-parser.rb +VERSION= 19990912p1 + +do-install: +.for f in ${MODULES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR} +.endfor + ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/html-parser + ${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser + +.include "../../lang/ruby-base/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-html-parser/distinfo b/textproc/ruby-html-parser/distinfo new file mode 100644 index 00000000000..1331ccdd271 --- /dev/null +++ b/textproc/ruby-html-parser/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/01 14:03:24 taca Exp $ + +SHA1 (ruby/html-parser-19990912p1.tar.gz) = 7a99d322bf10ace62ab2ec6f85da928b64f98284 +Size (ruby/html-parser-19990912p1.tar.gz) = 7103 bytes diff --git a/textproc/ruby-html-parser/pkg/DESCR b/textproc/ruby-html-parser/pkg/DESCR new file mode 100644 index 00000000000..7e308b7db1f --- /dev/null +++ b/textproc/ruby-html-parser/pkg/DESCR @@ -0,0 +1,6 @@ +The html-parser package is a Ruby implementation of the Python's SGML +parser (sgmllib.py), HTML parser (htmllib.py) and Formatter +(formatter.py). + +Author: Takahiro Maebashi +WWW: http://www.jin.gr.jp/~nahi/Ruby/html-parser/README.html diff --git a/textproc/ruby-html-parser/pkg/PLIST b/textproc/ruby-html-parser/pkg/PLIST new file mode 100644 index 00000000000..c629c57c4f4 --- /dev/null +++ b/textproc/ruby-html-parser/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/01 14:03:24 taca Exp $ +${RUBY_SITELIBDIR}/formatter.rb +${RUBY_SITELIBDIR}/html-parser.rb +${RUBY_SITELIBDIR}/sgml-parser.rb +${RUBY_DOCDIR}/html-parser/README.html +@dirrm ${RUBY_DOCDIR}/html-parser -- cgit v1.2.3