Commit Graph

19784 Commits

Author SHA1 Message Date
sturm
84af9e1cce +p5-Carp-Datum
+p5-Getargs-Long
+p5-Log-Agent
2003-04-13 16:58:18 +00:00
sturm
78ffcc683e Initial import of Carp-Datum 0.1.3
Debugging And Tracing Ultimate Module

Carp::Datum implements the following features:

* Programming by contract: pre-conditions, post-conditions, assertions.
* Flow control tracing: routine entry, arguments, returned values
* Dynamic (i.e. runtime) configuration via mini language to tailor
  debugging and/or tracing at the routine / file / package / type level.
* Ability to statically remove all assertions and flow control tracing
  hooks in modules making use of Carp::Datum.
* Cooperation with Log::Agent for tracing.

from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
minor cleanup by me
2003-04-13 16:54:28 +00:00
sturm
7627ee9907 Initial import of Getargs-Long 0.1.3
The "Getargs::Long" module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
little cleanup and DESCR from me
2003-04-13 16:32:22 +00:00
sturm
cf60af4b67 Initial import of Log-Agent 0.304
Log::Agent is a general logging framework aimed at reusable modules.

Instead of having modules insist on using their own logging reporting
(by hardwiring calls to warn() or syslog()) which can conflict with
the final application's choice, one may use logwarn() for instance to
emit a warning.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
2003-04-13 16:20:20 +00:00
sturm
16621522d2 +tcpdpriv 2003-04-13 10:03:26 +00:00
sturm
b8f5ee89cb Initial import of tcpdpriv 1.1.10
Tcpdpriv removes sensitive information from a packet trace, replacing it
with contrived information from which the sensitive information cannot be
reconstructed.  By removing the sensitive information, the output of
tcpdpriv may be shared with others (for debugging or network analysis,
say).

WWW: http://ita.ee.lbl.gov/html/contrib/tcpdpriv.html
2003-04-13 10:00:41 +00:00
pvalchev
0b4dd288ce trickle 2003-04-13 08:08:35 +00:00
pvalchev
c666ca6186 Initial import of trickle-1.04
trickle is a portable lightweight userspace bandwidth shaper.  It can
run in collaborative mode (together with trickled) or in stand alone
mode.  trickle works by taking advantage of the unix loader preloading.
Essentially it provides, to the application, a new version of the
functionality that is required to send and receive data through sockets.
It then limits traffic based on delaying the sending and receiving of
data over a socket.  trickle runs entirely in userspace and does not
require root privileges.

WWW: http://monkey.org/~marius/trickle/

Maintainer Jolan Luff <jolan@cryptonomicon.org>
2003-04-13 08:07:50 +00:00
pvalchev
8fa76ea898 fix some warnings; from maintainer Jim Geovedi 2003-04-13 07:48:02 +00:00
david
6bb71a49be nsprpub/pr/include/md/_openbsd.cfg: fix a typo
nsprpub/pr/src/misc/prnetdb.c: add OpenBSD to the list of OSes with getifaddrs()
nsprpub/pr/src/misc/prtime.c: OpenBSD's struct tm has two additional fields: tm_zone and tm_gmtoff.

ok pvalchev@
2003-04-13 04:26:32 +00:00
david
b3bc1f4462 use -pthread rather than libc_r on OpenBSD
patch from bugzilla bug 198462
thanks to timeless and Rich Cannings
2003-04-13 02:57:40 +00:00
david
3a0e8bb760 update to reality
ok pvalchev@
2003-04-13 02:45:32 +00:00
david
783202879f update to the latest mozilla release (1.4a)
add correct dependencies
simplify configure options
ok pvalchev@

