Commit Graph

12884 Commits

Author SHA1 Message Date
heko
d0774cb5fd initial import of p5-Net-Ping-External
--
Net::Ping::External is a module which interfaces with the ping(1) 
command on the system. It presently provides a single function,
ping(), that takes in a hostname and (optionally) a timeout and 
returns true if the host is alive, and false otherwise. Unless 
you have the ability (and willingness) to run your scripts as 
the superuser on your system, this module will probably provide 
more accurate results than Net::Ping (bundled with the perl
base installation) will.
2001-09-20 14:00:26 +00:00
shell
8a7bdfc84b Add missing p5-String-Random 2001-09-20 13:33:21 +00:00
heko
35f5a0d1ee initial import of net/p5-Net-Traceroute-1.05:
--
Net::Traceroute is an interface for talking to traceroute in perl. 

WWW:	http://www.linnaean.org/~hag/perl/traceroute/traceroute.html
2001-09-20 13:12:00 +00:00
shell
6754f6049a + py-libpcap 2001-09-20 11:39:04 +00:00
shell
725730bceb Initial import of py-libpcap-0.2
Submitted and maintained by Maurice Nonnekes <maurice@amaze.nl>
---

libpcap is a packet capturing library. It is used by all sorts of
networking diagnostic programs (like tcpdump and nmap).

py-libpcap is an interface to this library for Python.

WWW: http://sourceforge.net/projects/pylibpcap/
2001-09-20 11:38:24 +00:00
naddy
70e1f2cafc update to #159: minor bug fixes 2001-09-20 11:25:42 +00:00
brad
388f74060d - better MASTER_SITES
- bump NEED_VERSION
2001-09-20 03:45:14 +00:00
naddy
99082f2919 fix configure script directly, not worth running autoconf 2001-09-20 01:32:03 +00:00
naddy
d103cdf805 - sync libtool patches
- fix modules
2001-09-20 01:08:11 +00:00
naddy
0f63dd5cb3 - fix message catalog installation
- attempt at proper autoconf check for iconv
2001-09-20 00:38:20 +00:00
jakob
c687ac124e add gq 2001-09-19 20:46:44 +00:00
jakob
1b509b4d30 GTK-based LDAP client; from olivier.lemaire@IDEALX.com 2001-09-19 20:45:55 +00:00
todd
daf017492f use autoconf to generate configure to use -lreadline -lcurses for debug
flavor.
Problem found by yanick@qmkos.org
2001-09-19 20:44:53 +00:00
naddy
930b58bdc4 - fix message catalog installation
- add libtool patches
2001-09-19 20:33:01 +00:00
naddy
9686553385 kludge to fix second set of master sites; from heko@ 2001-09-19 19:05:14 +00:00
naddy
881b3007a0 - update to 1.13.23; input from todd@
- fix install of info docs
2001-09-19 17:30:44 +00:00
espie
c73c57b940 add a note about old config files screwing around. 2001-09-19 16:59:52 +00:00
naddy
e6a221a1ba - fix message catalog installation
- sync libtool patches
- use .bz2 distfile
2001-09-19 16:28:58 +00:00
espie
3a0cf8ed4d Update dependencies (kill first part when needed).
Update japanese/README... 2.4 is looong past.
2001-09-19 16:03:09 +00:00
espie
3e2f1db91b Dependencies update.
A bit of documentation.
Some other update (artwork, kdoc, mosfet-liquid)
2001-09-19 15:20:11 +00:00
espie
146dd13ffb show what is actually checked (the pkg, no longer the file) 2001-09-19 15:16:39 +00:00
naddy
769d89d04a - fix message catalog installation
- add libtool patches
- clean
2001-09-19 14:54:41 +00:00
naddy
ee4e309313 - fix message catalog installation
- sync libtool patches
- UVM is no longer an option
- remove useless install message
- add RCS Ids, clean up
2001-09-19 14:37:49 +00:00
lebel
0140769365 enable ssl with pop. pointed out by naddy@ 2001-09-19 14:37:00 +00:00
espie
25650be808 Update to 2.2.1.
Some patches folded back.
ksysguardd from Sebastian Stark. Doesn't work squeaky-clean yet, but at
least some people can look at it now...
2001-09-19 14:13:28 +00:00
naddy
813a2ef9e3 drop leading "the" from COMMENT 2001-09-19 13:53:15 +00:00
naddy
4acd746f16 - fix message catalog installation
- sync libtool patches
- use .bz2 distfile
- clean-up
2001-09-19 13:37:58 +00:00
naddy
9222517c5a we don't own lib/pkgconfig 2001-09-19 11:46:32 +00:00
naddy
4b29d36429 oops, restore correct RUN_DEPENDS 2001-09-19 11:43:53 +00:00
brad
eb5409484c upgrade to gettext 0.10.40 2001-09-19 03:37:20 +00:00
jcs
4109aa7b11 Update to gkrellm-reminder 0.3.0 2001-09-19 01:19:11 +00:00
shell
41da3b4ff6 add py-psycopg,zope 2001-09-19 01:06:39 +00:00
shell
562f53e4de oops.. forgot to add this too 2001-09-19 01:05:56 +00:00
shell
62001fd985 Upgrade to 0.99.6, add zope flavor
from maintainer
2001-09-19 01:05:17 +00:00
naddy
c914b9cb77 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* Add missing gdbm dependency.

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 22:33:02 +00:00
naddy
b9b92e671f * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* add missing bzip2 dependency (spotted by heko@)
* fix error in install invocation in INSTALL.
* remove un-needed entries from PLIST (spotted by heko@)
* Install missing configuration file

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 22:03:43 +00:00
naddy
0ad8d400c2 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* Fix PLIST, remove unneeded entry and actually remove the example
  configuration files.

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 21:45:30 +00:00
naddy
df55ac43b8 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 21:42:04 +00:00
naddy
39e059f821 Update to 16.1e:
Added code in both the client and the server to detect whether the
peer is an old version with the S1G bug.  The server will refuse
to serve such clients, and the client will refuse updates from
such a server.  In each case, an error message is printed with a
URL that describes the bug and the upgrade procedure.
2001-09-18 21:26:10 +00:00
naddy
7f7b1a237e sync libtool patches 2001-09-18 20:48:03 +00:00
naddy
1ce152a63a sync libtool patches 2001-09-18 20:37:12 +00:00
naddy
7830044a52 - gettext fixes
- sync libtool patches
- miscellaneous clean-ups
2001-09-18 20:28:53 +00:00
naddy
dc02c22979 - sync libtool patches
- build modules as modules
2001-09-18 17:47:33 +00:00
naddy
f1860e698a sync libtool patches 2001-09-18 17:27:44 +00:00
naddy
c2f25283a6 cleanup 2001-09-18 15:53:13 +00:00
naddy
b6617c0027 install message catalogs at proper location, cleanup 2001-09-18 15:18:52 +00:00
naddy
0151051035 simplify: sync gettext check with upstream version from gconf 2001-09-18 15:10:04 +00:00
naddy
b54dc3189b oops, unnecessary 2001-09-18 14:37:53 +00:00
naddy
0cda765a34 gettext fixes, improve db3 handling, miscellaneous clean-ups 2001-09-18 14:22:14 +00:00
shell
511ce96e8a +py-Gtk and ,gnome 2001-09-18 06:03:10 +00:00