summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-13 18:09:45 +0000
committertaca <taca@pkgsrc.org>2014-03-13 18:09:45 +0000
commit94c670d13b43ac35d3550a1cefaa338edff6fbc0 (patch)
treead8af69fc668cb7afd8b6b1a03fd8bae9a31c3c5
parent7ae330e72cf7f80540d2bd9d9b862b69944d7fa2 (diff)
downloadpkgsrc-94c670d13b43ac35d3550a1cefaa338edff6fbc0.tar.gz
Add GEM_EXTSDIR support.
No functional change for current versions of Rubys.
-rw-r--r--archivers/ruby-libarchive/PLIST3
-rw-r--r--audio/ruby-taglib/PLIST10
-rw-r--r--comms/ruby-termios/Makefile3
-rw-r--r--comms/ruby-termios/PLIST3
-rw-r--r--converters/ruby-unf_ext/PLIST3
-rw-r--r--databases/ruby-cassandra/PLIST3
6 files changed, 19 insertions, 6 deletions
diff --git a/archivers/ruby-libarchive/PLIST b/archivers/ruby-libarchive/PLIST
index be78c026a83..9d75e0bfa7e 100644
--- a/archivers/ruby-libarchive/PLIST
+++ b/archivers/ruby-libarchive/PLIST
@@ -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 --git a/audio/ruby-taglib/PLIST b/audio/ruby-taglib/PLIST
index ea1634ff69f..cd6249f0bfa 100644
--- a/audio/ruby-taglib/PLIST
+++ b/audio/ruby-taglib/PLIST
@@ -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 --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 7db87ee549c..dbae9c9e489 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v2 OR ruby-license
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 --git a/comms/ruby-termios/PLIST b/comms/ruby-termios/PLIST
index 2da1db98b1b..87d02d02018 100644
--- a/comms/ruby-termios/PLIST
+++ b/comms/ruby-termios/PLIST
@@ -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 --git a/converters/ruby-unf_ext/PLIST b/converters/ruby-unf_ext/PLIST
index e5682ada3d6..3297a2bdbbf 100644
--- a/converters/ruby-unf_ext/PLIST
+++ b/converters/ruby-unf_ext/PLIST
@@ -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 --git a/databases/ruby-cassandra/PLIST b/databases/ruby-cassandra/PLIST
index 0af16c2a5d0..10047280da6 100644
--- a/databases/ruby-cassandra/PLIST
+++ b/databases/ruby-cassandra/PLIST
@@ -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