aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Z3950-SimpleServer/pkg-descr
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-03-10 21:47:41 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-03-10 21:47:41 +0000
commit168bc098ead79156280c8e78097a41ae769ae4fd (patch)
treea30de7096b004be1cffe2b382ca2d3345b16cef5 /net/p5-Net-Z3950-SimpleServer/pkg-descr
parentbbede146fff9e6c3f42fa410bffe7cbd994430f3 (diff)
downloadports-168bc098ead79156280c8e78097a41ae769ae4fd.tar.gz
ports-168bc098ead79156280c8e78097a41ae769ae4fd.zip
New port: A Perl module for developing Z39.50 servers
Notes
Notes: svn path=/head/; revision=55826
Diffstat (limited to 'net/p5-Net-Z3950-SimpleServer/pkg-descr')
-rw-r--r--net/p5-Net-Z3950-SimpleServer/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950-SimpleServer/pkg-descr b/net/p5-Net-Z3950-SimpleServer/pkg-descr
new file mode 100644
index 000000000000..b9d9497933a6
--- /dev/null
+++ b/net/p5-Net-Z3950-SimpleServer/pkg-descr
@@ -0,0 +1,19 @@
+SimpleServer is a Perl module which is intended to make it as simple as
+possible to develop new Z39.50 servers over any type of database
+imaginable. All you have to do is implement a function for initialising your
+database (optional), searching the database, and returning "database
+records" on request. The module takes care of everything else and
+automatically starts a server for you, listens to incoming connections,
+and implements the Z39.50 protocol. It couldn't really be easier.
+
+SimpleServer is based on the popular YAZ toolkit which means it is
+robust, efficient, widely portable, and it interoperates with all known
+Z39.50 clients.
+
+Use SimpleServer together with other Perl modules to provide gateways
+to relational databases, local file stores, SOAP/RDF-servers, etc.
+
+SimpleServer currently supports the Init, Search, Present, Scan and
+Close services.
+
+WWW: http://www.indexdata.dk/simpleserver/