XXX: this port is still marked BROKEN (doesn't run)
2003-04-13 02:40:48 +00:00
david
ff5820ad96 update to Parallel::ForkManager 0.7.5
- Documentation fixes
- Fix bug if you specify max_procs = 0
ok pvalchev@
2003-04-12 20:30:02 +00:00
david
f8f238a79a remove perllocal.pod
ok MAINTAINER Peter Galbavy
ok pvalchev@
2003-04-12 20:22:24 +00:00
espie
d18c07a257 sync, 2208 packages 2003-04-12 17:54:08 +00:00
pvalchev
ecef48e44f don't assume OpenBSD/i386 means a.out, add !__ELF__ define; ok espie 2003-04-12 17:12:25 +00:00
espie
c55f7e18d6 security update: invoke ghostscript with safe flags, to disable
pdf/postscript possible holes.
2003-04-12 15:37:01 +00:00
espie
720638c1bb This is about quality documentation, isn't it ?
Help people choose the right software for their machine.
2003-04-12 15:25:04 +00:00
espie
5e723a1d5e +kobodeluxe* 2003-04-12 15:23:29 +00:00
espie
cf07c21559 xkobo meets sdl, plus music/sounds!
usable on non 8 bits display, window of reasonable size.
port from Jolan Luff, improvements taken from xkobo port by Marc Espie.
2003-04-12 15:22:10 +00:00
wilfried
1ca06ba180 remove cruft 2003-04-11 19:28:19 +00:00
naddy
c7a5a7d929 Update to 0.19.2:
* The server now runs as a daemon by default and automatically reloads the
  configuration file when it has been updated.
* Client options to force the use of IPv4 and IPv6, respectively.
2003-04-11 18:58:48 +00:00
lebel
6389fbedd4 drop maintainership on this one 2003-04-11 17:07:38 +00:00
pvalchev
e0965b3a91 fix Xft after XFree update; ok maintainer Jim Geovedi 2003-04-11 16:20:21 +00:00
wilfried
10fde02502 +rocksndiamonds 2003-04-11 15:31:50 +00:00
wilfried
5d9471d197 Import rocksndiamonds 2.1.1; submitted by Jolan Luff <jolan@cryptonomicon.org>
maze game resembling boulderdash
2003-04-11 15:31:27 +00:00
wilfried
9aa34adc53 Update beaver-0.2.6; from maintainer Vincent Derrien <vincent@ahoup.net> 2003-04-11 09:54:04 +00:00
wilfried
6b69081d19 + uqm, uqmcontent 2003-04-11 09:18:34 +00:00
wilfried
d53b87db3d Import uqmcontent 0.2; submitted by Jolan Luff <jolan@cryptonomicon.org>
The content files to uqm, which has a different license.
2003-04-11 09:17:18 +00:00
wilfried
0b538d3bd2 Import uqm 0.2; submitted by Jolan Luff <jolan@cryptonomicon.org>
The Ur-Quan Masters is an SDL-based port of the 3DO version of the
popular game Star Control 2.
2003-04-11 09:12:52 +00:00
jsyn
dfd02bf536 +netsed 2003-04-11 08:49:42 +00:00
jsyn
a4c4ca8198 Import of netsed-0.01c:
--
netsed is a small utility designed to allow you to alter the contents of
packets forwarded through your network in real time.

WWW: http://lcamtuf.coredump.cx/

This rocks, BTW; bought time I brought this in.
2003-04-11 08:48:42 +00:00
marcm
4affedc1f7 Missing BUILD_DEPENDS. Noticed by naddy@ 2003-04-11 05:05:02 +00:00
naddy
c48737b726 Update to 0.19.1. 2003-04-10 21:00:43 +00:00
jsyn
69152db193 remove reference to Visio; ok pvalchev@ 2003-04-10 18:46:49 +00:00
jsyn
4cfc5d8e6c s/socks/SOCKS/; ok jakob@ 2003-04-10 18:43:53 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
pvalchev
e9f6c0150a fix freetype2 paths w/ new XF4 2003-04-10 16:58:19 +00:00
sturm
b3e214febb update to ddd 3.3.1
- minor bug fixes
- improved temp file handling

from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
2003-04-10 16:51:21 +00:00
lebel
8dbeb41533 update vim/stable to 6.1.453 2003-04-10 16:36:38 +00:00
marcm
1e8a14910a In addition to updating Evolution to 1.2.4, this modifies the pthread
detection scheme in configure to properly handle our -pthread and includes
db-3.1.17 directly into the port, removing the version constraint on the
db port.

This also addresses the CORE security advisory ID CORE-20030304-01.
2003-04-10 15:59:49 +00:00
marcm
db52bed9cb Update to 1.1.10. Among other things, this fixes an issue that would
crash calling programs (like Evolution) when rendering certain HTML
pages.
2003-04-10 15:55:48 +00:00
marcm
a127d54ca7 Update to 0.7.11, minor bugfixes. 2003-04-10 15:53:54 +00:00
marcm
dd14861094 Update to 0.24, a bugfix release. 2003-04-10 15:52:33 +00:00
brad
39169f3f75 this should have been removed quite awhile ago. 2003-04-10 15:20:37 +00:00
shell
0dd67028ea remove perllocal.pod, thanks naddy@ 2003-04-10 13:53:13 +00:00
wilfried
7f1329aa24 don't try to remove this dir, noticed by naddy@ 2003-04-10 13:26:50 +00:00
jsyn
ce0e6c004a hyphenate and quote; ok jakob@ 2003-04-10 10:34:04 +00:00
jsyn
e8d97037b2 s/Rortuguese/Portuguese/; quoting 2003-04-10 10:30:07 +00:00