summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-03Initial import of dd2-0.2.1.xtraeme4-0/+50
This is a little shot'em up arcade game for one or two players. It aims to be an 'old school' arcade game with low resolution graphics, top-down scroll action, energy based gameplay and different weapons with several levels of power.
2004-07-03note update of pax to 20040703 [fix directory creation breakage]grant1-1/+2
2004-07-03bump to 20040703.grant1-2/+2
2004-07-03sync with src:grant1-13/+19
Salvage the `create parent directories and try again' path which is removed by the previous commit.
2004-07-03Update emulators/mips64emul to 0.1.1.xtraeme3-6/+7
20040701 The -j option now takes a name, the of the kernel as passed on to the bootloader. ("netbsd" is the default name.) Adding support to load bootstrap code directly from a disk image, for DECstation. Both NetBSD/pmax and Ultrix boot straight of a disk image now, with no need to supply a kernel filename on the command line. (Ultrix still needs -j vmunix, though, to boot from /vmunix instead of /netbsd.) 20040702 Minor bugfix (some new untested code for X11 keypresses was incorrect). 20040702(later) Adding an ugly hack for CDROMs in FreeBSD; if an fread() isn't done at a 2048-byte aligned offset, it will fail. The hack tries to read at 2048-byte aligned offsets and move around buffers to make it work. Adding video off (screen blanking) support to BT459. Making a 0.1.1 release.
2004-07-03Add and enable p5-Geo-IP.minskim2-2/+4
2004-07-03Import p5-Geo-IP from pkgsrc-wip. Packaged by xtraeme@ and updated by me.minskim4-0/+34
This module a simple file-based database. This database simply contains IP blocks as keys, and countries as values. The data contains all public IP addresses and should be more complete and accurate than reverse complete COMPLETE and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visitors.
2004-07-03Update GeoIP to 1.3.4 and take maintainership.minskim3-9/+10
Changes since 1.3.1: * Fixed bug where *.gz file(s) didn't get removed after geoipupdate * Added support for NetSpeed lookup to geoiplookup * inet_addr patch for 64 bit systems (Thomas Steudten) * Added Support for automated downloads of GeoIP Region, City, ISP and Organization databases (Frank Mather) * INADDR_NONE Patch for Solaris 9 (John Young) * Added support for Maxmind NetSpeed
2004-07-02+prc-tools-2.3.wiz1-1/+2
2004-07-02Unused.wiz14-368/+0
2004-07-02Remove support for buildlink2, now that all packages using thiswiz1-7/+3
file have been converted to buildlink3.
2004-07-02Unused.wiz3-95/+0
2004-07-02Convert to buildlink3; set USE_JAVA2 since it does not compile with jdk-1.1.8.wiz1-2/+3
2004-07-02Convert to buildlink3.wiz1-2/+2
2004-07-02Note update of GConf2 and GConf2-ui to 2.6.3.jmmv1-1/+3
2004-07-02Update GConf2 and GConf2-ui to 2.6.3:jmmv2-5/+5
Fixes: - Fix issue with using merged files on a fresh system (Mark) - Documentation fix (Leonardo Quijano Vincenzi)
2004-07-02Enable pkgviews installation.minskim4-4/+14
2004-07-02Define NO_BUILDLINK because this is a meta package.minskim1-3/+2
2004-07-02bl2 -> bl3 in a package that does not have USE_BUILDLINK* set.wiz3-6/+6
2004-07-02bl2 -> bl3 in comment.wiz1-2/+2
2004-07-02Note update of drivel to 1.0.2.jmmv1-1/+2
2004-07-02Update to 1.0.2:jmmv3-22/+5
* Fixes: - Protect proxy variables with mutex locks, should resolve some more BSD-related threading issues. - Use libcurl's unescape method rather than our own, fixes a NetBSD character conversion problem. - Fix C99-ism which was preventing successfull compilation on GCC-2.95 (Julio M. Merino Vidal).
2004-07-02Revert the "move of documentation out of share/doc/html". In fact, itjmmv2-24/+26
_wasn't_ there (i.e., me not looking correctly). The documentation was in share/doc/icewm/html, which is perfectly acceptable (a package can organize documentation however it wants inside its doc directory). No revision bump since it was bumped just some minutes ago.
2004-07-02Note revision bump for icewm* to 1.jmmv1-1/+4
2004-07-02Bump PKGREVISION to 1 because of:jmmv5-31/+39
- Disable i18n under NetBSD < 2.0. It doesn't let icewm run (even when pkgsrc's libiconv is used). If anybody has a better way to really solve the problem...). Fixes PR pkg/23979 by syn at sceen.net. - While here, move HTML documentation out of share/doc/html.
2004-07-02Convert to buildlink3.snj1-3/+3
2004-07-02bump PKGREVISION (security fixes)drochner1-2/+2
2004-07-02apply the patch from the mplayer site to fix buffer overflowdrochner15-8/+693
vulnerabilities in the GUI
2004-07-02else exists ... -> elif exists ...wiz1-2/+2
Noted by Roland Illig on tech-pkg.
2004-07-02oops, these are obsolete nowdrochner2-38/+0
2004-07-02update to 3.3.4drochner10-31/+14
bugfixes only afaict, no new features, no new files
2004-07-02don't enable gnumeric support, and bump PKGREVISIONdrochner2-21/+4
This only worked with gnumeric-1.0.x, and depends on gnome1 structures. gnumeric is at 1.2.x now, uses gnome2 and comes with an own plotting package. Should fix PR pkg/26009 by MLH.
2004-07-02don't conflict with kdemultimedia3, just with ...2drochner1-2/+2
2004-07-02this pkg does not conflict with timiditydrochner1-3/+1
2004-07-02Note update of sun-j*k14 to 2.5 aka 1.4.2_05.jschauma1-1/+3
2004-07-02Update sun-jdk14 and sun-jre14 to latest version 1.4.2_05jschauma6-23/+29
Changes and bugs fixed since 1.4.2_04 according to http://java.sun.com/j2se/1.4.2/ReleaseNotes.html: - NullPointerException with no stack trace - java.util.zip.ZipFile. getInputStream(name). available() returns incorrect value - Codepage aliases for EURO codepages missing - JCK1.4a-runtime api/java_awt/interactive /FrameStateTests.html #FrameStateTests fa - new warning "finally cannot complete normally" should not be enabled by default - Intermittent assertion failure running appserver 7 with mantis-beta on solsparc - Assertion as (peek() == null()), "what's left behind is null" at parseHelper.cpp - Introspector doesn't synchronize its caches - (cs) Default charsets must be hardwired - default CompilerThreadStackSize computation too small in 64bit sparc VM - CMS/Train: soft refs not cleared as intended - demo: FileChooserDemo: ShowPlainJFileChooser doesn't open empty dir correctly - CMS: CL options MaxTenuringThreshold, MaxNewSize and SurvivorRatio are ignored - (bf) Allocating direct buffers causes OutOfMemoryError - JTable: Weird column resizing behavior in auto resize modes - Hard coded version string in ConverterHelp*.java - JAVA program hangs with XInitThreads call with JDK1.4, but works with JDK1.3.1 - CTW assertion at type.hpp, 349 - deep recursion into PhaseIdealLoop::spinup: atg core dumped with fastdebug build - Cannot deploy Java Web Start 1.4.2 in enterprise deployment - JDK 1.4.2 LDAP Library leaves worker threads orphaned - Japanese characters not converting correctly from Codepage 930 to Codepage 943 - Win: Server VM crashes with test/java/util/Date/ DateGregorian CalendarTest.java - JVM Server Crash on Solaris - JVM crash with error "Fatal: null exception in compiled code" - VM/C2 crashes when running a java program on amd64 (and sparc v9) - Printing not working on mercury b12 with jdk 1.4.2_04 Build 01 - AMD64: Hotspot crashes with Suse 2.4.21 beta kernel - JIT Compiler crashes c2/opto/server VM on 1.4.2 ( Windows + Solaris ) - Only in 1.4.2, URLEncoder outputs exception in Japanese locale - Same jni code causes jvm to crash after upgrading from 141 to 142_03 - Incompatibility in https behaviour between 1.3.1 (with jsse 1.0.3) and 1.4 - [1.4.2_05] cjk font.properties files for quicksilver needs to be updated - C2 compiler crash in const Type*TypeInstPtr::xmeet - printing text using Courier New bold results in incorrect spacing - 1.4.2_03-b02 Crashes during Concurrent collections - Java 1.4.2_03 C2 Compiler Crash with SIGBUS on Solaris - Frame. setExtendedState(int state) may work incorrect with misleading WM's - l10n for 4938868/4912570: GTK L&F: Behaviour in JFileChooser unlike mercury - 1.4.2 certificate dialog "Scary text" - 1.4.2_03 client JIT compiler optimization causing JVM to core - 142_04: wrong copyright year in about dialog on HtmlConverter - Sun JDK 1.4.2 JWS does not recognize OS architecture "x86"; not compatible with - compute_compiled _exc_handler() called with pending exception - 1.4.2_04 fails to recognize the jar cache contents for versions <_04 - VM crashes on deoptimization - Korean: Java Web Start-add entry, buttons are stuck to the bottom of the page - JVM 1.4.2_04 Linux SLES8 Itanium crash - [1.4.2_x] some AWT components show garbled characters using font.properties for - Object integrity maybe changing using ParallelGC when a Full GC occurs - REGRESSION: test java/nio/charset/coders/ IsSupported.java fails,1.4.2_05b01 - problem affecting xalan 2.4.1 as supplied with jdk 1.4.2 - REG: Text not rendered properly on vertical progressbar for some locale strings
2004-07-02Add -f to mv for non-root users.wiz1-3/+3
2004-07-02Convert to bl3 (tested on 1.6.2, does not build on 2.0).wiz1-2/+2
2004-07-02liferea is already at 0.5.1.jmmv1-2/+1
2004-07-02Note revision bump for libgcrypt to 1.jmmv1-1/+2
2004-07-02When exec'ing child processes (netstat and vmstat), make sure the standardjmmv3-2/+35
file descriptors (0, 1, 2) are open. This avoids multiple warnings issued under NetBSD about running set[ug]id programs with those descriptors closed. Fixes PR pkg/26079; although it talks about gaim, the problem is here, in libgcrypt. Bump PKGREVISION to 1.
2004-07-02Convert to bl3.wiz1-3/+3
2004-07-02Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packageswiz5-5/+26
depending on this one can find the header files. Noted broken by snj.
2004-07-02+ TeXmacs-1.0.3.10, centericq-4.10.0, clamav-0.74, elm-me-2.4pl117,wiz1-9/+16
heimdal-0.6.2, kth-kerberos-1.2.2, liferea-0.5.1, mkvtoolnix-0.9.2, mono-1.0, nut-9.17, phppgadmin-3.4 [pkg/26130], re2c-0.9.2, snd-7.5, sqlite-3.0.2, thy-0.9.3. - binutils-2.15 (thanks, shannonjr)
2004-07-02Updated postfix to 2.2-20040628martti1-1/+2
2004-07-02Update xchat2 to 2.0.10 and take maintainership.minskim5-13/+21
Changes: - Updated translations (ru, sr). - Fixed compiling on systems other than linux/freebsd [969643]. (Samuel Mimram). - Fixed compiling with an old version of GTK (2.0.x). - Further BiDi fixes in xtext (Ilya Konstantinov). - Brand-new tab completion code (Ian Kumlien). This also fixes: Tab expansion not working behind umlauts [956127]. Plugin commands can now be tab-completed too (Frank Thieme). - Fixed parsing URIs on userlist drag-n-drop (Jonas Heylen). - Added Sort button to the server list window (David Oftedal and Tim-Philipp Mueller). - Tab button selection fix (Guillaume Knispel). - Added marker-line feature. Shows a red-line to indicate the place where you last read up to (Thomas Kockerbauer). - The "Get my IP from Server" feature now works on networks that hide your hostname too (by using the USERHOST command). - Win32: Fixed CPS calculation for file transfers [824934]. - Fixed: Ping timeout when the system clock changes [789140]. - Fixed: Private messages delivered to status window when nickname is the same as the network [977550]. - Maximised window-state is now saved. - Double middle-clicking a nickname in the text area will now select it in the userlist. - Included a work-around to stop X-Sys plugin crashing with GTK 2.4. - Fixed: /list output going to the current tab [970746]. - Fixed: Serverlist crash while editing a port-number, and switching to another network before pressing enter [968652]. - Made it possible to execute multiple "Connect Command:"s in the ServerList window, when they're separated by ctrl-alt-a.
2004-07-02Updated postfix-current to 2.2-20040628martti19-225/+92
* Sync with pkgsrc/mail/postfix * Get rid of canonical_classes patch * No IPv6 patch
2004-07-02Update -> Updated to be consistent.minskim1-4/+3
2004-07-02Install .packlist.h2ph into PREFIX instead of LOCALBASE.minskim1-2/+2
This closes PR pkg/26099.
2004-07-01Update pkglint 3.84abs3-47/+60
Parse Make .{if,endif,else,elif,include} directives which contain a space between the . and the directive. Fix an include path issue which this threw up. Now 'lintpkgsrc -d' correctly extracts the PKGNAMEs for the gcc3 packages. It still doesn't understand 'dewey' versions with alpha chars, or some of the more interesting makefile constructs, but it looks closer to reality.