Commit Graph

30190 Commits

Author SHA1 Message Date
espie
01c2d27f64 let resolve-lib return a useful error code 2005-10-09 13:27:39 +00:00
mbalmer
6372b0869f Remove MAINTAINER Heikki Korpela (heko at openbsd dot org) per his request. 2005-10-09 13:13:25 +00:00
espie
43ed8edb9c tweak the way library dependencies are resolved to speed them up.
Now, resolve-lib can take a big list of libraries with full paths,
and it can solve a big list of spec at once.
Basically, we move most of the parsing of spec paths into resolve-lib.

Since print-package-signature does build a full list of libs, let's solve
it all at once, instead of invoking a costly perl script repeatedly.

Add some caching possibilities for out-of-date. Specifically:
- store libraries for each package under the directory _PORT_LIBS_CACHE
- use the dependency cache _DEPENDS_FILE to avoid recreating dependency
chains, add a new file _DEPENDS_CACHE that will accumulate all dependencies,
and extract these with a simple script extract-dependencies.

Use echo to build libraries lists instead of ls, that's a bit simpler...

Some more clean-up will happen: it's probably simpler to parse libspecs
at once, extract the libraries needed and go fetch the corresponding libraries
just once.
2005-10-09 12:01:22 +00:00
alek
da2d577443 Add p5-Nmap-Scanner 2005-10-09 11:39:14 +00:00
alek
02daf32c61 Import Nmap::Scanner 0.9
This set of modules provides perl class wrappers for the network mapper
(nmap) scanning tool. Using these modules, a developer, network
administrator, or other techie can create perl routines or classes which
can be used to automate and integrate nmap scans elegantly into new and
existing perl scripts.

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl> (MAINTAINER)
2005-10-09 11:33:47 +00:00
mbalmer
7d24d44001 Add a patch from Antti Harri (iku at openbsd dot fi) to prevent cups
from inadvertently shut down OpenBSD and bump the package name.
2005-10-09 10:29:46 +00:00
alek
58ff9e449c - Fix locking to protect device access from more than one frontend
- Bump PKGNAME

From Antoine Jacoutot <ajacoutot@lphp.org> (MAINTAINER)
2005-10-09 09:12:19 +00:00
mbalmer
12027718bf Update to SpamAssassin 3.1.0.
Release notes available:
http://marc.theaimsgroup.com/?l=spamassassin-announce&m=112674318914008&w=2

From Ben Lovett <ben at tilderoot dot com>
2005-10-09 09:05:43 +00:00
alek
f6797d6bd8 Add p5-HTTP-GetImages 2005-10-09 08:30:39 +00:00
alek
56dec2dbef Import HTTP::GetImages 0.343
This module allows to automate the searching, recovery and local storage
of images from the Web, including those linked by anchor (A),
image (IMG) and image map (AREA) elements.

From Lievisse Adriaanse <jasper@nedbsd.nl>
2005-10-09 08:17:17 +00:00
pvalchev
7a2d635d0d fix master site; chris.kuethe@gmail.com 2005-10-09 01:26:56 +00:00
brad
c2f1b62cde missed this 2005-10-08 20:05:32 +00:00
brad
5ad8971964 add mysql and ldap FLAVORs as well as re-enabling SSL. 2005-10-08 20:05:06 +00:00
mbalmer
a722685d81 Update to version 2.1.1 and take maintainership.
For more information, see release information on
http://www.r-project.org/

