pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-plist Import ruby18-plist-3.0.0 as textp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8748c7047854
branches:  trunk
changeset: 546132:8748c7047854
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Fri Aug 22 15:39:43 2008 +0000

description:
Import ruby18-plist-3.0.0 as textproc/ruby-plist.

Plist is a library to manipulate Property List files, also known as plists. It
can parse plist files into native Ruby data structures as well as generating
new plist files from your Ruby objects.

diffstat:

 textproc/ruby-plist/DESCR    |   3 +++
 textproc/ruby-plist/Makefile |  14 ++++++++++++++
 textproc/ruby-plist/PLIST    |  29 +++++++++++++++++++++++++++++
 textproc/ruby-plist/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 918d5543f239 -r 8748c7047854 textproc/ruby-plist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-plist/DESCR Fri Aug 22 15:39:43 2008 +0000
@@ -0,0 +1,3 @@
+Plist is a library to manipulate Property List files, also known as plists. It
+can parse plist files into native Ruby data structures as well as generating
+new plist files from your Ruby objects.
diff -r 918d5543f239 -r 8748c7047854 textproc/ruby-plist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-plist/Makefile      Fri Aug 22 15:39:43 2008 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 15:39:43 ahoka Exp $
+
+DISTNAME=      plist-3.0.0
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+
+MAINTAINER=    ahoka%NetBSD.org@localhost
+HOMEPAGE=      http://plist.rubyforge.org/
+COMMENT=       Manipulate Property List files
+
+GEM_BUILD=     gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 918d5543f239 -r 8748c7047854 textproc/ruby-plist/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-plist/PLIST Fri Aug 22 15:39:43 2008 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/22 15:39:43 ahoka Exp $
+${GEM_HOME}/cache/plist-${PKGVERSION}.gem
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/docs/USAGE
+${GEM_LIBDIR}/lib/plist.rb
+${GEM_LIBDIR}/lib/plist/generator.rb
+${GEM_LIBDIR}/lib/plist/parser.rb
+${GEM_LIBDIR}/test/assets/AlbumData.xml
+${GEM_LIBDIR}/test/assets/Cookies.plist
+${GEM_LIBDIR}/test/assets/commented.plist
+${GEM_LIBDIR}/test/assets/example_data.bin
+${GEM_LIBDIR}/test/assets/example_data.jpg
+${GEM_LIBDIR}/test/assets/example_data.plist
+${GEM_LIBDIR}/test/assets/test_data_elements.plist
+${GEM_LIBDIR}/test/assets/test_empty_key.plist
+${GEM_LIBDIR}/test/test_data_elements.rb
+${GEM_LIBDIR}/test/test_generator.rb
+${GEM_LIBDIR}/test/test_generator_basic_types.rb
+${GEM_LIBDIR}/test/test_generator_collections.rb
+${GEM_LIBDIR}/test/test_parser.rb
+${GEM_HOME}/specifications/plist-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test/assets
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib/plist
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/docs
+@dirrm ${GEM_LIBDIR}
diff -r 918d5543f239 -r 8748c7047854 textproc/ruby-plist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-plist/distinfo      Fri Aug 22 15:39:43 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/22 15:39:43 ahoka Exp $
+
+SHA1 (plist-3.0.0.gem) = e4af43c18f19a6c43b0b8149516ed2fedca43705
+RMD160 (plist-3.0.0.gem) = 84ee757b65b1a51a646b6eda21ef26491255a720
+Size (plist-3.0.0.gem) = 35840 bytes



Home | Main Index | Thread Index | Old Index