Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-08 | Net::DNS is a Perl interface to the DNS resolver. It allows the | hubertf | 5 | -0/+105 | |
programmer to perform any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. As of version 0.02, Net::DNS is written entirely in Perl. Version 0.01 was written mostly in C and used the system's resolver. The Perl version runs quite a bit slower, but considering that the network can be a serious bottleneck when making DNS queries, the speed difference may not really matter in most cases. However, future versions may contain some C to increase speed or for those who wish to link against libresolv or libbind. | |||||
1999-11-07 | Remove obsolete patch file. | tron | 1 | -27/+0 | |
1999-11-07 | Update "gnome-utils" package to version 1.0.50 included in GNOME 1.0.53 | tron | 3 | -41/+51 | |
release. This version fixes several bugs found in 1.0.12 and adds some new translations. | |||||
1999-11-07 | Update "gnome-media" package to version 1.0.51 include in GNOME 1.0.53 | tron | 5 | -26/+43 | |
release. This version fixes several bugs found in 1.0.9.1. | |||||
1999-11-07 | Fetch distribution file from directory of GNOME 1.0.53 release. | tron | 1 | -2/+2 | |
1999-11-07 | Because NetBSD's which(1) doesn't return a non zero exit code if a command | tron | 2 | -1/+18 | |
is not found use "type" in "gnome-wm" script instead. | |||||
1999-11-07 | Update "ee" package to version 0.3.11 included in GNOME 1.0.53 release. | tron | 3 | -12/+18 | |
This version fixes several bugs found in 0.3.8. | |||||
1999-11-07 | Remove .el files; they only get installed if emacs is present on | hubertf | 1 | -3/+3 | |
the current system, and if, then it's installed nito different places depending on emacs version. | |||||
1999-11-07 | Don't depend on lesstif directly, use USE_MOTIF instead. | hubertf | 2 | -4/+4 | |
1999-11-07 | add k-dependency | hubertf | 2 | -2/+6 | |
1999-11-07 | Update for cgoban-1.9.8. This also reflects the new homepage and | hwr | 3 | -25/+6 | |
distfile location. | |||||
1999-11-06 | Add and enable xgospel. | hwr | 1 | -1/+2 | |
1999-11-06 | Xgospel, a X11 based go client to connect to IGS by Jean-Loup Gailly. | hwr | 5 | -0/+24 | |
1999-11-06 | add and enable cgilib | wennmach | 1 | -1/+2 | |
1999-11-06 | Initial import of cgilib-0.5: a common gateway interface library. | wennmach | 8 | -0/+113 | |
Provided by Berndt Josef Wulf (wulf@ping.net.au) in PR 8751 with some modifications by myself. | |||||
1999-11-06 | add & enable klavg | hubertf | 1 | -1/+2 | |
1999-11-06 | This is a small KDE applet showing load everage graph on the | hubertf | 8 | -0/+124 | |
panel. You could customise colours, refresh rate. It also allows to execute some command on click. After start it puts itself in the docking area on the panel. If session support is enabled, it will restart itself next time user logs in. Pressing righ mouse button shows menu. Pressing left mouse button executes configured command. | |||||
1999-11-06 | Update "mutt" package to version 1.0. Changes since version 1.0pre3: | tron | 3 | -10/+11 | |
- bug fixes - new und updated translations | |||||
1999-11-06 | Fix a rather nasty problem with signals, namely SIGCHLD, that prevented | explorer | 1 | -1/+7 | |
running threaded binaries if SIGCHLD was set to SIG_IGN. What happens is that pthreads uses either sigaction() or signal() to set up signals when switching thread state. It used HAVE_SYSCALL_SIGACTION to decide which to use. But, while we have a FUNCTION called sigaction(), the syscall is __sigaction14, which caused HAVE_SYSCALL_SIGACTION to not be defined. This would have been ok if the pthread kernel didn't assume signal would return 0 for success and non-zero for failure. Signal() returns the previous handler. SIG_IGN != 0, so pthreads thought the call failed. Resulting in a call to abort(). | |||||
1999-11-05 | Workaround for IsoLatin2.enc not being publically readable | soren | 1 | -1/+2 | |
in the distribution archive. | |||||
1999-11-05 | remove ALL the local path... | explorer | 2 | -4/+4 | |
1999-11-05 | how'd this sneak in there? Remove local paths from patch file | explorer | 2 | -5/+4 | |
1999-11-05 | add machdep_sys_ftruncate() as well | explorer | 2 | -5/+6 | |
1999-11-05 | do the machdep_sys_lseek() thing slightly differently, but do it everwhere ↵ | explorer | 2 | -1/+13 | |
via a common include file. | |||||
1999-11-05 | somehow patch-bc was lost from here | explorer | 1 | -1/+2 | |
1999-11-05 | two fixes. One, context switch fix (sorta) and another obvious bug in call ↵ | explorer | 3 | -2/+38 | |
to pthread_sigmask() | |||||
1999-11-05 | another 1.4.x vs. -current fix | explorer | 2 | -7/+11 | |
1999-11-05 | Make the endian.h thing work on 1.4.1 as well as 1.4L. I don't know exactly ↵ | explorer | 2 | -6/+10 | |
when the file sys/endian.h was created, but I don't really care as I know it wasn't in 1.4.x and it is in the latest -current. | |||||
1999-11-05 | make makepatchsum | explorer | 1 | -2/+8 | |
1999-11-05 | remove pthreads's endian.h, as it isn't needed anymore. | explorer | 2 | -3/+5 | |
1999-11-05 | commit patches to make a try at fixing signal handling, compilation under ELF. | explorer | 8 | -13/+506 | |
I'll sync these changes up to the mysql package when I test these changes a bit more. | |||||
1999-11-05 | -Wl,-R${X11BASE}/lib, so this works on ELF. | jwise | 1 | -2/+4 | |
As an X-Window front-end to LaTeX, shouldn't this install into ${X11BASE}? | |||||
1999-11-05 | Upgrade to 1.5.3 | abs | 4 | -12/+12 | |
1999-11-05 | Add cfengine to sysutils SUBDIRS | abs | 5 | -3/+62 | |
Add patches to set the correct Class based on the netmask (in the process of submitting all patches back to the maintainer) | |||||
1999-11-05 | make this work with NetBSD <elf.h> | mrg | 2 | -20/+44 | |
1999-11-05 | add & enable cervisia | hubertf | 1 | -1/+2 | |
1999-11-05 | Cervisia is a graphical frontend for the CVS client. It provides access to | hubertf | 9 | -0/+149 | |
the following features: - Checking out a module from a repository. - Importing into the repository. - Updating or retrieving the status of a working directory or single files. - Common operations like add, remove and commit. - Diff against the repository and between different revisions. - Annotated view of a file. - View of the log messages in tree and list form. - Resolving of conflicts in a file | |||||
1999-11-05 | mention SNMP | hubertf | 1 | -1/+1 | |
1999-11-05 | add & enable kmap | hubertf | 1 | -1/+2 | |
1999-11-05 | Kmap is a gui frontend to the popular portscanning utility nmap. Nmap | hubertf | 7 | -0/+67 | |
is a console application with a wide variety of powerful options, but the sheer number of these options can make using nmap difficult. Thus, kmap is targeted towards those that would like to use a powerful scanner from time to time, without having to constantly check the man page for help. | |||||
1999-11-05 | fix depends | hubertf | 1 | -2/+1 | |
1999-11-05 | add depends | hubertf | 1 | -1/+4 | |
1999-11-05 | add & enable amor | hubertf | 1 | -1/+2 | |
1999-11-05 | AMOR is an acronym for Amusing Misuse of Resources. It is a small | hubertf | 5 | -0/+376 | |
themeable animation that sits on top of your active window. AMOR doesn't deliberately waste resources, but of course running any program that serves no useful purpose is wasteful. Several themes are available for this, a kwm compatible window manager is required (KDE's kwm and window maker are ok). | |||||
1999-11-05 | Add and enable psify. | kim | 1 | -1/+2 | |
1999-11-05 | Pretty print source code or just convert any ascii file to PostScript. | kim | 5 | -0/+38 | |
1999-11-04 | Make this work on sparcs. | minoura | 5 | -44/+103 | |
Needs tests on a.out systems. | |||||
1999-11-04 | Initialiase MKCATPAGES (to yes) so that other operations can take place | agc | 1 | -1/+3 | |
on this Makefile. | |||||
1999-11-04 | Initialise MKCATPAGES (to yes), so that other operations can work on this | agc | 1 | -1/+3 | |
Makefile. | |||||
1999-11-04 | fix after duplicated import. includes future USE_INET6 part (commented out). | itojun | 4 | -27/+24 | |