pkgsrc.git
19 years agoMerge from vendor branch TNF:
darcy [Fri, 12 Nov 2004 11:29:52 +0000 (11:29 +0000)]
Merge from vendor branch TNF:
Initial import of pycrack 0.01
Python interface to cracklib

19 years agoInitial import of pycrack 0.01
darcy [Fri, 12 Nov 2004 11:29:52 +0000 (11:29 +0000)]
Initial import of pycrack 0.01
Python interface to cracklib

19 years agoUpdated pvm to 3.4.5
adam [Fri, 12 Nov 2004 10:47:35 +0000 (10:47 +0000)]
Updated pvm to 3.4.5

19 years agoChanges 3.4.5:
adam [Fri, 12 Nov 2004 10:45:45 +0000 (10:45 +0000)]
Changes 3.4.5:
The latest PVM release 3.4.5 is mainly bug fixes and additional
support for varying Linux distributions and some better 64-bit
Linux/AMD support (like it doesn't seg fauly any more :-).
Added strerror() support instead of old crusty global vars.
New architectures were added for AIX5*.  Fixed hilarious bug
in pvmtmpnam(), caused crash after 10,000 spawns...  :-D
While there's a variety of little tweaks, there are no significant
changes or additions to the basic functionality.

19 years agoClean-up: don't depend on X11/Xpm any more; depend on gd
adam [Fri, 12 Nov 2004 09:43:16 +0000 (09:43 +0000)]
Clean-up: don't depend on X11/Xpm any more; depend on gd

19 years agoUse ${VARBASE} instead of hardcoding /var.
sketch [Fri, 12 Nov 2004 08:42:58 +0000 (08:42 +0000)]
Use ${VARBASE} instead of hardcoding /var.

19 years agoNote update of p5-Template-Toolkit and removal of p5-libxml-enno.
erh [Fri, 12 Nov 2004 07:15:42 +0000 (07:15 +0000)]
Note update of p5-Template-Toolkit and removal of p5-libxml-enno.

19 years agoMake sure the libxml-enno replacements conflict with p5-libxml-enno.
erh [Fri, 12 Nov 2004 07:11:44 +0000 (07:11 +0000)]
Make sure the libxml-enno replacements conflict with p5-libxml-enno.

19 years agoRemove p5-libxml-enno. It has been replaced by:
erh [Fri, 12 Nov 2004 07:00:45 +0000 (07:00 +0000)]
Remove p5-libxml-enno.  It has been replaced by:
    p5-XML-DOM
    p5-XML-XQL
    p5-XML-Checker
    p5-XML-RegExp
    p5-XML-Filter-Reindent
    p5-XML-Filter-DetectWS
    p5-XML-Filter-SAXT
    p5-XML-UM

19 years agop5-libxml-enno is old and has been split into individual packages.
erh [Fri, 12 Nov 2004 06:57:05 +0000 (06:57 +0000)]
p5-libxml-enno is old and has been split into individual packages.
Change p5-Template-Toolkit to depend on those packages instead.

19 years agoNote addition of p5-XML-UM and p5-XML-Encoding.
erh [Fri, 12 Nov 2004 06:42:42 +0000 (06:42 +0000)]
Note addition of p5-XML-UM and p5-XML-Encoding.

19 years agoFix the pthread detection so that where no native pthreads are present,
jlam [Fri, 12 Nov 2004 06:42:19 +0000 (06:42 +0000)]
Fix the pthread detection so that where no native pthreads are present,
we don't add -pthread to CFLAGS.  Also, pkgsrc libtool on NetBSD will
do the right thing with respect to pthreads, so we don't need to use the
hack in the configure script.

19 years agoAdd p5-XML-Encoding and p5-XML-UM.
erh [Fri, 12 Nov 2004 06:41:55 +0000 (06:41 +0000)]
Add p5-XML-Encoding and p5-XML-UM.

19 years agoCreate a packge for XML-UM-0.01
erh [Fri, 12 Nov 2004 06:40:39 +0000 (06:40 +0000)]
Create a packge for XML-UM-0.01
Convert UTF-8 strings to any encoding supported by XML::Encoding

19 years agoMerge from vendor branch TNF:
erh [Fri, 12 Nov 2004 06:40:39 +0000 (06:40 +0000)]
Merge from vendor branch TNF:
Create a packge for XML-UM-0.01
Convert UTF-8 strings to any encoding supported by XML::Encoding

19 years agoCreate a package for XML-Encoding-1.01
erh [Fri, 12 Nov 2004 06:39:55 +0000 (06:39 +0000)]
Create a package for XML-Encoding-1.01
A perl module for parsing XML encoding maps

19 years agoMerge from vendor branch TNF:
erh [Fri, 12 Nov 2004 06:39:55 +0000 (06:39 +0000)]
Merge from vendor branch TNF:
Create a package for XML-Encoding-1.01
A perl module for parsing XML encoding maps

19 years agoRemove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
jlam [Fri, 12 Nov 2004 06:39:21 +0000 (06:39 +0000)]
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).

