diff options
author | taca <taca> | 2010-09-10 08:33:30 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 08:33:30 +0000 |
commit | 2a0aa04c82adb0c1fe04669c237530e51ab695fc (patch) | |
tree | 5dc95006735f1e6c60f1790402d954c217d4ad07 | |
parent | ae423299bc5dcec5962288c827737548d9c41642 (diff) | |
download | pkgsrc-2a0aa04c82adb0c1fe04669c237530e51ab695fc.tar.gz |
Update textproc/ruby-plist to 3.1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-02-23:
* Ruby 1.9.x compatibility!
2010-02-16:
* excise a bunch of unnecessary @@ variables
* fix up some tests for cross-version compatibility
2010-02-14:
* generalized cleanup:
* fix old file headers
* modernize rakefile
* clean up rdoc
2010-01-08:
* move from RubyForge Subversion to GitHub
2007-02-22 (r81):
* make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here). Test and idea contributed by Chuck Remes.
2006-09-20 (r80):
* tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
-rw-r--r-- | textproc/ruby-plist/Makefile | 10 | ||||
-rw-r--r-- | textproc/ruby-plist/PLIST | 12 | ||||
-rw-r--r-- | textproc/ruby-plist/distinfo | 8 |
3 files changed, 14 insertions, 16 deletions
diff --git a/textproc/ruby-plist/Makefile b/textproc/ruby-plist/Makefile index 22a5648cb40..99cd5572744 100644 --- a/textproc/ruby-plist/Makefile +++ b/textproc/ruby-plist/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2010/05/07 08:34:23 ahoka Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/10 08:33:30 taca Exp $ -DISTNAME= plist-3.0.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= plist-3.1.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plist.rubyforge.org/ COMMENT= Manipulate Property List files +LICENSE= mit -GEM_BUILD= gemspec - -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-plist/PLIST b/textproc/ruby-plist/PLIST index e14b091abce..df89423a627 100644 --- a/textproc/ruby-plist/PLIST +++ b/textproc/ruby-plist/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:29 joerg Exp $ -${GEM_HOME}/cache/plist-${PKGVERSION}.gem -${GEM_LIBDIR}/MIT-LICENSE -${GEM_LIBDIR}/README +@comment $NetBSD: PLIST,v 1.3 2010/09/10 08:33:30 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/docs/USAGE ${GEM_LIBDIR}/lib/plist.rb ${GEM_LIBDIR}/lib/plist/generator.rb ${GEM_LIBDIR}/lib/plist/parser.rb @@ -20,4 +20,4 @@ ${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 +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-plist/distinfo b/textproc/ruby-plist/distinfo index 0c2d113b82f..9f6b066a6fb 100644 --- a/textproc/ruby-plist/distinfo +++ b/textproc/ruby-plist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/08/22 15:39:43 ahoka Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 08:33:30 taca Exp $ -SHA1 (plist-3.0.0.gem) = e4af43c18f19a6c43b0b8149516ed2fedca43705 -RMD160 (plist-3.0.0.gem) = 84ee757b65b1a51a646b6eda21ef26491255a720 -Size (plist-3.0.0.gem) = 35840 bytes +SHA1 (plist-3.1.0.gem) = 8a5b74ba1dcf32e42c850723c7768963813e8bda +RMD160 (plist-3.1.0.gem) = 00afd5cf5677ecb6f38e20c2def7d74d885d1a6b +Size (plist-3.1.0.gem) = 37888 bytes |