pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-ole Import ruby-ole-1.2.11.1 as devel/ruby-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba186721cb6a
branches:  trunk
changeset: 587702:ba186721cb6a
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Apr 13 13:04:30 2011 +0000

description:
Import ruby-ole-1.2.11.1 as devel/ruby-ole.

The ruby-ole library provides a variety of functions primarily for
working with OLE2 structured storage files, such as those produced by
Microsoft Office - eg *.doc, *.msg etc.

diffstat:

 devel/ruby-ole/ALTERNATIVES |   1 +
 devel/ruby-ole/DESCR        |   3 +++
 devel/ruby-ole/Makefile     |  20 ++++++++++++++++++++
 devel/ruby-ole/PLIST        |  37 +++++++++++++++++++++++++++++++++++++
 devel/ruby-ole/distinfo     |   5 +++++
 5 files changed, 66 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 84ec6df8b7b0 -r ba186721cb6a devel/ruby-ole/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ole/ALTERNATIVES       Wed Apr 13 13:04:30 2011 +0000
@@ -0,0 +1,1 @@
+bin/oletool @PREFIX@/bin/oletool@RUBY_VER@
diff -r 84ec6df8b7b0 -r ba186721cb6a devel/ruby-ole/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ole/DESCR      Wed Apr 13 13:04:30 2011 +0000
@@ -0,0 +1,3 @@
+The ruby-ole library provides a variety of functions primarily for
+working with OLE2 structured storage files, such as those produced by
+Microsoft Office - eg *.doc, *.msg etc.
diff -r 84ec6df8b7b0 -r ba186721cb6a devel/ruby-ole/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ole/Makefile   Wed Apr 13 13:04:30 2011 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/04/13 13:04:30 obache Exp $
+#
+
+DISTNAME=      ruby-ole-1.2.11.1
+PKGNAME=       ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
+CATEGORIES=    devel
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://code.google.com/p/ruby-ole/
+COMMENT=       Ruby library for read/write access to OLE compound documents
+LICENSE=       mit
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # none
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 84ec6df8b7b0 -r ba186721cb6a devel/ruby-ole/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ole/PLIST      Wed Apr 13 13:04:30 2011 +0000
@@ -0,0 +1,37 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/13 13:04:30 obache Exp $
+bin/oletool${RUBY_VER}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/ChangeLog
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/oletool
+${GEM_LIBDIR}/data/propids.yaml
+${GEM_LIBDIR}/lib/ole/base.rb
+${GEM_LIBDIR}/lib/ole/file_system.rb
+${GEM_LIBDIR}/lib/ole/ranges_io.rb
+${GEM_LIBDIR}/lib/ole/storage.rb
+${GEM_LIBDIR}/lib/ole/storage/base.rb
+${GEM_LIBDIR}/lib/ole/storage/file_system.rb
+${GEM_LIBDIR}/lib/ole/storage/meta_data.rb
+${GEM_LIBDIR}/lib/ole/storage/version.rb
+${GEM_LIBDIR}/lib/ole/support.rb
+${GEM_LIBDIR}/lib/ole/types.rb
+${GEM_LIBDIR}/lib/ole/types/base.rb
+${GEM_LIBDIR}/lib/ole/types/property_set.rb
+${GEM_LIBDIR}/ruby-ole.gemspec
+${GEM_LIBDIR}/test/oleWithDirs.ole
+${GEM_LIBDIR}/test/test.doc
+${GEM_LIBDIR}/test/test_SummaryInformation
+${GEM_LIBDIR}/test/test_filesystem.rb
+${GEM_LIBDIR}/test/test_mbat.rb
+${GEM_LIBDIR}/test/test_meta_data.rb
+${GEM_LIBDIR}/test/test_property_set.rb
+${GEM_LIBDIR}/test/test_ranges_io.rb
+${GEM_LIBDIR}/test/test_storage.rb
+${GEM_LIBDIR}/test/test_support.rb
+${GEM_LIBDIR}/test/test_types.rb
+${GEM_LIBDIR}/test/test_word_6.doc
+${GEM_LIBDIR}/test/test_word_95.doc
+${GEM_LIBDIR}/test/test_word_97.doc
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 84ec6df8b7b0 -r ba186721cb6a devel/ruby-ole/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ole/distinfo   Wed Apr 13 13:04:30 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/04/13 13:04:30 obache Exp $
+
+SHA1 (ruby-ole-1.2.11.1.gem) = 5c74a9183f9fb2c891cd62d32859ace827ae54a5
+RMD160 (ruby-ole-1.2.11.1.gem) = c6da05fb8e7ff42ea2c521ff1cf790806809552f
+Size (ruby-ole-1.2.11.1.gem) = 56320 bytes



Home | Main Index | Thread Index | Old Index