Commit graph

2661 commits

Author SHA1 Message Date
rh
794ada7d5b s/BUILDLINK_FILES.ORBit=/BUILDLINK_FILES.ORBit+=/ so that libIDL-1.0
includes are actually copied to the buildlink directory.
2002-04-26 07:38:02 +00:00
tron
b0be7710e1 Add and enable "dgd" package. This fixes PR pkg/13765 by Scott Thompson. 2002-04-25 15:20:36 +00:00
tron
2c40b182d1 Import new "dgd" package:
Object-oriented programmable server

This packages was provided by Scott Thompson in PR pkg/13765.
2002-04-25 15:19:37 +00:00
agc
52ed484e2d Upgrade to version 0.5.15 from 0.5.13nb1 of the ORBit package - diffs
provided by Thomas Klausner.

Diffs from previous version:

2002-03-20  Michael Meeks  <michael@ximian.com>
        * configure.in: copy the autoconf macro into here so we
        can rely on it not changing across autoconf versions.
2002-03-11  Michael Meeks  <michael@ximian.com>
        * src/IIOP/giop-msg-buffer.c
        kill #define writev mess.
        (giop_send_buffer_write): handle EINTR, handle EAGAIN
        correctly, handle short writev's correctly, test
        thorougly.
        * src/ORBitutil/compat.c (g_writev): kill this
        abomination.
2002-02-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
        * src/orb/allocators.h, src/orb/allocators.c (ORBit_alloc_2,
        ORBit_free): Make the free marker really always sit directly in
        front of the memory block, not at some random lower position.
2002-02-09 Elliot Lee <sopwith@redhat.com>
        * src/ORBitutil/os-feature-alloca.h: Don't redefine alloca if it is already defined.
2002-01-27  Darin Adler  <darin@bentspoon.com>
        * test/everything/Makefile.am: Added -lm -- can't build without it.
2002-01-25  Mark McLoughlin  <mark@skynet.ie>
        * configure.in: (AC_CHECK_ALIGNOF): error out if an alignment
        is found to be zero.

Thomas thought that the modification to src/IIOP/giop-msg-buffer.c to
"kill #define writev mess" might mean that we could drop the
NetBSD-specific wrapper for writev(2), but sadly this isn't so -
configure undefines HAVE_LIMITED_WRITEV on NetBSD, and rightly so,
since IOV_MAX (1024) iovecs can be written, not 50.  However, we still
have the basic "attempt to send more than IOV_MAX iovecs and you get
EINVAL" problem with our writev(2) implementation.
2002-04-25 12:17:04 +00:00
itojun
f7952447d1 mark with USE_INET6 2002-04-25 04:36:34 +00:00
itojun
b456761b6c pull IPv6 patch in. bump to nb1. 2002-04-25 04:33:46 +00:00
seb
8f967ad913 Make this package PKG_SYSCONFDIR aware.
Bump PKG_REVISION.
2002-04-23 15:27:15 +00:00
rh
44e7dfdfaf Add and enable ORBit2 2002-04-23 12:25:36 +00:00
rh
aefe7d1e77 Initial import of ORBit2-2.3.108, a high-performance CORBA ORB with C
language support.
2002-04-23 12:24:47 +00:00
rh
0b2f79ec56 Add and enable libIDL 2002-04-23 12:22:29 +00:00
rh
1551e3005c Initial import of libIDL-0.7.4, a CORBA Interface Definition Language
parser.
2002-04-23 12:21:40 +00:00
rh
f9ba6c8767 Add and enable linc 2002-04-23 12:18:10 +00:00
rh
0485c0bce5 Initial import of linc-0.1.21, a network client/server library. 2002-04-23 12:17:22 +00:00
tron
22f2666cc3 Remove outdated mirror sites. 2002-04-22 15:40:44 +00:00
tron
a01c515f4f Update "lftp" package to version 2.5.1. This version includes numerous
enhancement and bug fixes made since the 2.4.4 release. A complete
list of change can be found here: http://lftp.yar.ru/news.html

The update is based on fixes provided by Michal Pasternak in PR pkg/16125.
2002-04-22 15:22:23 +00:00
hubertf
dd58cad0f1 Update ipv6calc to 0.40. Changes:
* most code reviewed with help of splint
* introduce new option handling (in/out/action)
  - old options are still supported, no plans to remove this
    support in next releases