with help from bernd@ and ok robert@,bernd@
2005-10-08 09:47:36 +00:00
jakob
3ba21fd18d OpenLDAP 2.2.29 2005-10-08 09:12:38 +00:00
pvalchev
046c6bf86c remove 0-byte empty file... strange it was here 2005-10-08 08:21:21 +00:00
pvalchev
233d1bdd91 fix build on macppc (config.guess), no package change 2005-10-08 08:13:21 +00:00
pvalchev
a494bb763b sync patches (linenumbers) 2005-10-08 08:06:52 +00:00
pvalchev
046e52975e more 2005-10-08 07:22:25 +00:00
grange
d416dc4177 Update to cnupm-3.9.1. 2005-10-08 04:06:14 +00:00
grange
6ece97f07c Update to gxemul-0.3.6.
Small fix for the recent OpenBSD ATA security changes and (tadam!)
ARM support, OpenBSD/cats now runs in gxemul.
2005-10-08 03:54:25 +00:00
pvalchev
dfc8ec790c sync, 3263 unzels 2005-10-08 00:16:32 +00:00
djm
89e7685dbf import of p5-Chart: a Perl module to draw basic charts (bar, line, pie
and many other types) using the p5-GD module
2005-10-07 23:09:09 +00:00
brad
f043d4a44f bump server PKGNAME 2005-10-07 22:48:42 +00:00
brad
bc8d732f72 fix creation of socket dir.
From: kevlo@
2005-10-07 22:48:12 +00:00
brad
9633d1ff97 use -f with chown 2005-10-07 22:46:47 +00:00
matthieu
96888199e6 bump PKGNAME 2005-10-07 21:36:04 +00:00
matthieu
fce39d7037 Remind people on how to enable the Composite X extension.
Requested by espie@
2005-10-07 21:23:49 +00:00
matthieu
5739b0b056 +xcompmgr 2005-10-07 21:18:41 +00:00
matthieu
53eda0badf xcompmgr is a sample X composite manager from freedesktop.org.
ok mbalmer@.
2005-10-07 21:17:27 +00:00
espie
21c89e0e8f overeager code cloning.
noticed by matthieu@/mbalmer@
2005-10-07 21:08:16 +00:00
alek
529aabeb98 Update to 2.0.6
Base on diff from Rui Reis <rui@rui.cx> (MAINTAINER)
2005-10-07 20:52:09 +00:00
alek
3983a19a3f Update to 0.2.3
From Arnaud Bergeron <abergeron@gmail.com>
     and James Wright <jamesw@bsdhosting.co.za>
2005-10-07 20:15:13 +00:00
brad
5fdaad481d remove the bz2 dependency as it's non-standard to use bz2 with mod_compress
anyway and remove the MySQL plug-in since it's useless until a proper
FLAVOR is added.
2005-10-07 20:07:04 +00:00
alek
cfcb483134 Update to 1.2.9
From steven mestdagh <steven.mestdagh@esat.kuleuven.ac.be>

ok MAINTAINER
2005-10-07 18:52:58 +00:00
msf
feeaf3b80e +p5-Glib2 2005-10-07 17:50:32 +00:00
msf
41842c4f1c - initial import of Glib2-1.101
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.

ok sturm@
2005-10-07 17:49:23 +00:00
fgsch
3f9f6c6e99 first attempt to fix the search function; there are still a few other
cases but this makes search work much better.
2005-10-07 16:20:34 +00:00
fgsch
ea70869080 Update to abiword 2.4.0 and unbroke gnome flavor.
aanriot@ ok.
2005-10-07 15:42:06 +00:00
mbalmer
4704cf9a9c Add
SUBDIR += pear-Net-URL
2005-10-07 14:56:07 +00:00
mbalmer
97210abd89 Pear module for easy parsing of URLs
ok robert@
2005-10-07 14:53:30 +00:00
bernd
512ee7fddc New subpackage: kismet-gpsmap (suggestion and initial work by marcm@,
some dependency fixes by MAINTAINER Matthias Kilian)

Provide some working examples for OpenBSD in kismet.conf and use some
better logdir defaults. (suggested by henning@)

ok robert@
2005-10-07 14:13:57 +00:00
wilfried
5ca1f8e1db update to 3.1.5 2005-10-07 14:08:34 +00:00
wilfried
56c9c8682a update to 1.15 2005-10-07 13:44:21 +00:00
wilfried
a9f7edffc9 update to 2.0.6 2005-10-07 13:21:27 +00:00
robert
641af1d260 upgrade to version 1.3.1; 2005-10-07 12:34:25 +00:00
mbalmer
d37d691bff Update to version 2004g.
Security information:  This fixes a a remote vulnerability where a registered
user potentially could execute code on the mailserver.
2005-10-07 12:22:07 +00:00
robert
f309698969 Do not try to use story files if we are using the
lite flavor; bump PKGNAME
2005-10-07 12:10:18 +00:00
aanriot
50dcbed0f4 add a fallback mirror (hosted by martin@) as zope.org is in trouble.
ok mbalmer@
2005-10-07 12:02:19 +00:00
aanriot
35c56fb479 fix DISTNAME. I should sleep, sorry.
reported by david@
2005-10-07 10:16:04 +00:00