pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-byaccr Make this package independent to Rub...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57b77bc9c981
branches: trunk
changeset: 489259:57b77bc9c981
user: taca <taca%pkgsrc.org@localhost>
date: Sat Feb 19 05:27:35 2005 +0000
description:
Make this package independent to Ruby since it dosen't depend on
Ruby interpreter (but it generate source code for Ruby).
Bump PKGREVISION.
diffstat:
devel/ruby-byaccr/Makefile | 10 +++++-----
devel/ruby-byaccr/PLIST | 12 ++++++------
devel/ruby-byaccr/distinfo | 6 +++---
3 files changed, 14 insertions(+), 14 deletions(-)
diffs (59 lines):
diff -r 103c8eec0c20 -r 57b77bc9c981 devel/ruby-byaccr/Makefile
--- a/devel/ruby-byaccr/Makefile Sat Feb 19 05:12:23 2005 +0000
+++ b/devel/ruby-byaccr/Makefile Sat Feb 19 05:27:35 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/11/27 16:00:49 taca Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/19 05:27:35 taca Exp $
# FreeBSD: ports/devel/ruby-byaccr/Makefile,v 1.2 2000/11/03 15:49:06 knu Exp
DISTNAME= byaccr-0.1
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGNAME= ruby-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel ruby
MASTER_SITES= ftp://ftp.idaemons.org/pub/distfiles/ruby/
@@ -12,10 +13,9 @@
EXAMPLES= Makefile cal.y calfunc.rb main.rb
post-install:
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/byaccr
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/byaccr
.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/byaccr
+ ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${PREFIX}/share/examples/byaccr
.endfor
-.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 103c8eec0c20 -r 57b77bc9c981 devel/ruby-byaccr/PLIST
--- a/devel/ruby-byaccr/PLIST Sat Feb 19 05:12:23 2005 +0000
+++ b/devel/ruby-byaccr/PLIST Sat Feb 19 05:27:35 2005 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:17 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/02/19 05:27:35 taca Exp $
bin/byaccr
-${RUBY_EXAMPLESDIR}/byaccr/Makefile
-${RUBY_EXAMPLESDIR}/byaccr/cal.y
-${RUBY_EXAMPLESDIR}/byaccr/calfunc.rb
-${RUBY_EXAMPLESDIR}/byaccr/main.rb
-@dirrm ${RUBY_EXAMPLESDIR}/byaccr
+share/examples/byaccr/Makefile
+share/examples/byaccr/cal.y
+share/examples/byaccr/calfunc.rb
+share/examples/byaccr/main.rb
+@dirrm share/examples/byaccr
diff -r 103c8eec0c20 -r 57b77bc9c981 devel/ruby-byaccr/distinfo
--- a/devel/ruby-byaccr/distinfo Sat Feb 19 05:12:23 2005 +0000
+++ b/devel/ruby-byaccr/distinfo Sat Feb 19 05:27:35 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/01 14:39:15 taca Exp $
+$NetBSD: distinfo,v 1.2 2005/02/19 05:27:35 taca Exp $
-SHA1 (ruby/byaccr-0.1.tar.gz) = a4971742083d2570bb630908d0b15010af134e9f
-Size (ruby/byaccr-0.1.tar.gz) = 34786 bytes
+SHA1 (byaccr-0.1.tar.gz) = a4971742083d2570bb630908d0b15010af134e9f
+Size (byaccr-0.1.tar.gz) = 34786 bytes
SHA1 (patch-aa) = c096eafa8cf381c3c275e89c8127e2688f7bd37e
SHA1 (patch-ab) = f21e616d460f84b294d33e005243ecd2bfa12440
SHA1 (patch-ac) = d76cbfd9367961604f4bb8fefe71625860fdfc00
Home |
Main Index |
Thread Index |
Old Index