* some automagically handling relating to
  - input
  - output
  - action
  if not extra specified
* add more conversions, also add more support of IPv4 addresses
* the address information option (-i) now shows also
  - IPv4 registries (by using included current IPv4 CIDR table)
  - IPv6 registries
  - OUI (vendor) of NIC, if EUI-48/64 is a global one
* an example CGI frontend called "ipv6calcweb.cgi" to display
  information about a REMOTE_ADDR on a webpage
  - See e.g. http://ipv6.aerasec.de/index2.html for what can be
    displayed
  - Currently supported languages: en, de
2002-04-21 21:06:54 +00:00
rh
3e5aa3914f Add and enable xrmftp 2002-04-21 11:07:44 +00:00
rh
457c02f7f5 Initial import of xrmftp-1.2.4, an xforms based graphical ftp client
provided in pkg/16371 by Rui-Xiang Guo <rxg@netbsd.org>, thanks!
2002-04-21 11:07:04 +00:00
rh
6c17e76e87 Add and enable xmftp 2002-04-21 10:48:20 +00:00
rh
ad205391b5 Initial import of xmftp, an X/Motif FTP client provided in pkg/16372 by
Rui-Xiang Guo <rxg@netbsd.org>
2002-04-21 10:47:31 +00:00
fredb
98a834aec8 Forgot to change ">=" to "-". 2002-04-20 19:02:03 +00:00
fredb
0cab25b605 In ucd-snmp's shared libraries, the SONAME is the filename, which contains
the version of ucd-snmp. Therefore, adjust the wildcard dependencies in
dependents to match exactly (barring "nb" version changes), and bump the
dependent's "nb" versions to reflect the change in dependencies. Otherwise,
an "ethereal" binary package (for example) built against ucd-snmp-4.2.4
will happily install against ucd-snmp-4.2.3nb1, but will fail at run-time
with, ``shared object "libucdsnmp-0.4.2.3.so" not found.''
2002-04-20 18:46:06 +00:00
wiz
cd13c0d882 sort, add snort-pgsql 2002-04-19 13:17:33 +00:00
yyamano
b2847f15f2 Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-04-18 16:19:17 +00:00
yyamano
e7c9925d88 Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-04-18 16:14:45 +00:00
shell
433ddeffd7 Updated to p5-Net-1.11
- Change my email address

Changes since p5-Net-1.10 :

Net::FTP::dataconn
  - Fix for select to avoid occasional hangups

Tweak parsing of hello response
2002-04-17 10:36:22 +00:00
martti
8700f6422d Use BSD_INSTALL_* (pointed out by Andrey Simonenko in a private mail). 2002-04-16 08:44:04 +00:00
rh
471fd23b45 Don't use fixed ID numbers for the netsaint/netstadm users/groups.
Fixes PR pkg/16365.
2002-04-15 21:10:27 +00:00
he
56ade372f9 Add p5-IO-Interface and p5-IO-Socket-Multicast. 2002-04-15 12:25:02 +00:00
he
c8fbc82438 Import p5-IO::Socket::Multicast - perl multicast socket IO.
Reviewed by Stoned Elipot.
2002-04-15 12:19:02 +00:00
he
b12570166d Import p5-IO-Interface - get and set interface characteristics.
Reviewed by Stoned Elipot.
2002-04-15 12:16:10 +00:00
martti
25a36a8954 Updated ipa to 1.2.5 (pkg/14560 by Andrey Simonenko)
* added NO_PACKAGE as this must be built for each host

Changes since 1.1.6:

- Added new switch to ipastat(8): -x, treat rule names as POSIX
  regular expressions
- Added new switch to ipastat(8): -p <time-back>
- Added new switch to ipastat(8): -k, assume that 1k is equal to 1000 bytes
- Now it is possible to use abbreviated month names in -i and -I options
  in ipastat(8)
- Now it is possible to run from the ipa(8)'s command line commands from
  "reach" and "expire" sections
- Added new section "include" and new parameter "debug_include" to
  the configuration file, also two switches "-tt" for ipa(8) have new sense
