pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-html-parser Migrate ruby-html-parser to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/79a9a2dfec4c
branches: trunk
changeset: 484532:79a9a2dfec4c
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 28 04:31:45 2004 +0000
description:
Migrate ruby-html-parser to use new framework for Ruby packages.
diffstat:
textproc/ruby-html-parser/DESCR | 2 --
textproc/ruby-html-parser/Makefile | 9 ++++-----
2 files changed, 4 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r a66764659c76 -r 79a9a2dfec4c textproc/ruby-html-parser/DESCR
--- a/textproc/ruby-html-parser/DESCR Sun Nov 28 04:30:48 2004 +0000
+++ b/textproc/ruby-html-parser/DESCR Sun Nov 28 04:31:45 2004 +0000
@@ -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@localhost>
diff -r a66764659c76 -r 79a9a2dfec4c textproc/ruby-html-parser/Makefile
--- a/textproc/ruby-html-parser/Makefile Sun Nov 28 04:30:48 2004 +0000
+++ b/textproc/ruby-html-parser/Makefile Sun Nov 28 04:31:45 2004 +0000
@@ -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 @@
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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index