summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-17Import libirman-0.4.1babs5-0/+56
Libirman is a programming library for Irman control of Unix software. Infrared man (Irman) is a small device that allows you to control your PC with the remote from your TV, VCR, CD or Stereo. Irman can be used in many ways, for example to control a software program while you are in another room, such as xmms.
2002-05-17No need to depend on jpeg-6b when inline image support is disabled. Noticedkei2-4/+4
by YAMAMOTO Takashi. Thanks. Bump pacakge revision to w3m-0.3nb2.
2002-05-16Update to 5.04.jschauma3-12/+10
Move patch-ac to patch-ab. New since last BETA2: + pacman AI update with trackmouse thanks to Edwin de Jong <mauddib at gmx dot net> + C++ fixes, memcpy prefered over bcopy, random start. New since last BETA: * Changed delay on several GL modes. They were too fast on my GeForce4. * bounce drawing errors fixed on my nVidia fixed ant: fudged the truchet lines a bit more for squares and hexagons. molecule needs to be protected from pipes by a "glDrawBuffer(GL_BACK);" thanks to Jouk Jansen. molecule needs to be protected from pipes by a "glDrawBuffer(GL_BACK);" thanks to Jouk Jansen. Patch from Marcelo Vianna <mfvianna at centroin dot com dot br> to get his modes (cage,moebius,morph3d,rubik) working on NVidia under XFree (NVidia has a policy to not release code open source and the bug crashes the system requiring a hard reset). Since skewb is similar that was done as well by maintainer. configure changes for 2.53, added option for .ad installation dir, check for xlockrc and pam. flag debugged for xpm, do not set byte order for ZPixmap. Flag ripples now flow left to right and from bottom to top. Combined XLock-jp.ad into XLock.ad fontset to use regular (not bold/italic) font/fontset as default, fix for sound.c using DEF_PLAY, and a fix for customName thanks to Shingo Yamaguchi <shingo at kip dot iis dot toyama-u dot ac dot jp>. nice changes were causing problems, set_priority used instead thanks to Felicia Neff <fn at panix dot com>. (VMS still uses nice). noof mode added from GLUT demos thanks to Dave Riesz <driesz at cpl dot net>. USE_XPM changed to HAVE_XPM to be compatible with xscreensaver.
2002-05-16On arm32, use gcc from pkgsrc to avoid egcs internal error.cjep1-1/+5
2002-05-16Update p5-Digest-MD5 to 2.20mjl2-5/+5
More synchronization with tweaks Jarkko have done to the bleadperl test suite. This time various EBCDIC hacks. Outside PERL_CORE the md5-aaa.t test loaded the wrong version of the module (and would fail if no previous Digest::MD5 was installed). One more test suite update from Jarkko to sync it even better with bleadperl. Changes #12954 and #16173 from bleadperl. Documentation typo fix and some signed/unsigned mismatches that Microsoft's C compiler complained about. The EBCDIC-aware md5-aaa.t from bleadperl.
2002-05-16Update p5-URI to 1.19mjl2-5/+5
URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo". URI::WithBase will not keep the full history of any base URI's base URI. URI::URL->new("foo", "bar")->base now returns an URI::URL. Deal properly with file:///-URIs.
2002-05-16Update p5-DBD-postgresql to 1.13mjl2-5/+5
- add definition for missing type 'numeric' and fix segfault in pg_type - implement missing metadata methods and change existing ones
2002-05-16Add and enable gnet.wiz1-1/+2
2002-05-16Initial import of GNet-1.1.4:wiz4-0/+80
GNet is a simple network library. It is written in C, object-oriented, and built upon GLib. It is intended to be small, fast, easy-to-use, and easy to port. GNet comes with documentation and examples.
2002-05-16Use buildlink.mk's instead of DEPENDS. Proposed in pkg/16807 as a fixwiz1-3/+3
for build problems on xpkgwedge systems by Julio Merino.
2002-05-16Add and enable p11agc1-1/+2
2002-05-16Initial import of p11-2.10a, a PDP-11 emulator, into the NetBSD Packagesagc4-0/+68
Collection. P11 is a PDP11 emulator, which currently emulates the following configuration: - a KDJ11A processor (including fpp) - one or more RL-controllers (RLV12) with up to 4 RL02 each - one or more RHV?? controllers with up to 8 RP06 each - an RK11-controller with 22-bit addressing (hey ever saw one?) - a MRV12 option (boot-rom/maintenance and display register) - one or more KL11A controllers with up to 4 serial lines each - a standard printer interface - a read only TM11 tape - a DEQNA ethernet adapter - a toy clock On a 900MHz Athlon under FreeBSD 5.0 a 'make build; make installsrc' of 2.11BSD takes around 2:24 hours - this is several times faster than a real KDJ11A (if /usr is mounted async,noaccesstime). Floating point speed is in the order of 10 times the original. P11 successfully runs RSX11M-PLUS, UN*X Version 5/6/7, 2.11BSD, RT-4 and XXDP. With thanks to David Talmage for the nudge.
2002-05-16Add and enable libbegemotagc1-1/+2
2002-05-16Initial import of the begemot library, libbegemot-1.9, into the Packagesagc5-0/+89
Collection. This package contains a library of functions which are found useful in daily programming. They are used by most of the other BEGEMOT packages. I am informed that "begemot" is Russian for "hippopotamus"
2002-05-16Frederick Bruckman maintains this package at the moment.tron1-2/+2
2002-05-16use .tar.bz2 distfilegrant2-4/+5
2002-05-16fix typo in MASTER_SITES.grant1-2/+2
rsync 2.5.5 "Snowy River" (2 April 2002) ENHANCEMENTS: * With --progress, when a transfer is complete show the time taken; otherwise show expected time to complete. (Cameron Simpson) * Make "make install-strip" works properly, and "make install" accepts a DESTDIR variable for help in building binary packages. (Peter Breitenlohner, Greg Louis) * If configured with --enable-maintainer-mode, then on receipt of a fatal signal rsync will try to open an xterm running gdb, similarly to Samba's "panic action" or GNOME's bug-buddy. (Martin Pool) BUG FIXES: * Fix situation where failure to fork (e.g. because out of process slots) would cause rsync to kill all processes owned by the current user. Yes, really! (Paul Haas, Martin Pool) * Fix test suite on Solaris. (Jos Backus, Martin Pool) * Fix minor memory leak in socket code. (Dave Dykstra, Martin Pool.) * Fix --whole-file problem that caused it to be the default even for remote connections. (Martin Pool, Frank Schulz) * Work around bug in Mac OS X mkdir(2), which cannot handle trailing slashes. <http://www.opensource.apple.com/bugs/X/BSD%20Kernel/2734739.html> (Martin Pool) * Improved network error handling. (Greg A. Woods)
2002-05-16update to 2.5.5grant2-6/+8
2002-05-16add ftp://rsync.samba.org/pub/rsync/old-versions/ to MASTER_SITES togrant1-1/+2
fetch old distfiles.
2002-05-15Update p5-MailTools to 1.44mjl2-5/+5
* add -I to mailx for netbsd and openbsd too. * Do respect user's X-Mailer in Mail::Internet above own line. * Header-line without body lost line-separator in Mail::Header.pm * Found that I removed a blank before 'sub smtpsend' which caused AutoSplit to misbehave.
2002-05-15Update guppi to 0.40.3mjl7-432/+227
Changes are lots of bug fixes and removal of the dependency on python. Also enable gnumeric support so the graphing functions in gnumeric actually work.
2002-05-15Add a message to inform the user that "ulimit -d" needs to be >= 131204jschauma2-0/+16
to use this JVM.
2002-05-15Remove version number from text, and fmt(1).wiz1-8/+9
2002-05-15pkg/16475: Update to the compiler of PlayStation Linux 1.0kent6-42/+84
- gcc: Add -fsingle-precision-constant option - gcc: Apply franken-gcc patch of Mozilla.org - ld: Add -fgc-dynstr As for pkgsrc, C++ compiler is removed because it is not used for kernel compilation.
2002-05-15Update "opera" package to version 6.0. A list of changes since versiontron2-8/+9
6.0 beta 2 is not available yet.
2002-05-15Updated etcupdate to 20020515martti2-4/+4
* Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)
2002-05-15Updated icecast to 1.3.12martti3-10/+10
This release is a security update and all users are highly encouraged to upgrade immediately! (ChangeLog doesn't give exact details, it was updated 2000-03-01)
2002-05-15Updated postfix to 1.1.10 (released 2002-05-14)martti2-6/+6
- Bugfix: the new code for header address quoting sometimes did not null terminate strings so that arbitrary garbage could appear at the end of message headers. - Safety: user@domain@domain is no longer accepted by the permit_mx_backup UCE restriction (unless Postfix is configured with "resolve_dequoted_address = no").
2002-05-15Update "analog" package to version 5.23. Changes since version 5.22:tron3-7/+11
- Added PROGRESSFREQ to the list of forbidden commands from the form interface, because it allows a denial-of-service attack. - Also emphasised in the documentation that allowing untrusted users to run analog through the form interface is inherently open to a denial-of-service attack. - Fixed two bugs which caused occasional crashes while outputting. - Russian language files included (KOI8-R and Windows-1251 character sets). - Added new domains to the French domains files. - New How-To on configuring IIS
2002-05-15visit net/rootprobeitojun1-1/+2
2002-05-15root DNS server performance analysisitojun4-0/+39
2002-05-14Upgrade mplayer/gmplayer to version 0.90pre4:veego8-82/+87
- X11 fullscreen toggle fixes with various windowmanagers, multifile playback - DXR2 support (linux only) - Output into animated GIF - "cropdetect" video filter to autodetect needed size to crop - libavcodec marked as default encoder for MEncoder - manpage rewrite - lot of other fixes - gmplayer uses two new skins: CornerMP-aqua and hwswskin Also patch-ab is no longer needed and patch-aa has only one hunk remaining.
2002-05-14Don't include <sys/param.h> in function scope. This make lcms compile whenskrll2-8/+12
using nathanw_sa sources.
2002-05-14Add and enable jini.jschauma1-1/+2
2002-05-14Initial import of Sun's Jini Technology Starter Kit, consisting of thejschauma5-0/+1079
Jini Technology Core Platform (JCP), the Jini Technology Extended Platform (JXP) and the Jini Software Kit (JSK). Jini[tm] network technology provides a simple infrastructure for delivering services in a network and for creating spontaneous interaction between programs that use these services regardless of their hardware/software implementation. For details, see http://www.sun.com/jini/ Sidenote: the package depends on revision 1.39 of sys/compat/linux/common/linux_socket.c to work properly on NetBSD - for the time being, it therefore contains ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-* NetBSD-1.[6-9]-* Linux-*-* which can be commented out iff you use a kernel built using said file.
2002-05-14Add and enable xchronoagc1-1/+2
2002-05-14Initial import of xchrono, a multi-timezoned X11 clock, into the NetBSDagc5-0/+63
packages collection. Xchrono is a multi-timezone, multi-face clock program for X Windows. Several cities have been compiled into xchrono, and can be invoked with command-line arguments, xchrono -help gives: Usage: xchrono [-analog] [-bw <pixels>] [-digital] [-fg <color>] [-bg <color>] [-hd <color>] [-hl <color>] [-bd <color>] [-fn <font_name>] [-help] [-padding <pixels>] [-rv] [-update <seconds>] [-display displayname] [-geometry geom] [-width clockWidth] [-height clockHeight] [-local localName] [-boston] [-newyork] [-chicago] [-denver] [-la] [-hawaii] [-tokyo] [-sydney] [-london] [-paris] [-frankfurt] [-rio] OK, OK, Hawaii isn't a city, but you get the point. The timezones used are taken from tztab in the SYSV case, and from /usr/lib/zoneinfo otherwise, and as such may or may not be correct (the TZ variable definitions or the city->timezone mappings). The -local <localName> option causes a clock labeled with <localName> using the value of TZ at startup as it's timezone. In addition, a GMT clock always appears. [Requested by groo, who has enough trouble with one timezone, so why he wants more is beyond me.]
2002-05-14Add a missing SPACE, which was gone in the last commit and would result inveego1-2/+2
build errors due to two -I's with no space between them.
2002-05-14Add and enable sun-jdk14 as an option for PKG_JVM:jschauma1-2/+17
If no PKG_JVM is specified, same behaviour as before. If PKG_JVM=sun-jdk, check if on -current or linux and if so, use sun-jdk14, else sun-jdk13. Else believe user when she specified PKG_JVM=sun-jdk13 or PKG_JVM=sun-jdk14.
2002-05-14Fix build problems on older "a.out" system. Based on patches supplied bytron4-7/+43
Greg A. Woods in PR pkg/16030.
2002-05-14Add and enable sun-jdk14 and sun-jre14.jschauma1-1/+3
2002-05-14Initial import of Sun's JDK 1.4.jschauma9-0/+1873
This JDK is functional only on NetBSD-1.5Z[A-Z]-i386, NetBSD-1.[6-9]-i386 and Linux-*-i386, thus no upgrade of pksrc/lang/sun-jre13. Changes over sun-jre13 are too many to list here, please see http://java.sun.com/j2se/1.4/relnotes.html for details.
2002-05-14Avoid problems with Acrobat reader running under Linux emulation. Thistron2-1/+18
fixes PR pkg/15942 by Markus W Kilbinger.
2002-05-14Add some more charsets to the alias file (see previous revision).wiz4-8/+19
Fixes e.g. the second gtk2 demo in the gtk2 tutorial on the web. Patch from libiconv CVS via Owen Tayler. Bump to 1.7nb2, and depend on it in buildlink.mk.
2002-05-14Don't core just because a silly server, like my 3com [TM] Lan Modem,fredb2-1/+15
puts leading white space at the beginning of the very first header line. (Leading blanks are supposed to signify a continuation of the previous header line, but for the "server:" line, there aren't any previous lines, so who knows why they do that.) This patch was suggested by Andrew M. Bishop, "wwwoffle"'s author and maintainer. Don't know if it's going to be in the next release, or not.
2002-05-14Update to 0.55. Changes:schmonz2-5/+5
* Tighter integration of the local delivery code. An external LDA like procmail is now required only if you are running Sendmail. Further, if you are driving TMDA with procmail, you no longer need to maintain a second procmailrc (e.g, ~/.procmailrc-tmda) for final delivery. * Improvements to the mailing list filter file sources. * Bugfixes.
2002-05-14Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano3-6/+6
2002-05-14- - Enable the cdrom driver, and begin to make it work on NetBSD.fredb6-4/+104
It can boot a Norton Utilities CD, but not run any of the utilities. That may be the known problem with the Windows 98 CD. - - Add the ability, on NetBSD, to spin up the CD-ROM. This keeps "disklabel cd0" while booted from the NetBSD 1.5.3 rescue floppy from panicing the emulation, but it still doesn't return a label. - - Go ahead and enable the network driver and dummy sound driver. The network driver almost works under the NetBSD rescue floppy (ifconfig works, but not ping). I have no way, currently, of verifying the (dummy, silent) sound driver. - - Bump to 1.4nb1.
2002-05-14Introduce NULL_COOKIE and use it instead of /dev/null for touch (see PR 15597).seb1-5/+4
While here remove some old comments.
2002-05-14Add the idl files to the buildlinked list, so mrproject findsmjl1-1/+2
them and builds.