19 years agoNote addition of p5-XML-Filter-{DetectWS,Reindent,SAXT}
erh [Fri, 12 Nov 2004 06:26:54 +0000 (06:26 +0000)]
Note addition of p5-XML-Filter-{DetectWS,Reindent,SAXT}

19 years agoAdd p5-XML-Filter-DetectWS, p5-XML-Filter-Reindent and p5-XML-Filter-SAXT.
erh [Fri, 12 Nov 2004 06:25:22 +0000 (06:25 +0000)]
Add p5-XML-Filter-DetectWS, p5-XML-Filter-Reindent and p5-XML-Filter-SAXT.

19 years agoCreate a pacakge for XML-Filter-Reindent-0.03
erh [Fri, 12 Nov 2004 06:21:20 +0000 (06:21 +0000)]
Create a pacakge for XML-Filter-Reindent-0.03
Reformats whitespace for pretty printing XML

19 years agoMerge from vendor branch TNF:
erh [Fri, 12 Nov 2004 06:21:20 +0000 (06:21 +0000)]
Merge from vendor branch TNF:
Create a pacakge for XML-Filter-Reindent-0.03
Reformats whitespace for pretty printing XML

19 years agoCreate a package for XML-Filter-DetectWS-0.01
erh [Fri, 12 Nov 2004 06:20:31 +0000 (06:20 +0000)]
Create a package for XML-Filter-DetectWS-0.01
A PerlSAX filter that detects ignorable whitespace

19 years agoMerge from vendor branch TNF:
erh [Fri, 12 Nov 2004 06:20:31 +0000 (06:20 +0000)]
Merge from vendor branch TNF:
Create a package for XML-Filter-DetectWS-0.01
A PerlSAX filter that detects ignorable whitespace

19 years agoCreate a pacakge for XML-Filter-SAXT-0.01
erh [Fri, 12 Nov 2004 06:19:25 +0000 (06:19 +0000)]
Create a pacakge for XML-Filter-SAXT-0.01
Replicates SAX events to several SAX event handlers

19 years agoMerge from vendor branch TNF:
erh [Fri, 12 Nov 2004 06:19:25 +0000 (06:19 +0000)]
Merge from vendor branch TNF:
Create a pacakge for XML-Filter-SAXT-0.01
Replicates SAX events to several SAX event handlers

19 years agoNote update of mc.
erh [Fri, 12 Nov 2004 05:43:17 +0000 (05:43 +0000)]
Note update of mc.

19 years agoCheck for actual existance of sys/bufq.h instead of just relying on uname.
erh [Fri, 12 Nov 2004 05:41:36 +0000 (05:41 +0000)]
Check for actual existance of sys/bufq.h instead of just relying on uname.

19 years agoLet's try that again, this time with a rcsid.
erh [Fri, 12 Nov 2004 05:23:33 +0000 (05:23 +0000)]
Let's try that again, this time with a rcsid.

19 years agoFix this to compile when we have grantpt() but it's not in stropts.h.
erh [Fri, 12 Nov 2004 05:20:43 +0000 (05:20 +0000)]
Fix this to compile when we have grantpt() but it's not in stropts.h.
Bump pkgrevision to 5.
It'd probably make sense to update this to the latest version (4.6.0).

19 years ago(1) Split out the native (built-in) pthread detection in
jlam [Fri, 12 Nov 2004 05:20:02 +0000 (05:20 +0000)]
(1) Split out the native (built-in) pthread detection in
    pthread.buildlink3.mk into a separate file, pthread.builtin.mk,
    that is handled using the usual builtin.mk logic.

(2) If pthread.buildlink3.mk is included by a package Makefile, then
    automatically add the necessary compiler and linker flags to
    compile and link pthread-enabled/reentrant code.  For native
    pthreads, this means passing -pthread to the compiler and linker.
    For the userland pthread replacement, we pass -D_REENTRANT and
    -lpthread instead.

(3) Add PTHREAD_{CFLAGS,LDFLAGS,LIBS} in both CONFIGURE_ENV and MAKE_ENV
    when pthread.buildlink3.mk is included so that the configure and
    build processes can use these values.  Remove these definitions
    from bsd.pkg.mk since PTHREAD_* variables are all declared within
    pthread.buildlink3.mk.

XXX For now, PTHREAD_LDFLAGS is a superset of PTHREAD_LIBS until
XXX packages that use use PTHREAD_LDFLAGS can be fixed.

19 years agoTeach the native linker to accept "-pthread" by silently dropping it.
jlam [Fri, 12 Nov 2004 05:02:41 +0000 (05:02 +0000)]
Teach the native linker to accept "-pthread" by silently dropping it.
This allows "-pthread" to be added to LDFLAGS for use by both the
compiler and the linker.

