SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

10
www/ruby-xmlrpc/pkg/DESCR Normal file
View file

@ -0,0 +1,10 @@
XMLRPC is a lightweight protocol that enables remote procedure calls
over HTTP. It is defined at http://www.xmlrpc.com.
XMLRPC allows you to create simple distributed computing solutions that
span computer languages. Its distinctive feature is its simplicity
compared to other approaches like SOAP and CORBA.
The Ruby standard library package 'xmlrpc' enables you to create a
server that implements remote procedures and a client that calls them.
Very little code is required to achieve either of these.

28
www/ruby-xmlrpc/pkg/PLIST Normal file
View file

@ -0,0 +1,28 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.github/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/test.yml
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/NEWS.md
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/console
${GEM_LIB}/gems/${DISTNAME}/bin/setup
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/base64.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/config.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/create.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/datetime.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/marshal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xmlrpc/utils.rb
${GEM_LIB}/gems/${DISTNAME}/xmlrpc.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec