libnet-z3950-simpleserver-perl 1.15-1 source package in Ubuntu

Changelog

libnet-z3950-simpleserver-perl (1.15-1) unstable; urgency=low

  [ Ben Webb ]
  * New upstream release 1.14
  * Update patches
  * Update copyright file for new upstream licensing information

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release 1.15.
  * Refresh makefile.patch (remove hunk that was fixed upstream).
  * debian/control: fix Vcs-* fields (copypaste error).
  * Install new example script, and keep directory for samples/.
  * Update build dependencies: Remove alternative build dependency on
    virtual libyaz-dev; remove version from libyaz4-dev build dependency
    (upstream just requires YAZ 4); add version 4 to yaz to be on the safe
    side.
  * debian/copyright: use Format instead of Format-Specification.
  * Add /me to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 Jan 2012 12:25:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libnet-z3950-simpleserver-perl_1.15.orig.tar.gz 35.2 KiB 6edbe70450c19e887f84a4c0609b2f80a1d08381891fbb8fccacb341acb70843
libnet-z3950-simpleserver-perl_1.15-1.debian.tar.gz 3.1 KiB 76b1c9d405f8410adddf8295edbac60f739c38e2147e24461de85edda01dafe2
libnet-z3950-simpleserver-perl_1.15-1.dsc 2.2 KiB 08a2271015c769f642cc55cc98f63b876458c1a56d72d8506615489aeab780e4

Available diffs

View changes file

Binary packages built by this source

libnet-z3950-simpleserver-perl: simple perl API for building Z39.50 servers

 The Net::Z3950::SimpleServer module is a tool for constructing Z39.50
 "Information Retrieval" servers in Perl. The module is easy to use, but it does
 help to have an understanding of the Z39.50 query structure and the
 construction of structured retrieval records.
 .
 Z39.50 is a network protocol for searching remote databases and
 retrieving the results in the form of structured "records". It is widely
 used in libraries around the world, as well as in the US Federal Government.
 In addition, it is generally useful whenever you wish to integrate a number
 of different database systems around a shared, asbtract data model.
 .
 The model of the module is simple: It implements a "generic" Z39.50
 server, which invokes callback functions supplied by you to search
 for content in your database. You can use any tools available in
 Perl to supply the content, including modules like DBI and
 WWW::Search.
 .
 The server will take care of managing the network connections for
 you, and it will spawn a new process (or thread, in some
 environments) whenever a new connection is received.