diff options
author | minskim <minskim> | 2008-02-17 18:19:14 +0000 |
---|---|---|
committer | minskim <minskim> | 2008-02-17 18:19:14 +0000 |
commit | b1dcffb898bb685bd3482fc95ec618340a61e70f (patch) | |
tree | 364c19e83fc1457d55bce7c08696f3fbf7466a58 /www | |
parent | 1d58e5e1fad645d7cdea5e313bc0d69acb49771a (diff) | |
download | pkgsrc-b1dcffb898bb685bd3482fc95ec618340a61e70f.tar.gz |
Remove ruby-actionwebservice, which was obsoleted by ruby-activeresource.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/ruby-actionwebservice/DESCR | 3 | ||||
-rw-r--r-- | www/ruby-actionwebservice/Makefile | 36 | ||||
-rw-r--r-- | www/ruby-actionwebservice/PLIST | 66 | ||||
-rw-r--r-- | www/ruby-actionwebservice/distinfo | 5 |
5 files changed, 1 insertions, 112 deletions
diff --git a/www/Makefile b/www/Makefile index 6854071bddc..67fdb414eca 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.538 2008/02/16 05:03:58 obache Exp $ +# $NetBSD: Makefile,v 1.539 2008/02/17 18:19:14 minskim Exp $ # COMMENT= Packages related to the World Wide Web @@ -319,7 +319,6 @@ SUBDIR+= qDecoder SUBDIR+= raggle SUBDIR+= rails SUBDIR+= ruby-actionpack -SUBDIR+= ruby-actionwebservice SUBDIR+= ruby-activeresource SUBDIR+= ruby-borges SUBDIR+= ruby-clearsilver diff --git a/www/ruby-actionwebservice/DESCR b/www/ruby-actionwebservice/DESCR deleted file mode 100644 index 7faadae8839..00000000000 --- a/www/ruby-actionwebservice/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -Simple support for publishing Web Service APIs for Rails applications. -Supports SOAP and XML-RPC, as well as generating WSDL for SOAP -bindings. diff --git a/www/ruby-actionwebservice/Makefile b/www/ruby-actionwebservice/Makefile deleted file mode 100644 index fb3e204563d..00000000000 --- a/www/ruby-actionwebservice/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2007/10/16 03:31:02 minskim Exp $ - -DISTNAME= actionwebservice-1.2.5 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -CATEGORIES= www ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/26560/ -EXTRACT_SUFX= .tgz - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://rubyforge.org/projects/aws/ -COMMENT= Simple support for publishing web service APIs for Rails - -DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=1.13.5:../../www/ruby-actionpack -DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=1.15.5:../../databases/ruby-activerecord - -USE_RUBY_SETUP= yes - -.include "../../lang/ruby/modules.mk" - -post-install: - ${INSTALL_DATA} \ - ${WRKSRC}/lib/action_web_service/templates/scaffolds/* \ - ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds - ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/action_web_service - ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${RUBY_DOCDIR}/action_web_service - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/action_web_service - ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/action_web_service - ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/action_web_service - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} \ - ${RUBY_EXAMPLESDIR}/action_web_service - ${FIND} ${RUBY_EXAMPLESDIR}/action_web_service -type d -print | \ - ${XARGS} ${CHMOD} ${PKGDIRMODE} - ${FIND} ${RUBY_EXAMPLESDIR}/action_web_service -type f -print | \ - ${XARGS} ${CHMOD} ${SHAREMODE} - -.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-actionwebservice/PLIST b/www/ruby-actionwebservice/PLIST deleted file mode 100644 index bda0033b01b..00000000000 --- a/www/ruby-actionwebservice/PLIST +++ /dev/null @@ -1,66 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2007/02/18 23:35:43 minskim Exp $ -${RUBY_SITELIBDIR}/action_web_service.rb -${RUBY_SITELIBDIR}/action_web_service/api.rb -${RUBY_SITELIBDIR}/action_web_service/base.rb -${RUBY_SITELIBDIR}/action_web_service/casting.rb -${RUBY_SITELIBDIR}/action_web_service/client.rb -${RUBY_SITELIBDIR}/action_web_service/client/base.rb -${RUBY_SITELIBDIR}/action_web_service/client/soap_client.rb -${RUBY_SITELIBDIR}/action_web_service/client/xmlrpc_client.rb -${RUBY_SITELIBDIR}/action_web_service/container.rb -${RUBY_SITELIBDIR}/action_web_service/container/action_controller_container.rb -${RUBY_SITELIBDIR}/action_web_service/container/delegated_container.rb -${RUBY_SITELIBDIR}/action_web_service/container/direct_container.rb -${RUBY_SITELIBDIR}/action_web_service/dispatcher.rb -${RUBY_SITELIBDIR}/action_web_service/dispatcher/abstract.rb -${RUBY_SITELIBDIR}/action_web_service/dispatcher/action_controller_dispatcher.rb -${RUBY_SITELIBDIR}/action_web_service/invocation.rb -${RUBY_SITELIBDIR}/action_web_service/protocol.rb -${RUBY_SITELIBDIR}/action_web_service/protocol/abstract.rb -${RUBY_SITELIBDIR}/action_web_service/protocol/discovery.rb -${RUBY_SITELIBDIR}/action_web_service/protocol/soap_protocol.rb -${RUBY_SITELIBDIR}/action_web_service/protocol/soap_protocol/marshaler.rb -${RUBY_SITELIBDIR}/action_web_service/protocol/xmlrpc_protocol.rb -${RUBY_SITELIBDIR}/action_web_service/scaffolding.rb -${RUBY_SITELIBDIR}/action_web_service/struct.rb -${RUBY_SITELIBDIR}/action_web_service/support/class_inheritable_options.rb -${RUBY_SITELIBDIR}/action_web_service/support/signature_types.rb -${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/layout.rhtml -${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/methods.rhtml -${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/parameters.rhtml -${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds/result.rhtml -${RUBY_SITELIBDIR}/action_web_service/test_invoke.rb -${RUBY_SITELIBDIR}/action_web_service/version.rb -${RUBY_DOCDIR}/action_web_service/CHANGELOG -${RUBY_DOCDIR}/action_web_service/README -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/README -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/autoloading/google_search_api.rb -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/autoloading/google_search_controller.rb -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/delegated/google_search_service.rb -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/delegated/search_controller.rb -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/direct/google_search_api.rb -${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/direct/search_controller.rb -${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/README -${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/blogger_api.rb -${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/blogger_service.rb -${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/meta_weblog_api.rb -${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis/meta_weblog_service.rb -${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers/xmlrpc_controller.rb -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/controllers -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog/apis -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/metaWeblog -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/direct -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/delegated -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch/autoloading -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service/googlesearch -@dirrm ${RUBY_EXAMPLESDIR}/action_web_service -@dirrm ${RUBY_DOCDIR}/action_web_service -@dirrm ${RUBY_SITELIBDIR}/action_web_service/templates/scaffolds -@dirrm ${RUBY_SITELIBDIR}/action_web_service/templates -@dirrm ${RUBY_SITELIBDIR}/action_web_service/support -@dirrm ${RUBY_SITELIBDIR}/action_web_service/protocol/soap_protocol -@dirrm ${RUBY_SITELIBDIR}/action_web_service/protocol -@dirrm ${RUBY_SITELIBDIR}/action_web_service/dispatcher -@dirrm ${RUBY_SITELIBDIR}/action_web_service/container -@dirrm ${RUBY_SITELIBDIR}/action_web_service/client -@dirrm ${RUBY_SITELIBDIR}/action_web_service diff --git a/www/ruby-actionwebservice/distinfo b/www/ruby-actionwebservice/distinfo deleted file mode 100644 index deb2e0bc481..00000000000 --- a/www/ruby-actionwebservice/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.9 2007/10/16 03:31:02 minskim Exp $ - -SHA1 (actionwebservice-1.2.5.tgz) = 88e4bd8cc52e536672b135d5a91bc0d461e4caa1 -RMD160 (actionwebservice-1.2.5.tgz) = 2da3bf540c42aec5a1a723e59c98ac918c67030a -Size (actionwebservice-1.2.5.tgz) = 64094 bytes |