From b535d11d853a452a72195abab2ad19d37b5abd46 Mon Sep 17 00:00:00 2001 From: ahoka Date: Fri, 22 Aug 2008 15:39:43 +0000 Subject: 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. --- 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(+) create mode 100644 textproc/ruby-plist/DESCR create mode 100644 textproc/ruby-plist/Makefile create mode 100644 textproc/ruby-plist/PLIST create mode 100644 textproc/ruby-plist/distinfo (limited to 'textproc/ruby-plist') diff --git a/textproc/ruby-plist/DESCR b/textproc/ruby-plist/DESCR new file mode 100644 index 00000000000..f48bdf5aac1 --- /dev/null +++ b/textproc/ruby-plist/DESCR @@ -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 --git a/textproc/ruby-plist/Makefile b/textproc/ruby-plist/Makefile new file mode 100644 index 00000000000..d123ec29dac --- /dev/null +++ b/textproc/ruby-plist/Makefile @@ -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 +HOMEPAGE= http://plist.rubyforge.org/ +COMMENT= Manipulate Property List files + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-plist/PLIST b/textproc/ruby-plist/PLIST new file mode 100644 index 00000000000..4eb00f69c79 --- /dev/null +++ b/textproc/ruby-plist/PLIST @@ -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 --git a/textproc/ruby-plist/distinfo b/textproc/ruby-plist/distinfo new file mode 100644 index 00000000000..0c2d113b82f --- /dev/null +++ b/textproc/ruby-plist/distinfo @@ -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 -- cgit v1.2.3