summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-11-28 04:31:45 +0000
committertaca <taca@pkgsrc.org>2004-11-28 04:31:45 +0000
commitf35c467898e2e383d09f82f19ccde7b187208876 (patch)
tree98bdd0aec59a7d0fc3c71cc932dabd9d3e422818 /textproc
parent0cb4c2498725bca6f58da9e1e12a99212dbdbfec (diff)
downloadpkgsrc-f35c467898e2e383d09f82f19ccde7b187208876.tar.gz
Migrate ruby-html-parser to use new framework for Ruby packages.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-html-parser/DESCR2
-rw-r--r--textproc/ruby-html-parser/Makefile9
2 files changed, 4 insertions, 7 deletions
diff --git a/textproc/ruby-html-parser/DESCR b/textproc/ruby-html-parser/DESCR
index 8b7fbc6f7cd..246bb23641f 100644
--- a/textproc/ruby-html-parser/DESCR
+++ b/textproc/ruby-html-parser/DESCR
@@ -1,5 +1,3 @@
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 <maebashi@iij.ad.jp>
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile
index 8dfa56fa094..29da1bdf819 100644
--- a/textproc/ruby-html-parser/Makefile
+++ b/textproc/ruby-html-parser/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/28 04:31:45 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}
+PKGNAME= ${RUBY_PKGPREFIX}-html-parser-${VERSION}
CATEGORIES= textproc ruby
MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/
@@ -10,9 +10,8 @@ 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
+NO_CONFIGURE= yes
MODULES= formatter.rb html-parser.rb sgml-parser.rb
VERSION= 19990912p1
@@ -24,5 +23,5 @@ do-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/html-parser
${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"