19 years agoAdd a new variable BUILDLINK_LIBS.<pkg> which contains a list of -l...
jlam [Fri, 12 Nov 2004 04:57:31 +0000 (04:57 +0000)]
Add a new variable BUILDLINK_LIBS.<pkg> which contains a list of -l...
options (library options) to be appended automatically to LIBS when
building against <pkg>.  LIBS is used by GNU configure scripts to note
the library options that are automatically added to the link command
line.

19 years ago+BasiliskII-1.0.20041109, xmame-0.88, xmess-0.88.
wiz [Fri, 12 Nov 2004 02:27:43 +0000 (02:27 +0000)]
+BasiliskII-1.0.20041109, xmame-0.88, xmess-0.88.

19 years agoNote mozilla{,-gtk2} updates to 1.7.3nb2.
wiz [Fri, 12 Nov 2004 02:26:30 +0000 (02:26 +0000)]
Note mozilla{,-gtk2} updates to 1.7.3nb2.

19 years agoRemove useless C99-isms that cause the build to fail with GCC 2.95.
kristerw [Fri, 12 Nov 2004 02:24:55 +0000 (02:24 +0000)]
Remove useless C99-isms that cause the build to fail with GCC 2.95.

19 years agoUpdate mozilla and mozilla-gtk2 to 1.7.3nb2 with a security fix
wiz [Fri, 12 Nov 2004 02:11:22 +0000 (02:11 +0000)]
Update mozilla and mozilla-gtk2 to 1.7.3nb2 with a security fix
from mozilla CVS.

19 years agoWell, the double libtool BUILD_DEPENDS is already annoying people and I'd
tv [Fri, 12 Nov 2004 02:05:20 +0000 (02:05 +0000)]
Well, the double libtool BUILD_DEPENDS is already annoying people and I'd
rather not force BUILD_DEPENDS through the (slow) reduce-depends dance, so
resurrect LIBTOOL_REQD (though in a bit more succinct manner).

19 years agoNote that p5-ExtUtils-XSBuilder was moved from www/ to devel/.
seb [Fri, 12 Nov 2004 01:46:51 +0000 (01:46 +0000)]
Note that p5-ExtUtils-XSBuilder was moved from www/ to devel/.

19 years agoRemove p5-ExtUtils-XSBuilder from www/ as it was reimported in devel/.
seb [Fri, 12 Nov 2004 01:41:29 +0000 (01:41 +0000)]
Remove p5-ExtUtils-XSBuilder from www/ as it was reimported in devel/.

19 years agoAdjust for new p5-ExtUtils-XSBuilder location in devel/.
seb [Fri, 12 Nov 2004 01:36:56 +0000 (01:36 +0000)]
Adjust for new p5-ExtUtils-XSBuilder location in devel/.

19 years agoGive this a chance to build on MacOS X.
hubertf [Fri, 12 Nov 2004 01:18:44 +0000 (01:18 +0000)]
Give this a chance to build on MacOS X.
Tested by Holger Amann [keeney at fehu dot org]

19 years agoAdd & enable p5-ExtUtils-XSBuilder.
seb [Fri, 12 Nov 2004 00:54:08 +0000 (00:54 +0000)]
Add & enable p5-ExtUtils-XSBuilder.

19 years agoReimport p5-ExtUtils-XSBuilder from www/ to devel/.
seb [Fri, 12 Nov 2004 00:49:14 +0000 (00:49 +0000)]
Reimport p5-ExtUtils-XSBuilder from www/ to devel/.

19 years agoMerge from vendor branch TNF:
seb [Fri, 12 Nov 2004 00:49:14 +0000 (00:49 +0000)]
Merge from vendor branch TNF:
Reimport p5-ExtUtils-XSBuilder from www/ to devel/.

19 years agoAdd 'perl5' to CATEGORIES.
seb [Fri, 12 Nov 2004 00:33:37 +0000 (00:33 +0000)]
Add 'perl5' to CATEGORIES.

19 years agolang/perl5/Makefile.common already adds 'perl5' to CATEGORIES so remove
seb [Fri, 12 Nov 2004 00:20:31 +0000 (00:20 +0000)]
lang/perl5/Makefile.common already adds 'perl5' to CATEGORIES so remove
it from it and replace it with 'databases' which was missing.

19 years agoAdd 'perl5' to CATEGORIES.
seb [Fri, 12 Nov 2004 00:17:07 +0000 (00:17 +0000)]
Add 'perl5' to CATEGORIES.

19 years agoThis package uses libtool and C++.
jlam [Fri, 12 Nov 2004 00:04:52 +0000 (00:04 +0000)]
This package uses libtool and C++.

19 years agoNote initial addition of p5-Module-CoreList version 1.97 as
seb [Thu, 11 Nov 2004 23:42:49 +0000 (23:42 +0000)]
Note initial addition of p5-Module-CoreList version 1.97 as
devel/p5-Module-CoreList in the NetBSD Packages Collection.

The Perl 5 module Module::CoreList provides a manifest of the
modules and their versions included in core Perl for various
releases.

