pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-htmlsplit Migrate ruby-htmlsplit to use new f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49d917604747
branches:  trunk
changeset: 484544:49d917604747
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 28 05:46:06 2004 +0000

description:
Migrate ruby-htmlsplit to use new framework for Ruby packages.

diffstat:

 www/ruby-htmlsplit/Makefile |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r 4be7e31c70a7 -r 49d917604747 www/ruby-htmlsplit/Makefile
--- a/www/ruby-htmlsplit/Makefile       Sun Nov 28 05:45:05 2004 +0000
+++ b/www/ruby-htmlsplit/Makefile       Sun Nov 28 05:46:06 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/03/16 02:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/28 05:46:06 taca Exp $
 
 DISTNAME=      htmlsplit102
-PKGNAME=       ${RUBY_PKGNAMEPREFIX}htmlsplit-1.0.2
-PKGREVISION=   1
+PKGNAME=       ${RUBY_PKGPREFIX}-htmlsplit-1.0.2
 CATEGORIES=    www ruby
 MASTER_SITES=  http://www.moonwolf.com/ruby/archive/
 EXTRACT_SUFX=  .zip
@@ -12,15 +11,13 @@
 COMMENT=       Ruby HTML split/join library
 
 WRKSRC=                ${WRKDIR}
-DIST_SUBDIR=   ruby
-USE_RUBY=      # defined
-NO_CONFIGURE=  # defined
-NO_BUILD=      # defined
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${RUBY_SITELIBDIR}
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/htmlsplit
        ${INSTALL_DATA} ${WRKSRC}/splittest.rb ${RUBY_EXAMPLESDIR}/htmlsplit
 
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index