summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-12-30Extension Classes for Python, pulled from Zope 2.1.1 as they (andtsarna5-0/+92
especially Acquisition) can be quite useful in their own right. EC fixes a wart in CPython: Python classes can't use C-implemented types as base classes. EC-based C classes can be subclassed by python, and in fact python classes can use pure mixin EC C classes so that you can have speed critical methods of a class in C and the rest in Python. EC also provides a mixin called Acquisition, which provides a kind of contextual inheritance. If an object can't find the data/method in itself or by looking up it's list of base classes, it will then try to acquire the thing up through its containers (or other context).
1999-12-30Update ethereal to 0.8.0.frueauf3-6/+12
Overview of changes in Ethereal 0.8.0: * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert) * Initial TNS support (Nathan) * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald) * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle) * Color preference fixes and updates (Guy) * NetBIOS fixes (Guy) * IPX fixes and updates (Guy, Nathan) * Capture/file save facility updates (Guy) * Add IPX stats to capture window (Gilbert) * Appropriately enable/disable the "follow" menu item (Florian) * ICQ fixes from Guy and Kojak (Guy) * Add Christopher McAvaney's format_text() fix (Guy) * Stream window color prefs (Gerald) * Myriad GUI fixes and enhancements (Gilbert, Guy) * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert) * VLAN updates (Nathan) * Byte view fixes (Nathan) * Initial TACACS+/XTACACS support (Nathan) * Multiple file format capability in wiretap and Ethereal (including Snoop, Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap) (Guy, Olivier, Nathan) * Added editcap to the distribution (Richard) * Enhancements to wiretap's file output capabilities (Guy) * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy) * ASN.1 code added; used by SNMP dissector, and available for other use by other dissectors (Guy) * LLC/SNAP fixes and updates (Guy, Nathan) * NTP fixes (Guy, Gerald) * ISAKMP updates from Dave Chapeskie (Guy) * Reduced dependency on "global.h" (Gilbert, Guy) * HTTP updates from Jerry Talkington (Guy) * Added IRC dissector (Nathan) * DNS updates (Nathan) * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy) * CLI fixes and enhancements (Guy) * ARP improvements (Nathan) * Capture length fixes for IRIX (Guy) * BGP updates from Greg Hankins, and other BGP fixes (Itojun) * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header checksum (Gilbert) * GRE updates, merged code from Jerry Talkington (Guy) * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy) * Initial LDAP support (Nathan) * X.25 updates (Olivier) * Plugin support (Olivier) * Fixes for packet-ip.c (Guy, Gilbert) * Jerry Talkington's patch to move filter prefs to their own dialog (Guy) * Fixes for RedHat's modified version of libpcap (Guy) * WCCP dissector from Jerry Talkington (Guy) * rwho/rwhod/ruptime support added (Gilbert) * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module and V.120 decoder (Gilbert, Guy) * RSVP fixes (Gilbert) * NCP fixes and updates, other fixes from James Coe (Nathan, Guy) * Q.931 updates from Bert Driehuis (Guy) * ISDN4BSD updates (Guy) * Support for ISIS thanks to Stuart Stanley (Guy) * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert) * Win32 port updates (Guy) * LPD segfault fixes reported by Gregor Glomm (Gilbert) * GUI page added to preferences (Gilbert) * Libtool integrated with the distribution (Gerald, Guy, Itojun) * OUI updates (Guy) * Summary-dialog-on-empty-capture segfault bug squished (Guy)
1999-12-30Update ftp site and homepage to new site at *.nedit.org. The NetBSDsimonb1-3/+3
packages get a mention at http://www.nedit.org/download/current.shtml! Distfile checksum is still the same as the old site, no changes there.
1999-12-30Don't try to build the pthreaded version, even if there isfredb2-1/+18
a libpthread.* somewhere in the library path.
1999-12-29Use "/dev/sound" instead of "/dev/dsp" as sound device. Fixes PR pkg/9066tron2-6/+24
by Richard Rauch.
1999-12-29We aren't very much interested in the windows port homepage, but rather thepooka1-2/+2
proper homepage.
1999-12-29Old HOMEPAGE was non-existent, make it point to a working location.pooka1-2/+2
1999-12-29Add the patch-sum file.bad1-0/+3
1999-12-29Don't forget the "-m mines" setting after the first game.bad1-0/+34
1999-12-29Make this BROKEN instead of IGNOREd, because it really is broken at thepooka1-2/+2
moment.
1999-12-29Regen.bad1-2/+3
1999-12-29Use mit-pthreads/stdio/xprintf.c instead of printf.c because the latterbad1-0/+13
isn't thread safe.
1999-12-29Restore a line that was lost in my previous commit.bad1-7/+11
1999-12-29Use dot-files for the BUILD_VERSION- and BUILD_INFO_FILE.bad1-3/+3
1999-12-29Add and enable "lwp" package.fredb1-1/+2
1999-12-29Initial import of lwp-1.0 -- Light Weight Process style threads package.fredb5-0/+35
1999-12-29removed warning about adding info about restricted packages towiz2-8/+9
ports/LEGAL, which is a FreeBSD-ism we don't have; bumped version number to 1.91
1999-12-29Makefile: lines reordered,wiz6-3/+7
DESCR: empty line removed, RCS tags added
1999-12-29RCS tags added/changed for pkglint (no # before $NetBSD$)wiz6-4/+6
1999-12-29fewer pkglint warnings by removing unnecessary lines in pkg/DESCRwiz3-4/+3
and reordering lines in Makefile
1999-12-29replaced some commands by their ${COMMAND} counterparts,wiz3-10/+12
reordered lines for fewer pkglint warnings
1999-12-28Use 'IGNORE' instead of 'BROKEN' as these packages are not really broken,rh3-6/+6
but rather superceded by other packages. Thanks to hubertf for pointing this out.
1999-12-28make mirrormaster works independently from cwd. previouslyitojun4-4/+13
it assumed that: - bin/mirror is in cwd (so cwd must be ${PREFIX}/bin) - generate logs into ./logs (so logs will be generated into ${PREFIX}/bin/logs) but it is very annoying. let us invoke bin/mirror with full pathname. add rcsid to patches/patch-a[de].
1999-12-28fix DISTNAME back to libwww-perl-5.46, as noted by simonb@netbsd.orgwiz1-3/+3
1999-12-28Use wildcard dependences for "emacs" and "xemacs" package.tron1-3/+3
1999-12-28Add and enable "leim". Fixes PR pkg/7736 by Minoura Makoto.tron1-1/+2
1999-12-28Add but not enable "quake".tron1-1/+2
1999-12-28Import of *unfinished* "quake" package based on the recently under GPLtron7-0/+54
released source code: legendary 1st person shoot'em up game
1999-12-28Regen.minoura1-2/+2
1999-12-28Import new "leim" package:tron7-0/+154
Libraries of Emacs Input Methods. This package is based on PR pkg/9014 by Minoura Makoto.
1999-12-28Update "emacs" package to version 20.5a based on patches supplied bytron27-2049/+2532
Minoura Makoto in PR pkg/9014. This version fixes several bugs discovered since version 20.3 and support a precompiled user startup file (".emacs.el" and ".emacs.elc").
1999-12-28Make this compile (again) on sparc/a.out.minoura1-7/+11
Thanks to Toshihiro Kobayashi <koba@lsig.nel.co.jp>.
1999-12-28changed PKGNAME to p5-${DISTNAME}wiz10-27/+27
1999-12-28Add and enable p5-Date-Calc.simonb1-1/+2
1999-12-28Import of p5-Date-Calc-4.2 - a perl5 date calculation module.simonb7-0/+47
1999-12-28Add and enable html2textrh1-1/+2
1999-12-28Initial import of html2text-1.2.1, an advanced HTML to text converter.rh7-0/+126
1999-12-28Update png-crush to 1.3.1. Changes include more use ofrh2-4/+4
'unknown-chunk-processor' for generic chunks, a smaller executable, and more info about text chunks on the help screen.
1999-12-28RCS tags addedwiz2-0/+2
1999-12-28RCS tag addedwiz2-0/+2
1999-12-28better PKGNAME generation from DISTNAMEwiz2-6/+6
1999-12-28regenwiz1-2/+2
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz3-9/+9
1999-12-28regen (removing patch-a[c-f])wiz1-5/+1
1999-12-28add patch-sum for patch-abwiz1-0/+3
1999-12-28RCS tags addedwiz2-0/+2
1999-12-28reformatted description, removing unnecessary whitespacewiz1-12/+11
1999-12-28removed empty HOMEPAGE tagwiz1-2/+1
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz2-10/+10
1999-12-28RCS tags addedwiz9-0/+9