pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add GEM_EXTSDIR support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c14124c319c
branches: trunk
changeset: 631783:2c14124c319c
user: taca <taca%pkgsrc.org@localhost>
date: Thu Mar 13 18:09:45 2014 +0000
description:
Add GEM_EXTSDIR support.
No functional change for current versions of Rubys.
diffstat:
archivers/ruby-libarchive/PLIST | 3 ++-
audio/ruby-taglib/PLIST | 10 +++++++++-
comms/ruby-termios/Makefile | 3 ++-
comms/ruby-termios/PLIST | 3 ++-
converters/ruby-unf_ext/PLIST | 3 ++-
databases/ruby-cassandra/PLIST | 3 ++-
6 files changed, 19 insertions(+), 6 deletions(-)
diffs (80 lines):
diff -r a5bc80215daa -r 2c14124c319c archivers/ruby-libarchive/PLIST
--- a/archivers/ruby-libarchive/PLIST Thu Mar 13 18:07:52 2014 +0000
+++ b/archivers/ruby-libarchive/PLIST Thu Mar 13 18:09:45 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 07:29:42 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/03/13 18:09:45 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/libarchive_ruby.${RUBY_DLEXT}
${GEM_LIBDIR}/COPYING.libarchive
${GEM_LIBDIR}/LICENSE.libbzip2
${GEM_LIBDIR}/README.txt
diff -r a5bc80215daa -r 2c14124c319c audio/ruby-taglib/PLIST
--- a/audio/ruby-taglib/PLIST Thu Mar 13 18:07:52 2014 +0000
+++ b/audio/ruby-taglib/PLIST Thu Mar 13 18:09:45 2014 +0000
@@ -1,5 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2013/09/11 15:11:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/03/13 18:10:30 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/taglib_base.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_flac.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_id3v1.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_id3v2.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_mp4.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_mpeg.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_ogg.${RUBY_DLEXT}
+${GEM_EXTSDIR}/taglib_vorbis.${RUBY_DLEXT}
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGES.md
${GEM_LIBDIR}/Gemfile
diff -r a5bc80215daa -r 2c14124c319c comms/ruby-termios/Makefile
--- a/comms/ruby-termios/Makefile Thu Mar 13 18:07:52 2014 +0000
+++ b/comms/ruby-termios/Makefile Thu Mar 13 18:09:45 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2013/07/21 02:38:24 taca Exp $
+# $NetBSD: Makefile,v 1.27 2014/03/13 18:10:52 taca Exp $
DISTNAME= ruby-termios-0.9.6
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -12,6 +12,7 @@
GEM_CLEANBUILD= Makefile *.o *.time termios.${RUBY_DLEXT} mkmf.log \
.RUBYARCHDIR.time
+GEM_CLEANBUOLD_EXTENSIONS= termios.rb
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a5bc80215daa -r 2c14124c319c comms/ruby-termios/PLIST
--- a/comms/ruby-termios/PLIST Thu Mar 13 18:07:52 2014 +0000
+++ b/comms/ruby-termios/PLIST Thu Mar 13 18:09:45 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.11 2011/11/08 15:37:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2014/03/13 18:10:52 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/termios.${RUBY_DLEXT}
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/README
${GEM_LIBDIR}/examples/modem_check0.rb
diff -r a5bc80215daa -r 2c14124c319c converters/ruby-unf_ext/PLIST
--- a/converters/ruby-unf_ext/PLIST Thu Mar 13 18:07:52 2014 +0000
+++ b/converters/ruby-unf_ext/PLIST Thu Mar 13 18:09:45 2014 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2013/07/07 15:18:11 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/03/13 18:11:16 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/unf_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/Gemfile
diff -r a5bc80215daa -r 2c14124c319c databases/ruby-cassandra/PLIST
--- a/databases/ruby-cassandra/PLIST Thu Mar 13 18:07:52 2014 +0000
+++ b/databases/ruby-cassandra/PLIST Thu Mar 13 18:09:45 2014 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2013/09/13 12:41:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/03/13 18:11:36 taca Exp $
bin/cassandra_helper
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/cassandra_native.${RUBY_DLEXT}
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
Home |
Main Index |
Thread Index |
Old Index