Commit Graph

17819 Commits

Author SHA1 Message Date
wilfried
9eaddb303d update to p5-HTML-Mason-1.15; from new maintainer Jim Geovedi <jim@corebsd.or.id> 2002-10-16 13:18:19 +00:00
wilfried
a0d8d83533 Import libapreq 1.0; subimmted by Jim Geovedi <jim@corebsd.or.id>
This package contains modules for manipulating client request data
via the Apache API with Perl and C.
2002-10-16 13:09:30 +00:00
wilfried
63928e3ea8 Import p5-Scalar-List-Utils 1.0701; submitted by Jim Geovedi <jim@corebsd.or.id>
This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage
would not really be high enough to warrant the use of a keyword,
and the size so small such that being individual extensions would
be wasteful.
2002-10-16 13:06:16 +00:00
wilfried
0ac4bbe8b2 Import p5-IPC-ShareLite 0.08; submitted by Jim Geovedi <jim@corebsd.or.id>
Provides a simple interface to shared memory, allowing data to be
efficiently communicated between processes.
2002-10-16 13:02:03 +00:00
wilfried
4b704c08d2 Import p5-Exception-Class 1.05; submitted by Jim Geovedi <jim@corebsd.or.id>
This module allows you to declare hierarchies of exception classes for
use in your code.
2002-10-16 12:58:52 +00:00
wilfried
ddcd72629d Import p5-Error 0.15; submitted by Jim Geovedi <jim@corebsd.or.id>
Error/exception handling in an OO-ish way.
2002-10-16 12:56:22 +00:00
wilfried
8a09eca1c4 Import p5-Devel-StackTrace 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
objects, one for each level of the stack.
2002-10-16 12:53:27 +00:00
wilfried
84bf4ecc32 Import p5-Class-Data-Inheritable 0.02; submitted by Jim Geovedi <jim@corebsd.or.id>
Class::Data::Inheritable is for creating accessor/mutators to class
data.  That is, if you want to store something about your class as
a whole (instead of about a single object).  This data is then
inherited by your subclasses and can be overriden.
2002-10-16 12:50:40 +00:00
wilfried
4c0de82e6b Import p5-Class-Container 0.07; submitted by Jim Geovedi <jim@corebsd.or.id>
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason",
in which the Compiler, Lexer, Interpreter, Resolver, Component,
Buffer, and several other objects must create each other transparently,
passing the appropriate parameters to the right class, possibly
substituting their own subclass for any of these objects.
2002-10-16 12:47:38 +00:00
wilfried
a64a9f7829 Import p5-Cache-Cache 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.
2002-10-16 12:43:03 +00:00
wilfried
5aa6d01cd1 update to p5-Params-Validate-0.24, from new maintainer Jim Geovedi <jim@corebsd.or.id> 2002-10-16 12:39:16 +00:00
wilfried
a90dfcddab New maintainer: Jim Geovedi <jim@corebsd.or.id> 2002-10-16 12:37:39 +00:00
naddy
e1ef9e0c8d nut flavor changed 2002-10-16 11:25:05 +00:00
jsyn
6f5bd6f705 fix distsite; from Jose Nazario (jose@monkey.org) 2002-10-16 05:41:02 +00:00
mark
e741771003 lopster-1.0.1-dev5.12p1 update
lopster-1.0.1 release is eternally broken, both server_t and metaserver
changes have led to a broken port.  This version revives the port and will
be substituted for the release when it comes out.  I am normally against
any dev version going into the ports tree, but in this case the code has
tested more stable then the release (probably due to metaserver framework
changes) and it provides a working port as opposed to a broken one.  We
will rotate back to release when the author provides an update that solves
server side issues have been resolved as such.  I tried to back patch the
1.0.1 release, and it would require a substantial rewrite.

Features:

+ threaded connection implementation (connect to multiple networks at once)
+ framework for supporting other protocols although opennap is all that seems
  to work
+ patch-src_server_c is a back patch from cvs repo of napigator's changed url,
  without it, none of this comes together.

Tested on macppc (me), i386 (jolan), sparc64 (brad@) -- ok dev on this
approach rather then breaking port, brad@.
2002-10-16 05:27:41 +00:00
naddy
8eb36e2381 - C++ fixes for gcc3
- no regression tests available
2002-10-16 01:33:58 +00:00
naddy
8e69bbe93d - C++ fixes for gcc3
- no regression tests available
2002-10-16 00:49:04 +00:00
naddy
3603e8e9dd C++ fixes for gcc3; based on work by Jack J. Woehr <jwoehr@attglobal.net>. 2002-10-16 00:01:11 +00:00
naddy
1a7e60770d enable xvkbd 2002-10-15 19:44:30 +00:00
naddy
bdc42102e3 Import xvkbd 2.4; submitted by Yozo TODA <yozo@v007.vaio.ne.jp>.
xvkbd is a virtual (graphical) keyboard program for X11.
2002-10-15 19:43:10 +00:00
wilfried
d2aac7212d add p5-Net-DNS-SEC 2002-10-15 11:26:49 +00:00
wilfried
69e18f69e9 add p5-Crypt-OpenSSL-DSA, p5-Crypt-OpenSSL-RSA and p5-Crypt-OpenSSL-Random 2002-10-15 11:25:49 +00:00
wilfried
6256ec90f5 Import of p5-Net-DNS-SEC-0.07,
from Wesley Griffin <wgriffin@jtan.com>

