Port details |
- p5-Net-Z3950-SimpleServer Perl module for developing Z39.50 servers
- 1.20_1 net =3 1.20_1Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: 2002-03-10 18:47:41
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Net-Server, p5-Net-Radius, p5-Geo-IPfree, p5-Net-Dict, p5-Net-Whois-Raw
- Also Listed In: perl5
- License: BSD3CLAUSE
- WWW:
- https://www.indexdata.dk/simpleserver/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Z3950-SimpleServer>0:net/p5-Net-Z3950-SimpleServer
- To install the port:
- cd /usr/ports/net/p5-Net-Z3950-SimpleServer/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Z3950-SimpleServer
- pkg install p5-Net-Z3950-SimpleServer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-Z3950-SimpleServer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-Z3950-SimpleServer-1.20.tar.gz) = c0c897f16b6892c9531e453b9c58c3803df32cdef0d422ebbf5cb73654cfe4ed
SIZE (Net-Z3950-SimpleServer-1.20.tar.gz) = 37592
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libyaz.so : net/yaz
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-Z3950-SimpleServer
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.20_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.20_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.20_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.20_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.20_1 31 May 2015 13:16:30 |
amdmi3 |
- Fix shebangs
- Add LICENSE
Approved by: portmgr blanket
MFH: 2015Q2 |
1.20 30 Jan 2015 11:13:17 |
demon |
Update to version 1.20. |
1.19_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.19 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.19 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.19 21 Dec 2013 18:57:08 |
demon |
Update to version 1.19. |
1.16_1 27 Oct 2013 15:17:06 |
pawel |
- Update net/yaz to version 5.0.2
- Update net/zebra-server to 2.0.55 and fix build
with new net/yaz [1]
- Bump other affected ports
PR: ports/183355 [1]
Submitted by: myself
Approved by: maintainer |
1.16 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.16 06 Sep 2013 14:30:24 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.16 13 Mar 2013 07:09:34 |
demon |
Update to version 1.16. |
1.12_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.12_1 09 Aug 2010 22:56:19 |
araujo |
- Bump PORTREVISION to chase the update of net/yaz. |
1.12 27 May 2010 11:14:07 |
demon |
Update to versnio 1.12. |
1.11 19 Jun 2009 12:00:39 |
demon |
Update to 1.11.
PR: 135788
Submitted by: pgollucci |
1.09 04 Apr 2008 21:36:44 |
pav |
- Update to 1.09 to build with yaz3 |
1.04 08 Sep 2007 01:02:54 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.04 23 Dec 2006 16:23:46 |
demon |
Update to 1.04. |
1.03 16 Aug 2006 08:50:45 |
demon |
Update to 1.03.
PR: 102043
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
1.01 19 Jun 2006 07:44:50 |
aaron |
- Update from v0.08 to v1.01
- Update plist
PR: ports/98350
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |
0.08 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.08 01 Jan 2006 19:43:51 |
leeym |
- unbreak this port under old perl
- use MASTER_SITE_PERL_CPAN instead
PR: 90543
Submitted by: leeym
Approved by: maintainer timeout |
0.08 10 Apr 2005 21:59:01 |
kris |
BROKEN on 4.x: Does not compile |
0.08 14 Feb 2005 07:24:10 |
demon |
Add missing @dirrm's. |
0.08 14 Oct 2004 11:14:39 |
demon |
Update to version 0.08. |
0.07 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.07 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.07 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.07 28 Feb 2003 11:40:59 |
demon |
Chase yaz shlib version bump;
de-pkg-comment (yaz++). |
0.07 05 Jan 2003 09:11:31 |
demon |
Update to 0.07 |
10 Mar 2002 21:47:41 |
demon |
New port: A Perl module for developing Z39.50 servers |