19 years agoAdd & enable p5-Module-CoreList.
seb [Thu, 11 Nov 2004 23:40:09 +0000 (23:40 +0000)]
Add & enable p5-Module-CoreList.

19 years agoInitial addition of p5-Module-CoreList version 1.97 in the NetBSD
seb [Thu, 11 Nov 2004 23:37:45 +0000 (23:37 +0000)]
Initial addition of p5-Module-CoreList version 1.97 in the NetBSD
Packages Collection.

The Perl 5 module Module::CoreList provides a manifest of the
modules and their versions included in core Perl for various
releases.

19 years agoMerge from vendor branch TNF:
seb [Thu, 11 Nov 2004 23:37:45 +0000 (23:37 +0000)]
Merge from vendor branch TNF:
Initial addition of p5-Module-CoreList version 1.97 in the NetBSD
Packages Collection.

The Perl 5 module Module::CoreList provides a manifest of the
modules and their versions included in core Perl for various
releases.

19 years agoBump that libtool version number back down to nb1 where it was in previous.
tv [Thu, 11 Nov 2004 22:34:12 +0000 (22:34 +0000)]
Bump that libtool version number back down to nb1 where it was in previous.

19 years agoChange the way _OPSYS_LIBTOOL_REQD works slightly.
tv [Thu, 11 Nov 2004 22:32:45 +0000 (22:32 +0000)]
Change the way _OPSYS_LIBTOOL_REQD works slightly.
Rather than replacing the LIBTOOL_REQD value, add two BUILD_DEPENDS lines.
That way, the higher numbered BUILD_DEPENDS wins -- allowing the version
in bsd.pkg.mk to be bumped beyond the value in the platform .mk and still
be enforced properly.

19 years agoNetBSD now needs libtool-base-1.5.10nb6.
tv [Thu, 11 Nov 2004 22:29:40 +0000 (22:29 +0000)]
NetBSD now needs libtool-base-1.5.10nb6.

19 years agoFix C++ linkage on modern NetBSD ELF by using a more standard link command.
tv [Thu, 11 Nov 2004 22:29:03 +0000 (22:29 +0000)]
Fix C++ linkage on modern NetBSD ELF by using a more standard link command.
Based on jlam's patch to tech-pkg.
Bump PKGREVISION to 1.5.0nb6.

19 years agoRemove a useless C99-isms that cause the build to fail with GCC 2.95.
kristerw [Thu, 11 Nov 2004 21:46:43 +0000 (21:46 +0000)]
Remove a useless C99-isms that cause the build to fail with GCC 2.95.

19 years agonote update of libxml2 to 2.6.16
recht [Thu, 11 Nov 2004 21:04:57 +0000 (21:04 +0000)]
note update of libxml2 to 2.6.16

19 years agoNote update of "kde" package to version 3.3.1nb1.
tron [Thu, 11 Nov 2004 21:02:50 +0000 (21:02 +0000)]
Note update of "kde" package to version 3.3.1nb1.

19 years agoFix dependence on "kdepim3" package, bump package revision.
tron [Thu, 11 Nov 2004 21:02:08 +0000 (21:02 +0000)]
Fix dependence on "kdepim3" package, bump package revision.

19 years agoupdate to 2.6.16
recht [Thu, 11 Nov 2004 21:01:15 +0000 (21:01 +0000)]
update to 2.6.16

2.6.16: Nov 10 2004:
   - general hardening and bug fixing crossing all the API based on new
    automated regression testing
   - build fix: IPv6 build and test on AIX (Dodji Seketeli)
   - bug fixes: problem with XML::Libxml reported by Petr Pajas,  encoding
    conversion functions return values, UTF-8 bug affecting XPath reported by
    Markus Bertheau, catalog problem with NULL entries (William Brack)
   - documentation: fix to xmllint man page, some API function descritpion
    were updated.
   - improvements: DTD validation APIs provided at the Python level (Brent
    Hendricks)

19 years agoNote update of tor
jschauma [Thu, 11 Nov 2004 20:54:09 +0000 (20:54 +0000)]
Note update of tor

19 years agoUpdate tor to latest stable version 0.0.8.1:
jschauma [Thu, 11 Nov 2004 20:52:46 +0000 (20:52 +0000)]
Update tor to latest stable version 0.0.8.1:

Changes in version 0.0.8.1 - 2004-10-14
  o Bugfixes:
    - Fix a seg fault that can be triggered remotely for Tor
      clients/servers with an open dirport.
    - Fix a rare assert trigger, where routerinfos for entries in
      our cpath would expire while we're building the path.
    - Fix a bug in OutboundBindAddress so it (hopefully) works.
    - Fix a rare seg fault for people running hidden services on
      intermittent connections.
    - Fix a bug in parsing opt keywords with objects.
    - Fix a stale pointer assert bug when a stream detaches and
      reattaches.
    - Fix a string format vulnerability (probably not exploitable)
      in reporting stats locally.
    - Fix an assert trigger: sometimes launching circuits can fail
      immediately, e.g. because too many circuits have failed recently.
    - Fix a compile warning on 64 bit platforms.

