Remove ruby-psych package (component of Ruby 1.9.2).

Although Ruby 1.9.2 is still supported version, Ruby 1.9.3 has enough
compatibility for pkgsrc's packages and migration terms on pkgsrc now
ended.

And it costs to supporing multiple versions of Ruby along with multiple
versions of Ruby on Rails, too.
This commit is contained in:
taca 2012-09-16 15:15:45 +00:00
parent 78e406a123
commit 67d5033e67
3 changed files with 0 additions and 53 deletions

View file

@ -1,2 +0,0 @@
Psych is a YAML parser and emitter, actually a part of the
Ruby distribution.

View file

@ -1,24 +0,0 @@
# $NetBSD: Makefile,v 1.3 2011/11/08 16:33:36 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL}
RUBY_EXTNAME= psych
CATEGORIES= textproc ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
MAINTAINER= taca@NetBSD.org
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby YAML parser and emitter
PKG_DESTDIR_SUPPORT= user-destdir
RUBY_VERSION_SUPPORTED= 19
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/psych
WRKSRC= ${RUBY_WRKSRC}/ext/psych
.include "../../lang/ruby/modules.mk"
.include "../../lang/ruby/Makefile.common"
.include "../../textproc/libyaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,27 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/20 15:10:13 taca Exp $
${RUBY_VENDORLIB}/psych.rb
${RUBY_VENDORLIB}/psych/coder.rb
${RUBY_VENDORLIB}/psych/core_ext.rb
${RUBY_VENDORLIB}/psych/deprecated.rb
${RUBY_VENDORLIB}/psych/handler.rb
${RUBY_VENDORLIB}/psych/json/tree_builder.rb
${RUBY_VENDORLIB}/psych/nodes.rb
${RUBY_VENDORLIB}/psych/nodes/alias.rb
${RUBY_VENDORLIB}/psych/nodes/document.rb
${RUBY_VENDORLIB}/psych/nodes/mapping.rb
${RUBY_VENDORLIB}/psych/nodes/node.rb
${RUBY_VENDORLIB}/psych/nodes/scalar.rb
${RUBY_VENDORLIB}/psych/nodes/sequence.rb
${RUBY_VENDORLIB}/psych/nodes/stream.rb
${RUBY_VENDORLIB}/psych/omap.rb
${RUBY_VENDORLIB}/psych/parser.rb
${RUBY_VENDORLIB}/psych/scalar_scanner.rb
${RUBY_VENDORLIB}/psych/set.rb
${RUBY_VENDORLIB}/psych/tree_builder.rb
${RUBY_VENDORLIB}/psych/visitors.rb
${RUBY_VENDORLIB}/psych/visitors/emitter.rb
${RUBY_VENDORLIB}/psych/visitors/json_tree.rb
${RUBY_VENDORLIB}/psych/visitors/to_ruby.rb
${RUBY_VENDORLIB}/psych/visitors/visitor.rb
${RUBY_VENDORLIB}/psych/visitors/yaml_tree.rb
${RUBY_VENDORARCHLIB}/psych.${RUBY_DLEXT}