debian/0000755000000000000000000000000012231171607007166 5ustar debian/watch0000644000000000000000000000021111675115633010221 0ustar version=3 http://search.cpan.org/dist/Net-Z3950-SimpleServer/ .*/Net-Z3950-SimpleServer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-z3950-simpleserver-perl.examples0000644000000000000000000000001511675115633016455 0ustar samples *.pl debian/rules0000755000000000000000000000003611675115633010255 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000373011675115633011134 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: Net-Z3950-SimpleServer Upstream-Contact: Anders Sønderberg Sebastian Hammer Mike Taylor Source: http://search.cpan.org/dist/Net-Z3950-SimpleServer/ Files: * Copyright: 2000-2006, Index Data. License: BSD-3-clause Files: debian/* Copyright: 2011, Ben Webb 2011, gregor herrmann License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Index Data nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000011675115633010476 5ustar debian/source/format0000644000000000000000000000001411675115633011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011675115633010625 5ustar debian/patches/makefile.patch0000644000000000000000000000123111675115633013420 0ustar Description: only install the perl modules to the libdir, not the example test scripts Origin: vendor Forwarded: not-needed Author: Ben Webb Reviewed-by: gregor herrmann Last-Update: 2011-12-23 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,4 +40,7 @@ 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => $yazinc, # e.g., '-I/usr/include/other' # OPTIMIZE => "-Wdeclaration-after-statement -g -O0", + 'PM' => {'GRS1.pm' => '$(INST_LIBDIR)/GRS1.pm', + 'OID.pm' => '$(INST_LIBDIR)/OID.pm', + 'SimpleServer.pm' => '$(INST_LIBDIR)/SimpleServer.pm'} ); debian/patches/series0000644000000000000000000000001711675115633012040 0ustar makefile.patch debian/compat0000644000000000000000000000000211675115633010374 0ustar 8 debian/control0000644000000000000000000000345711675115633010612 0ustar Source: libnet-z3950-simpleserver-perl Section: perl Priority: extra Maintainer: Debian Perl Group Uploaders: Ben Webb , gregor herrmann Build-Depends: debhelper (>= 8), perl, libyaz4-dev, yaz (>= 4) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-z3950-simpleserver-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-z3950-simpleserver-perl.git Homepage: http://search.cpan.org/dist/Net-Z3950-SimpleServer/ Package: libnet-z3950-simpleserver-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: 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. debian/changelog0000644000000000000000000000243612231171607011045 0ustar libnet-z3950-simpleserver-perl (1.15-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:27:35 +0100 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. -- gregor herrmann Fri, 23 Dec 2011 16:16:56 +0100 libnet-z3950-simpleserver-perl (1.12-1) unstable; urgency=low * Initial Release. (closes: #636603) -- Ben Webb Sat, 06 Aug 2011 17:51:18 +0000