Changes in version 0.0.8 - 2004-08-25
  o Bugfixes:
    - Made our unit tests compile again on OpenBSD 3.5, and tor
      itself compile again on OpenBSD on a sparc64.
    - We were neglecting milliseconds when logging on win32, so
      everything appeared to happen at the beginning of each second.
    - Check directory signature _before_ you decide whether you're
      you're running an obsolete version and should exit.
    - Check directory signature _before_ you parse the running-routers
      list to decide who's running.
    - Check return value of fclose while writing to disk, so we don't
      end up with broken files when servers run out of disk space.
    - Port it to SunOS 5.9 / Athena
    - Fix two bugs in saving onion keys to disk when rotating, so
      hopefully we'll get fewer people using old onion keys.
    - Remove our mostly unused -- and broken -- hex_encode()
      function. Use base16_encode() instead. (Thanks to Timo Lindfors
      for pointing out this bug.)
    - Only pick and establish intro points after we've gotten a
      directory.
    - Fix assert triggers: if the other side returns an address 0.0.0.0,
      don't put it into the client dns cache.
    - If a begin failed due to exit policy, but we believe the IP
      address should have been allowed, switch that router to exitpolicy
      reject *:* until we get our next directory.

  o Protocol changes:
    - 'Extend' relay cell payloads now include the digest of the
      intended next hop's identity key. Now we can verify that we're
      extending to the right router, and also extend to routers we
      hadn't heard of before.

  o Features:
    - Tor nodes can now act as relays (with an advertised ORPort)
      without being manually verified by the dirserver operators.
      - Uploaded descriptors of unverified routers are now accepted
        by the dirservers, and included in the directory.
      - Verified routers are listed by nickname in the running-routers
        list; unverified routers are listed as "$<fingerprint>".
      - We now use hash-of-identity-key in most places rather than
        nickname or addr:port, for improved security/flexibility.
      - AllowUnverifiedNodes config option to let circuits choose no-name
        routers in entry,middle,exit,introduction,rendezvous positions.
        Allow middle and rendezvous positions by default.
      - When picking unverified routers, skip those with low uptime and/or
        low bandwidth, depending on what properties you care about.
      - ClientOnly option for nodes that never want to become servers.
    - Directory caching.
      - "AuthoritativeDir 1" option for the official dirservers.
      - Now other nodes (clients and servers) will cache the latest
        directory they've pulled down.
      - They can enable their DirPort to serve it to others.
      - Clients will pull down a directory from any node with an open
        DirPort, and check the signature/timestamp correctly.
      - Authoritative dirservers now fetch directories from other
        authdirservers, to stay better synced.
      - Running-routers list tells who's down also, along with noting
        if they're verified (listed by nickname) or unverified (listed
        by hash-of-key).
      - Allow dirservers to serve running-router list separately.
        This isn't used yet.
      - You can now fetch $DIRURL/running-routers to get just the
        running-routers line, not the whole descriptor list. (But
        clients don't use this yet.)
    - Clients choose nodes proportional to advertised bandwidth.
    - Clients avoid using nodes with low uptime as introduction points.
    - Handle servers with dynamic IP addresses: don't just replace
      options->Address with the resolved one at startup, and
      detect our address right before we make a routerinfo each time.
    - 'FascistFirewall' option to pick dirservers and ORs on specific
      ports; plus 'FirewallPorts' config option to tell FascistFirewall
      which ports are open. (Defaults to 80,443)
    - Try other dirservers immediately if the one you try is down. This
      should tolerate down dirservers better now.
    - ORs connect-on-demand to other ORs
      - If you get an extend cell to an OR you're not connected to,
        connect, handshake, and forward the create cell.
      - The authoritative dirservers stay connected to everybody,
        and everybody stays connected to 0.0.7 servers, but otherwise
        clients/servers expire unused connections after 5 minutes.
    - When servers get a sigint, they delay 30 seconds (refusing new
      connections) then exit. A second sigint causes immediate exit.
    - File and name management:
      - Look for .torrc if no CONFDIR "torrc" is found.
      - If no datadir is defined, then choose, make, and secure ~/.tor
        as datadir.
      - If torrc not found, exitpolicy reject *:*.
      - Expands ~/ in filenames to $HOME/ (but doesn't yet expand ~arma).
      - If no nickname is defined, derive default from hostname.
      - Rename secret key files, e.g. identity.key -> secret_id_key,
        to discourage people from mailing their identity key to tor-ops.
    - Refuse to build a circuit before the directory has arrived --
      it won't work anyway, since you won't know the right onion keys
      to use.
    - Parse tor version numbers so we can do an is-newer-than check
      rather than an is-in-the-list check.
    - New socks command 'resolve', to let us shim gethostbyname()
      locally.
      - A 'tor_resolve' script to access the socks resolve functionality.
      - A new socks-extensions.txt doc file to describe our
        interpretation and extensions to the socks protocols.
    - Add a ContactInfo option, which gets published in descriptor.
    - Write tor version at the top of each log file
    - New docs in the tarball:
      - tor-doc.html.
      - Document that you should proxy your SSL traffic too.
    - Log a warning if the user uses an unsafe socks variant, so people
      are more likely to learn about privoxy or socat.
    - Log a warning if you're running an unverified server, to let you
      know you might want to get it verified.
    - Change the default exit policy to reject the default edonkey,
      kazaa, gnutella ports.
    - Add replace_file() to util.[ch] to handle win32's rename().
    - Publish OR uptime in descriptor (and thus in directory) too.
    - Remember used bandwidth (both in and out), and publish 15-minute
      snapshots for the past day into our descriptor.
    - Be more aggressive about trying to make circuits when the network
      has changed (e.g. when you unsuspend your laptop).
    - Check for time skew on http headers; report date in response to
      "GET /".
    - If the entrynode config line has only one node, don't pick it as
      an exitnode.
    - Add strict{entry|exit}nodes config options. If set to 1, then
      we refuse to build circuits that don't include the specified entry
      or exit nodes.
    - OutboundBindAddress config option, to bind to a specific
      IP address for outgoing connect()s.
    - End truncated log entries (e.g. directories) with "[truncated]".

19 years agoHomogenize the two suggested database structures.
martin [Thu, 11 Nov 2004 19:41:46 +0000 (19:41 +0000)]
Homogenize the two suggested database structures.

19 years agoNote initial addition of p5-Module-ScanDeps version 0.50 as
seb [Thu, 11 Nov 2004 19:08:44 +0000 (19:08 +0000)]
Note initial addition of p5-Module-ScanDeps version 0.50 as
devel/p5-Module-ScanDeps in the NetBSD Packages Collection.

The Perl 5 module Module::ScanDeps allows to recursively scan Perl
code for dependencies.

19 years agoAdd & enable p5-Module-ScanDeps.
seb [Thu, 11 Nov 2004 19:07:40 +0000 (19:07 +0000)]
Add & enable p5-Module-ScanDeps.

19 years agoInitial addition of p5-Module-ScanDeps version 0.50 in the NetBSD
seb [Thu, 11 Nov 2004 19:05:26 +0000 (19:05 +0000)]
Initial addition of p5-Module-ScanDeps version 0.50 in the NetBSD
Packages Collection.

The Perl 5 module Module::ScanDeps allows to recursively scan Perl
code for dependencies.

19 years agoMerge from vendor branch TNF:
seb [Thu, 11 Nov 2004 19:05:26 +0000 (19:05 +0000)]
Merge from vendor branch TNF:
Initial addition of p5-Module-ScanDeps version 0.50 in the NetBSD
Packages Collection.

The Perl 5 module Module::ScanDeps allows to recursively scan Perl
code for dependencies.

19 years agoNote initial addition of p5-Module-Signature version 0.41 as
seb [Thu, 11 Nov 2004 18:25:10 +0000 (18:25 +0000)]
Note initial addition of p5-Module-Signature version 0.41 as
security/p5-Module-Signaturein the NetBSD Packages Collection.

The Perl 5 module Module::Signature adds cryptographic authentications
to CPAN distributions, via the special SIGNATURE file.

If you are a module user, all you have to do is to remember running
cpansign -v (or just cpansign) before issuing perl Makefile.PL or
perl Build.PL; that will ensure the distribution has not been
tampered with.  For module authors, you'd want to add the SIGNATURE
file to your MANIFEST, then type cpansign -s before making a
distribution. You may also want to consider adding a signature
check as part of your test suite.

19 years agoAdd & enable p5-Module-Signature.
seb [Thu, 11 Nov 2004 18:22:25 +0000 (18:22 +0000)]
Add & enable p5-Module-Signature.

19 years agoUpdate comment to reflect reality regarding bumping buildlink3 depends.
sketch [Thu, 11 Nov 2004 18:17:52 +0000 (18:17 +0000)]
Update comment to reflect reality regarding bumping buildlink3 depends.

19 years agoRequire x11-links-0.24 for the fixed OpenWindows headers.
sketch [Thu, 11 Nov 2004 18:17:07 +0000 (18:17 +0000)]
Require x11-links-0.24 for the fixed OpenWindows headers.

19 years agoInitial addition of p5-Module-Signature version 0.41 in the NetBSD Packages
seb [Thu, 11 Nov 2004 18:11:58 +0000 (18:11 +0000)]
Initial addition of p5-Module-Signature version 0.41 in the NetBSD Packages
Collection.

The Perl 5 module Module::Signature adds cryptographic authentications
to CPAN distributions, via the special SIGNATURE file.

If you are a module user, all you have to do is to remember running
cpansign -v (or just cpansign) before issuing perl Makefile.PL or
perl Build.PL; that will ensure the distribution has not been
tampered with.  For module authors, you'd want to add the SIGNATURE
file to your MANIFEST, then type cpansign -s before making a
distribution. You may also want to consider adding a signature
check as part of your test suite.

19 years agoMerge from vendor branch TNF:
seb [Thu, 11 Nov 2004 18:11:58 +0000 (18:11 +0000)]
Merge from vendor branch TNF:
Initial addition of p5-Module-Signature version 0.41 in the NetBSD Packages
Collection.

The Perl 5 module Module::Signature adds cryptographic authentications
to CPAN distributions, via the special SIGNATURE file.

If you are a module user, all you have to do is to remember running
cpansign -v (or just cpansign) before issuing perl Makefile.PL or
perl Build.PL; that will ensure the distribution has not been
tampered with.  For module authors, you'd want to add the SIGNATURE
file to your MANIFEST, then type cpansign -s before making a
distribution. You may also want to consider adding a signature
check as part of your test suite.

19 years agoNote p5-Data-Hierarchy-0.21, p5-SVN-Mirror-0.50, p5-SVN-Simple-0.26,
epg [Thu, 11 Nov 2004 18:10:55 +0000 (18:10 +0000)]
Note p5-Data-Hierarchy-0.21, p5-SVN-Mirror-0.50, p5-SVN-Simple-0.26,
and svk-0.26 updates.

19 years agoNote update of pkgtools/x11-links to support older OpenWindows headers.
sketch [Thu, 11 Nov 2004 18:06:59 +0000 (18:06 +0000)]
Note update of pkgtools/x11-links to support older OpenWindows headers.

19 years agoBump package version rather than PKGREVISION as this is software we maintain
sketch [Thu, 11 Nov 2004 18:04:42 +0000 (18:04 +0000)]
Bump package version rather than PKGREVISION as this is software we maintain
ourselves.

19 years agopkgsrc changes: lose PKGREV and bump some dependencies.
epg [Thu, 11 Nov 2004 18:04:36 +0000 (18:04 +0000)]
pkgsrc changes: lose PKGREV and bump some dependencies.

upstream changes:

[Changes for 0.26 - 9 Nov, 2004]

* svk push -P. [Autrijus]

* Allow checkout, mirrored, and copy anchors to be different
  from each other, for the purpose of "push" and "pull"..[Autrijus]

* In incremental smerge, increase the fromrev after each
  individual merge. [Autrijus]

* Ignore empty lines for svk:merge parsing.

* Use local time for log output. [Wen-chien Jesse Sung]

* Properties are now being merged.

* Exsting directories are now being merged.

* Allow custom resolver for properties.

* Support svk:merge property auto-merging, when doing smerge.

* Create svn config directory if it doesn't exist.

* Commit to mirrored path was always sending full text
  due to an incorrect $cb{mirror} check.  This is a regression since
  0.23.

* Fix a bug that when committing from a checkout with descendents
  being mirrored path, the commit can ruin the mirror state.

* Fix svk merge -l rN:M loading too many logs.

* Fix svk admin to work  with non-default depots.

* New: svk ci -N, svk update/checkout --quiet.

* Fix svk cp a directory to checkout and then commit.

19 years agoOnly change is this:
epg [Thu, 11 Nov 2004 18:01:50 +0000 (18:01 +0000)]
Only change is this:

* Tests now pass on Win32.

But svk 0.26 requires this upgrade...

19 years ago[Changes for 0.50 - Nov 10, 2004]
epg [Thu, 11 Nov 2004 18:01:41 +0000 (18:01 +0000)]
[Changes for 0.50 - Nov 10, 2004]

* Workaround fsfs/win32 txn_commit bug in close_edit of mirror editor.
  [Autrijus]

* Use iter pool for node_history tracing.

* Add trailing /... for vcp source if not exist.

* Use the same auth baton for all ra sessions.

* Hold another reference to merge back editor in addition to
  cached_ra, because the callback in merge_back_editor might create
  another ra session.

* Ignore signals before calling close_edit, instead of in commit callback.

19 years ago[Changes for 0.21 - Nov 10, 2004]
epg [Thu, 11 Nov 2004 18:01:24 +0000 (18:01 +0000)]
[Changes for 0.21 - Nov 10, 2004]

* fix store_recursively for empty key, which should find
  all descendents. [Autrijus]

19 years agoBackout previous, the root cause has been fixed via pkgtools/x11-links. There
sketch [Thu, 11 Nov 2004 17:49:07 +0000 (17:49 +0000)]
Backout previous, the root cause has been fixed via pkgtools/x11-links.  There
were going to be far too many packages requiring small tweaks like this one.

19 years agoFix checks for __STDC__ in older versions of OpenWindows headers so that the
sketch [Thu, 11 Nov 2004 17:44:39 +0000 (17:44 +0000)]
Fix checks for __STDC__ in older versions of OpenWindows headers so that the
SunPro compiler gets the correct syntax for macro concatenation.

Bump PKGREVISION.

19 years ago-musicpd-0.11.5
snj [Thu, 11 Nov 2004 17:40:33 +0000 (17:40 +0000)]
-musicpd-0.11.5

19 years agoNote initial addition of p5-Digest-SHA version 5.27 as security/p5-Digest-SHA
seb [Thu, 11 Nov 2004 16:20:38 +0000 (16:20 +0000)]
Note initial addition of p5-Digest-SHA version 5.27 as security/p5-Digest-SHA
in the NetBSD Packages Collection.

The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.

19 years agoAdd & enable p5-Digest-SHA.
seb [Thu, 11 Nov 2004 16:19:48 +0000 (16:19 +0000)]
Add & enable p5-Digest-SHA.

19 years agoInitial addition of p5-Digest-SHA version 5.27 in the NetBSD Packages
seb [Thu, 11 Nov 2004 16:17:08 +0000 (16:17 +0000)]
Initial addition of p5-Digest-SHA version 5.27 in the NetBSD Packages
Collection.

The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.

19 years agoMerge from vendor branch TNF:
seb [Thu, 11 Nov 2004 16:17:08 +0000 (16:17 +0000)]
Merge from vendor branch TNF:
Initial addition of p5-Digest-SHA version 5.27 in the NetBSD Packages
Collection.

The Perl 5 module Digest::SHA is a complete implementation of the
NIST Secure Hash Standard. It gives Perl programmers a convenient
way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512
message digests. The module can handle all types of input, including
partial-byte data.

19 years agoCREATE_X11LINK is used to generate the symlinks in the work directory
jlam [Thu, 11 Nov 2004 15:51:14 +0000 (15:51 +0000)]
CREATE_X11LINK is used to generate the symlinks in the work directory
corresponding to the X11 files.  This can be defined to be more complex
script than the default of "${LN} -fs $$src $$dest" if some of the files
need to have transformations performed on them.

19 years agoNote initial addition of p5-PAR-Dist version 0.07 as devel/p5-PAR-Dist
seb [Thu, 11 Nov 2004 14:25:36 +0000 (14:25 +0000)]
Note initial addition of p5-PAR-Dist version 0.07 as devel/p5-PAR-Dist
in the NetBSD Packages Collection.

The Perl 5 module PAR::Dist is a toolkit to create and manipulate
PAR (Perl Archive) distributions.

19 years agoAdd & enable p5-PAR-Dist.
seb [Thu, 11 Nov 2004 14:23:51 +0000 (14:23 +0000)]
Add & enable p5-PAR-Dist.

19 years agoInitial addition of p5-PAR-Dist version 0.07 in to the NetBSD Packages
seb [Thu, 11 Nov 2004 14:16:53 +0000 (14:16 +0000)]
Initial addition of p5-PAR-Dist version 0.07 in to the NetBSD Packages
Collection.

The Perl 5 module PAR::Dist is a toolkit to create and manipulate
PAR (Perl Archive) distributions.

19 years agoMerge from vendor branch TNF:
seb [Thu, 11 Nov 2004 14:16:53 +0000 (14:16 +0000)]
Merge from vendor branch TNF:
Initial addition of p5-PAR-Dist version 0.07 in to the NetBSD Packages
Collection.

The Perl 5 module PAR::Dist is a toolkit to create and manipulate
PAR (Perl Archive) distributions.

19 years agos/\/var/@VARBASE@/
xtraeme [Thu, 11 Nov 2004 13:51:31 +0000 (13:51 +0000)]
s/\/var/@VARBASE@/

19 years ago* Use += for CFLAGS not =
xtraeme [Thu, 11 Nov 2004 13:48:43 +0000 (13:48 +0000)]
* Use += for CFLAGS not =
* Use VARBASE

19 years agoTurn on ANSI when compiling with SunPro to work around certain revisions of
sketch [Thu, 11 Nov 2004 13:47:32 +0000 (13:47 +0000)]
Turn on ANSI when compiling with SunPro to work around certain revisions of
OpenWindows headers which incorrectly check __STDC__ and lead to macro
concatenation breakage with the SunPro compiler.

19 years agoRemove incomplete (and apparently ineffective) patch I added to work around
sketch [Thu, 11 Nov 2004 13:32:06 +0000 (13:32 +0000)]
Remove incomplete (and apparently ineffective) patch I added to work around
certain versions of OpenWindows headers which incorrectly check __STDC__.
There are cleaner ways of fixing this if deemed necessary.

19 years agoadd additional libraries required by libradius.
grant [Thu, 11 Nov 2004 12:13:24 +0000 (12:13 +0000)]
add additional libraries required by libradius.

19 years agothis package only installs a static library, so tell other packages
grant [Thu, 11 Nov 2004 11:57:47 +0000 (11:57 +0000)]
this package only installs a static library, so tell other packages
to add -lmd on FreeBSD for the MD5 functions.

XXX this package should probably install a shared library, too