Commit Graph

30156 Commits

Author SHA1 Message Date
mbalmer
086dc2b0cd Update to PostgreSQL 8.0.4. 2005-10-10 22:48:24 +00:00
espie
8e7f909b8d Use the caching mechanism set up in bsd.port.mk to speed it up x3. 2005-10-10 22:25:06 +00:00
bernd
67538a1775 - only compute signatures if the package name doesn't change
- some error checking
- print differences between package signatures

ok espie@
2005-10-10 22:08:27 +00:00
espie
c4ced942c9 protect against cases where @ARGV == 0, which can happen very seldom... 2005-10-10 19:43:33 +00:00
espie
8089498934 don't bother building default package, just ask print-plist-contents
for its contents.

avoid dirname in print-package-signature, use sh built-ins.
2005-10-10 19:20:00 +00:00
espie
031729bf37 make sure to get ALL libs, that is, several lines in case we need pkg_info
to get the right libraries.
2005-10-10 19:04:06 +00:00
sturm
63854d34db wrong macros in sample config
found by sebastian schuetz
2005-10-10 18:42:24 +00:00
brad
357a58db8d upgrade to lighttpd 1.4.6 2005-10-10 17:03:38 +00:00
bernd
3a943e5e5d output cosmetics
ok espie@
2005-10-10 16:07:33 +00:00
espie
a50d545ff2 copy aspect ratio over if we have it. 2005-10-10 15:37:24 +00:00
brad
de48ea20d3 add FLAVORs for lighttpd 2005-10-10 01:32:29 +00:00
espie
d939b31653 need an extra indirection: the complete wantlib cookie can easily grow
over 256 characters, so we create an extra file for each wantlib, and
depend on it. That way the full _DEPlibs_COOKIE is regenerated (and retested)
each time WANTLIB changes.
2005-10-10 00:29:38 +00:00
espie
9fa7c10c20 remove intervening comma, so that stuff works. 2005-10-09 23:22:41 +00:00
bernd
5c14fed137 update to doxygen-1.4.5
ok alek@
2005-10-09 21:42:04 +00:00
mbalmer
c8c2453d49 Update to clex 3.13. From maintainer, Victor Sahlstedt, salan at legonet org
Changelog: http://www.clex.sk/download/ChangeLog
2005-10-09 16:05:02 +00:00
espie
9d61eb771b better semantics for library checking: just check the pkgspec for recursive
building, and then do one big check of all specs in LIB_DEPENDS and
wantlib. This should be faster and more accurate.
2005-10-09 13:31:50 +00:00
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