pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Remove ruby-actionwebservice, which was obsoleted ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60d524a0c8b3
branches:  trunk
changeset: 538717:60d524a0c8b3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Feb 17 18:19:14 2008 +0000

description:
Remove ruby-actionwebservice, which was obsoleted by ruby-activeresource.

diffstat:

 www/Makefile                       |   3 +-
 www/ruby-actionwebservice/DESCR    |   3 -
 www/ruby-actionwebservice/Makefile |  36 --------------------
 www/ruby-actionwebservice/PLIST    |  66 --------------------------------------
 www/ruby-actionwebservice/distinfo |   5 --
 5 files changed, 1 insertions(+), 112 deletions(-)

diffs (143 lines):

diff -r 504a8cfe59be -r 60d524a0c8b3 www/Makefile
--- a/www/Makefile      Sun Feb 17 17:59:23 2008 +0000
+++ b/www/Makefile      Sun Feb 17 18:19:14 2008 +0000
@@ -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+=       raggle
 SUBDIR+=       rails
 SUBDIR+=       ruby-actionpack
-SUBDIR+=       ruby-actionwebservice
 SUBDIR+=       ruby-activeresource
 SUBDIR+=       ruby-borges
 SUBDIR+=       ruby-clearsilver
diff -r 504a8cfe59be -r 60d524a0c8b3 www/ruby-actionwebservice/DESCR
--- a/www/ruby-actionwebservice/DESCR   Sun Feb 17 17:59:23 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 504a8cfe59be -r 60d524a0c8b3 www/ruby-actionwebservice/Makefile
--- a/www/ruby-actionwebservice/Makefile        Sun Feb 17 17:59:23 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 504a8cfe59be -r 60d524a0c8b3 www/ruby-actionwebservice/PLIST
--- a/www/ruby-actionwebservice/PLIST   Sun Feb 17 17:59:23 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 504a8cfe59be -r 60d524a0c8b3 www/ruby-actionwebservice/distinfo
--- a/www/ruby-actionwebservice/distinfo        Sun Feb 17 17:59:23 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index