extends the Net::DNS module with DNSSEC functionality
2002-10-15 11:24:16 +00:00
wilfried
bae148186c Import of p5-Crypt-OpenSSL-DSA-0.10,
from Wesley Griffin <wgriffin@jtan.com>

This module implements the Digital Signature Algorithm (DSA) using
a thin XS wrapper to the DSA functions in OpenSSL.
2002-10-15 11:21:33 +00:00
wilfried
1a9972377b Import of p5-Crypt-OpenSSL-RSA-0.16,
from Wesley Griffin <wgriffin@jtan.com>

This module is an XS perl module designed to provide basic RSA
functionality. It does this by providing a glue to the RSA functions
in the OpenSSL library.
2002-10-15 11:20:10 +00:00
wilfried
f1c92433eb Import of p5-Crypt-OpenSSL-Random-0.03,
from Wesley Griffin <wgriffin@jtan.com>

This module provides the ability to seed and query the OpenSSL
library's pseudo-random number generator
2002-10-15 11:16:26 +00:00
wilfried
032cf9e0ce wrong path 2002-10-15 11:14:34 +00:00
wilfried
dadd565a5f Import of p5-Crypt-OpenSSL-Random-0.03,
from Wesley Griffin <wgriffin@jtan.com>

This module provides the ability to seed and query the OpenSSL
library's pseudo-random number generator
2002-10-15 11:08:57 +00:00
pvalchev
25285de69e Update to micq-0.4.9.3.1 and make this port useful (working) again
Largely rewritten by Rudiger Kuhlmann includes support for version 8
of the protocol, internationalization, file transfer, etc.  License
now GPL, see http://www.micq.org
From new maintainer David Krause
2002-10-15 04:26:27 +00:00
marcm
dd73fa6eb5 * Update to 1.0.0
* CGIs are now a SUBPACKAGE and work with chrooted Apache

* Make myself MAINTAINER

* Mark conflict with upad-2.0

ok naddy@ and nate@
2002-10-14 16:14:33 +00:00
naddy
e792418990 * pull in missing headers
* fix function prototypes
* fix type mismatches on functions
from Nick Nauwelaerts <nick@wanadoo.be>
2002-10-14 14:55:53 +00:00
pvalchev
5baf7159a9 Update to vectoroids-1.1.0; from maintainer lurene@daemonkitty.net 2002-10-14 10:02:51 +00:00
pvalchev
f51b582efd Update to mplayer-0.90pre8; from biorn@dce.chalmers.se 2002-10-14 09:50:48 +00:00
pvalchev
39ef8b05cc Changes from maintainer Jolan Luff <jolan@cryptonomicon.org>
- cast NULL to (void *) in execl call to make sure it is 64 bit
on 64 bit address systems; per new gcc warning
- Respect ${SYSCONFDIR}, ${LOCALBASE}
- fix some formatting
2002-10-13 22:39:45 +00:00
naddy
de76294f85 - configure sparc64 as a 64-bit platform
- include workaround for a compiler bug
- simplify
ok jakob@
2002-10-13 22:09:25 +00:00
naddy
08eb2c7a60 C++ fixes for gcc3; parts from Jack J. Woehr <jwoehr@attglobal.net> 2002-10-13 21:45:46 +00:00
shell
26c4f762b2 SUBDIR+= migrationtools 2002-10-12 17:33:01 +00:00
shell
569d850d8d Initial import of MigrationTools-44
---
The MigrationTools are a set of Perl scripts for migrating users,
groups, aliases, hosts, netgroups, networks, protocols, RPCs, and
services from existing nameservices (flat files, NIS, and NetInfo)
to LDAP.

WWW: http://www.padl.com/OSS/MigrationTools.html
2002-10-12 17:31:43 +00:00
naddy
4e49143083 - Do not try to link with id3lib.
- gettext cleanup.
2002-10-12 15:38:23 +00:00
reinhard
2727f19298 update to nessus v1.2.6
see http://www.nessus.org/posix.html for changelist
2002-10-12 13:04:22 +00:00
jsyn
bf2b8fc541 update to flawfinder-1.21; port is using python2.2 now as well 2002-10-12 07:37:31 +00:00
jsyn
b8d78e3404 update to rats-2.1 2002-10-12 06:28:18 +00:00
jakob
549178a65f update to snapshot 1.1.11-20020928 2002-10-11 23:00:04 +00:00
naddy
4ce0dc6944 - Fix dependencies.
- Clean-up, bug fixes.
From: Jim Geovedi <jim@corebsd.or.id>
2002-10-11 18:40:46 +00:00
reinhard
d31aa12fa4 SECURITY update to v4.0.6
A security vulnerability has been confirmed to exist in Apache Tomcat
4.0.x releases (including Tomcat 4.0.5), which allows to use a specially
crafted URL to return the unprocessed source of a JSP page, or, under
special circumstances, a static resource which would otherwise have been
protected by security constraint, without the need for being properly
authenticated. This is based on a variant of the exploit that was
disclosed on 09/24/2002.
2002-10-11 14:36:21 +00:00
todd
e18e0273a9 make _sure_ we dont use the includes from the in-tree version of boehm-gc 2002-10-11 12:34:20 +00:00
todd
6e9c7cab13 update to alpha17 (finally some activity!) 2002-10-11 12:27:00 +00:00
naddy
2cb2ec0f32 fix library dependency 2002-10-10 22:15:37 +00:00
naddy
d767d225ba library dependency specs must have a first component 2002-10-10 22:07:30 +00:00
naddy
dc7b8f8a72 typo; from Han Boetes <han@mijncomputer.nl> 2002-10-10 21:14:11 +00:00