mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add WWW entries and re-compose descriptions
This commit is contained in:
parent
ccaae76721
commit
442de8175b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83144
@ -3,4 +3,4 @@ such as the news history file. It does support the creation of a new
|
||||
database if the .pag and .lib files are missing -- just call the tie
|
||||
function with a create flag and a mode (see the documentation).
|
||||
|
||||
Author: Wayne Davison <wayne@clari.net>
|
||||
WWW: http://search.cpan.org/dist/DBZ_File/
|
||||
|
@ -1 +1,3 @@
|
||||
Dialog - Perl interface to dialog(3)
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dialog/
|
||||
|
@ -1,7 +1,9 @@
|
||||
IPC::Shareable allows you to tie a variable to shared memory making
|
||||
it easy to share the contents of that variable with other Perl
|
||||
processes. Currently either scalars or hashes can be tied; tying of
|
||||
arrays remains a work in progress. However, the variable being tied may
|
||||
contain arbitrarily complex data structures - including references to
|
||||
arrays, hashes of hashes, etc. See the "REFERENCES" entry in this
|
||||
manpage below for more information.
|
||||
IPC::Shareable allows you to tie a variable to shared memory making it
|
||||
easy to share the contents of that variable with other Perl processes.
|
||||
Currently either scalars or hashes can be tied; tying of arrays remains
|
||||
a work in progress. However, the variable being tied may contain
|
||||
arbitrarily complex data structures - including references to arrays,
|
||||
hashes of hashes, etc. See the "REFERENCES" entry in this manpage below
|
||||
for more information.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IPC-Shareable/
|
||||
|
@ -3,3 +3,5 @@ improvements over the existing programs that do the same thing. Only
|
||||
tested on OpenBSD, but should run without problems on any Unix-like
|
||||
system. If you furtherly improve it, please send me the diffs. As always,
|
||||
published under a BSD style license, see the included LICENSE file.
|
||||
|
||||
WWW: http://jumpgate.sourceforge.net/
|
||||
|
@ -6,3 +6,5 @@ consistent and predictable interfaces to incompatible whois response formats.
|
||||
The Whois RFC (954) does not define a template for presenting server data;
|
||||
consequently there is a large variation in layout styles as well as content
|
||||
served across servers.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-XWhois/
|
||||
|
Loading…
Reference in New Issue
Block a user