- bug fixes
2002-04-15 10:51:53 +00:00
rh
6cf5b08980 Initial import of snort-pgsql-1.8.6, a variant of the snort package that
uses a PostgreSQL backend.
2002-04-15 08:32:48 +00:00
rh
9935573961 Remove SNORT_USE_PGSQL option. This will be split out into a separate
package.  For that purpose, move most of Makefile into a new
Makefile.common.
2002-04-15 08:31:14 +00:00
martti
941d889219 Updated gtk-gnutella to 0.85
* bug fixes
2002-04-15 06:59:23 +00:00
rh
486c969258 Add files missing in previous commit 2002-04-14 11:02:13 +00:00
rh
f9151c0e95 Bump netsaint-base to nb1 using patches provided in PR 16293 by Greg
A. Woods <woods@planix.com> with some modifications by me.  Changes are:

	- better support for building optional plugin packages
	- install no longer overwrites existing config files
	- sample config files are installed in share/examples
	- build no longer fails if not done as root
	- appropriate netsaint users and groups are now created
	- no longer installs one-time setup script in sbin
	- daemon logo
2002-04-14 10:57:10 +00:00
rh
de21ea9c14 Bump to nb2 fixing some configure script bugs. Also convert dependencies
on automake and autoconf into simple BUILD_DEPENDS.  Fix provided by
Greg A. Woods <woods@planix.com> in PR 16238, thanks!
2002-04-14 10:00:48 +00:00
rh
2842fc1305 Add a SNORT_USE_PGSQL option to compile in PostgreSQL support (and add
the appropriate dependency).  Patch provided by ww@GROOVY.NET
2002-04-14 09:49:46 +00:00
rh
b08a94f197 Add and enable bpalogin 2002-04-12 08:21:42 +00:00
rh
1c50a4b83b Initial import of bpalogin-2.0.1, a login client for Telstra's BigPond
Advance cable internet service.
2002-04-12 08:20:32 +00:00
wiz
a9c3d34117 Improve gmp wildcard to be happy with 4.0.1. 2002-04-11 12:41:53 +00:00
tron
48d7efd61c Record conflict with "net-snmp-current" package. 2002-04-11 09:44:04 +00:00
rh
843bf5a7ba Update snort to 1.8.6. Patch provided in private mail by Mipam
<mipam@ibb.net>.  From the release notes:

    1.8.4 and 1.8.5 both had bugs that were found right as we were ready
    to do a full release and represented good midway points but 1.8.6
    should be the stable target.

Changes include:
  * The ICMP decoders have been rewritten.
  * (This is a summary of recent changes -- not all mine)
  * Fixed stream4 offset initialization
  * Double Open of snort log file
  * Lots of new rules
  * Fatal error on problems other than -> and <>
  * Fixed stream4 several low memory conditions
  * Error checking in stream4/frag2 argument parsing
  * snort-db schema updates to 1.05
  * --with-pcap-includes should now look at specified pcap
  * packet statistics now should be more accurate with regards to lost
    frags
  * double PID file write
  * S4 alignment problems on SPARC fixed ( rpc_decode still has SPARC
  alignment errors )
  * new snmptrap code
  * documentation updates
  * Stability fixes in frag2
  * SEQ / ACK checking should be correct
  * Reassembled packets with stream4 will now also be inspected when
    using -z est
  * ip fragments are now calculated correctly
  * rule headers correctly matched
    ( multiple CIDR performance greatly increased )
2002-04-10 22:01:10 +00:00
wiz
6941380a82 Add reason why USE_NCURSES is needed (newpad()). 2002-04-10 01:43:03 +00:00
frueauf
518ffa01e2 since buildlink from ncurses is included, set USE_NCURSES to
ensure right depends.
2002-04-09 21:51:30 +00:00
frueauf
7c4297232f fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mk
instead from pth directly.
2002-04-09 21:48:25 +00:00
agc
443aacd722 Mark this package as broken - specifically, it's very out of date, and
it has a quirky build process which can't deal with our libtool and
pthreads libraries simultaneously.
2002-04-09 16:51:49 +00:00
agc
6f75a336c9 Don't use a custom do-build target when all that's needed is an ALL_TARGET
definition.
2002-04-09 13:29:48 +00:00
agc
42216923e7 Use libtool for each file to be compiled. 2002-04-09 10:55:01 +00:00