summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-26-elinks, +bochs-2.0.2salo1-3/+2
2003-01-26Note elinks update.salo1-1/+2
2003-01-26Update to version 0.4.2.salo4-17/+23
- no longer CONFLICTS with links{-gui} Differences to Links So far, we have the following major differences to Links: * Much cleaner code * Support for a Lua scripting * Enhanced cookies support * IPv6 support * HTTP Authentication support * Proxy authentication support * Much more powerful configuration * Hiearchic bookmarks (Links-2.x has these as well) * Download resuming support * Mailcap support * Also a lot of smaller but still pleasant features ;) * More active development Too many changes to list them all, see ChangeLog for details. (http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog)
2003-01-26Note addition of libdnet, version 1.5, as net/libdnet into the NetBSD Packagesseb1-1/+2
Collection. Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly edited by me. libdnet provides a simplified, portable interface to several low-level networking routines, including * network address manipulation * kernel arp(4) cache and route(4) table lookup and manipulation * network firewalling (IP filter, ipfw, ipchains, pf, ...) * network interface lookup and manipulation * raw IP packet and Ethernet frame transmission
2003-01-26Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.seb4-0/+48
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly edited by me. libdnet provides a simplified, portable interface to several low-level networking routines, including * network address manipulation * kernel arp(4) cache and route(4) table lookup and manipulation * network firewalling (IP filter, ipfw, ipchains, pf, ...) * network interface lookup and manipulation * raw IP packet and Ethernet frame transmission
2003-01-26Add buildlink2.mk. It will be used by the updated elinks package.salo1-0/+26
2003-01-26Remove the arm32 optimization workaround as it applies to egcssalo1-3/+3
only and at least GCC 2.95.3 is required by the package. Tested by martin on shark.
2003-01-26Note update of silc-server.salo1-1/+2
2003-01-26- use SHLIBTOOL_OVERRIDE instead of LIBTOOL_OVERRIDE, the ugly staticsalo3-19/+6
libraries hack is now gone - fix typo in patch-ab
2003-01-26Update to version 0.9.12.salo2-17/+6
- use SHLIBTOOL_OVERRIDE instead of LIBTOOL_OVERRIDE, the ugly static libraries hack is now gone. Changes from 0.9.11 to 0.9.12 ============================= * Added macros SILC_SWAB_[16|32] to swab byte order of 16-bit and 32-bit unsigned integers. * Use the SILC_SWAB_16 instead of htons() in server when handling ports since the ports in structures are always in little-endian order (regardless of platform). * Send DISCONNECT in close admin command in server. * Check whether we are already connecting to a remote router (in addition of checking whether we are already connected) before creating new connection. * Check that socket is valid after QoS is applied to data. * Make sure the socket connecetion is not closed to early when closing connection in server. Also make sure the connection is always closed after error in a protocol. * Fixed server crash with double Primary block in config file. * Fixed various memory leaks around the config file parser. * Fixed a double free in INVITE command error handling in server.
2003-01-26- Use the latest IPv6+TLS patch (tls+ipv6-1.12-pf-2.0.3), and include ittaca2-18/+20
in distinfo. (still commented out.) - Comment out POSTFIX_USE_TLS part in Makefile since the patch is out of date now.
2003-01-26Updated xpmroot and fvwm2martti1-1/+3
2003-01-26Updated fvwm2 to 2.4.15martti4-22/+38
* Fix for gmplayer launched by fvwm. Close stdin on Exec so the exec'd process knows its not running interactively. * Windows using the WindowListSkip style do not appear in the FvwmTaskBar at random. * Fixed a memory leak in ChangeIcon, ChangeForeColor and ChangeBackColor FvwmScript options. * Fixed a core dump in the parsing of FvwmAuto arguments. * Fixed screwed calculation of icon picture size when application specifies it explicitly. * The option ShowOnlyIcons now works as described in the FvwmIconMan man page. It was accidentally named ShowOnlyIconic before.
2003-01-26Updated xpmroot to 2.4.15 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2003-01-26Use -O to tell pax(1) that there is only 1 volume in the angband spoilersagc2-4/+4
file. This is a workaround for what seems like a tar archive produced by GNU tar not being able to be read by our pax(1).
2003-01-26Note update of ethereal to 0.9.9.grant1-1/+2
2003-01-26Update ethereal to 0.9.9.grant3-7/+9
Too many changes since 0.9.8 to list, see the ChangeLog. From Adrian Portelli in PR pkg/20059.
2003-01-26Rather than worry over the custom "test" target, just set ${TEST_TARGET}.fredb1-4/+2
Suggested by wiz.
2003-01-26Add "shutdown" keyword to a couple of the daemons, so they're down beforefredb2-2/+4
the SIGHUP to all process causes them to reload their config files.
2003-01-26You have to build the package before you can test it.fredb1-2/+2
2003-01-26Note addition of graphics/divxplayer, The DivX(TM) Player for Linux.fredb1-1/+2
2003-01-26Add and enable "divxplayer".fredb1-1/+2
2003-01-26Initial import of divxplayer, DivX(TM) Video Player for Linux fromfredb5-0/+69
DivX.com. This was submitted by David Ferlier in PR pkg/19753. The DESCR and COMMENT were evidently taken from the FreeBSD port.
2003-01-25Note update of adzap to 20030125rh1-1/+2
2003-01-25Update to 20030125 since the distfile has disappeared again within lessrh2-5/+5
than a day. Changes unknown.
2003-01-25Skip the conversion of "ps" docs to "pdf", and thereby remove a hiddenfredb2-6/+2
dependency on "ghostscript".
2003-01-25Add some LOWER_VENDOR definitions on Linux to better customize packagesjschauma1-6/+14
in the future (on Debian, for example, there is no libtermcap, and we need to depend on ncurses etc.)
2003-01-25Note update of libbonobo to 2.2.0jmmv1-1/+2
2003-01-25Update libbonobo to 2.2.0. Changes since 2.0.0:jmmv3-11/+44
libbonobo 2.2.0 * Features + large pretty new docs; lots of work (Gustavo J.A.M. Carneiro) * Bugs fixed + translation fix (Abel Cheung) + portability fixes (James H.) + build fixage (Julio Merino, Frederic Crozat) libbonobo 2.1.0 * Featurelets + add async property set API (Michael) + add QI C wrapper for convenience (Michael) + make release_unref async - pending ORB fixes (Michael) libbonobo 2.0.1 * Bugs fixed + leak fix (Kjartan Maraas) + 64bit GType cleans (hhetter) + init/shutdown count (Padraig O'Briain) + -pthread LIBS fix (Michael) + build clean fixes (Padraig O'Briain) * i18n + pt_BR, lv Gustavo Noronha Silva, Peteris Krisjanis + el, cs Simos Xenitellis, Stanislav Brabec
2003-01-25+fvwm-2.4.15, gimp-print-4.2.5, sylpheed-claws-0.8.9, vice-1.11;wiz1-2/+5
-hpijs (thanks toshii).
2003-01-25USE_PKGLOCALEDIR=YEScjep1-2/+4
2003-01-25Implement last change to require newer gcc different,hubertf1-4/+2
hinted at by wiz.
2003-01-25Note revision bump for GConf2 (to 5)jmmv1-1/+2
2003-01-25Disable GTK2 support: it's only used by a helper tool. If it's needed somejmmv5-8/+54
day, we can easily create an independant package containing it. Rationale: The GConf2 library itself does not depend on GTK2, nor any of the main programs, and this removal will shrink the dependancy tree a lot on other packages. Bump PKGREVISION to 5.
2003-01-25Now that we have ${PREFIX}/share/aclocal in the mdist files, don't try toagc1-2/+1
delete the directory via an @unexec directive.
2003-01-25Remove (hi salo!)wiz1-10/+0
2003-01-25Remove tex- prefix from PKGNAME, per PR 20053.wiz1-2/+1
2003-01-25Remove (hi hubert!)wiz1-14/+0
2003-01-25Note that qt3 requires C++.jlam1-1/+2
2003-01-25Use buildlink2.jlam1-7/+4
2003-01-25Bump the dependency to the latest version (0.19nb1). This isn't strictlyjlam1-2/+2
necessary, but only one other package, gwave, uses guile-gtk and it's currently broken with respect to building, and we need the latest guile-gtk at build-time to fix gwave's build, so I'm bumping the dependency for the sake of convenience.
2003-01-25Make sure that the correct guile program (guile14) is being invoked, andjlam3-16/+27
install the data files under the guile14 hierarchy. Bump PKGREVISION of devel/guile-gtk to 1.
2003-01-25Note PKGREVISION bump of lbreakoutrh1-1/+2
2003-01-25Dynamically add -lpth only if PTHREAD_TYPE is "pth".rh4-7/+16
Bump PKGREVISION.
2003-01-25Add a buildlink2.mk file for use by other package Makefiles.jlam2-0/+46
2003-01-25Use buildlink2.jlam1-5/+5
2003-01-25Note update of Gorm to 0.2.5rh1-1/+2
2003-01-25Update Gorm to 0.2.5.rh3-85/+126
Noteworthy changes in version `0.2.5'. ====================================== Many fixes and improvements to make the app work better. * Better parsing of headers * Interface code redone as gorm files. * Re-add multiple selection via mouse drag.
2003-01-25No reason to conflict with mkisofs, pointed out by Manuel Bouyer.toshii1-3/+1
2003-01-25Accomplish the same thing as patch-ab, enabling the output buffer, withoutjlam3-17/+3
patching the configure script.