summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-15Update to 5.6.3:wiz2-8/+9
2005-11-27 Christian Mauduit * Released 5.6.3. * Added checks to avoid FD_SET with an arg1 of -1. * Added checks on socket validity on client network code. * Fixed it for good, on UNIX. * Fixed network bug which caused connect screen to become irresponsive. 2005-11-26 Christian Mauduit * Tried to released 5.6.3, failed because of network bug. * Fixes for Allegro 4.2 / GCC 4. * Updated docs. 2005-11-25 Christian Mauduit * Warnings removed when compiling with gcc 4.0 and Allegro 4.2 2005-09-09 Christian Mauduit * Waves deactivated by default on x86_64 2005-09-05 Christian Mauduit * Fixed GUI procs so that 320x240 is correctly displayed. * Minor fix, ptr size is checked, instead of long which is useless. 2005-09-04 Christian Mauduit * Fixed my_edit_proc which was wrecked after migration to allegro 4.2 * Characters >= 128 are now filtered in the GUI. 2005-08-30 Christian Mauduit * Fixes in XML doc files, changed the DTD URL. 2005-08-28 Christian Mauduit * Added Solar System map by 2 of omega. 2005-06-29 Christian Mauduit * Fixed the package generators to avoid arch system dirs * Finally updated the makedoc.py script to use sax instead of xmllib * Reactivated i386 assembly code for x86_64. * Reindented code with indent and splint. * Minor change in level menu layout to handle resolution display. * Waves are activated by default only if assembly code is available. * Added patches by Dave Vasilevsky to support Mac OS X. 2005-06-21 Christian Mauduit * Game now requires Allegro 4.2.0beta3 to compile * Removed most compile warnings, due to allegro deprecated functions * Fixed alleg2.c to match allegro 4.2 needs. 2005-05-29 Christian Mauduit * Copyright 2004 -> 2005 * Added infos about GNU Arch depot * Added Fanfic by Gavin 2005-05-07 Christian Mauduit * Added UWiKiCMS doc generation. 2004-08-22 Christian Mauduit * Added more strategy tips suggested by Jan Samohýl. 2004-08-19 Christian Mauduit * Game defaults to windowed mode under UNIX. 2004-07-06 Christian Mauduit * Fixed Joystick support, which was completely broken, works under Linux Now, with my gamepad at least.
2006-01-15Note update of tex-dhucs.minskim1-1/+2
2006-01-15Update tex-dhucs to 2.60.20051222.minskim2-18/+17
Changes: - documentation update. - better handling with teTeX.
2006-01-15Note update of tex-unttf.minskim1-1/+2
2006-01-15Update tex-unttf to 1.0.1.20051219. This is the first dated tarball.minskim2-13/+13
No significant change since the last version.
2006-01-15Updated security/uvscan to 4.40.heinz2-4/+3
2006-01-15Updated to version 4.40.heinz4-29/+33
This fixes PR pkg/30290 by Nicolas Joly so the latest DAT files are working again. - Moved included DAT-files to shares/examples/uvscan/. - Works with PKG_CONFIG=no. - PDF manual included in share/doc/uvscan/. - Some small improvements to update_dat.sh: Option "-h" shows the available options. All the "exit" statements use distinct values. Fixed a small logic bug (-z vs. -n). Changes according to McAfee's website: - Includes technology to combat the latest and future threats. - Improved detection and cleaning. - Support for many more Packed Executable formats in which known malware is often re-packaged for obfuscation purposes. - Specific detection and reporting of files compressed or packaged with known suspicious applications. - Enhancements to the emergency DAT file (EXTRA.DAT) structure allowing a larger DAT file size. - Enhancements to enable scanning of non-standard ZIP archives.
2006-01-15Added emacs as a dependency.rillig1-1/+2
2006-01-15Note update of dvipdfmx.minskim1-1/+2
2006-01-15Update dvipdfmx to 0.0.0.20050831.minskim3-12/+11
Changes: - Fix bugs in MetaPost manipulation and PK Type3 font. - Allow PDF images generated from Mac OS X. - Other fixes and improvements.
2006-01-15Note conflict with openafs. Bump PKGREVISION. From Ola Eriksson in PR#32533.cube1-2/+3
2006-01-15Be nice and include sys/types.h before sys/ipc.h.joerg7-1/+132
Try to fix stricter GCC 3.4 template handling.
2006-01-15Fix errno.joerg3-1/+29
2006-01-15Upon further inspection (while writing the buildlink3.mk file), I noticedjmmv1-3/+2
that this does not really need glib2. Remove the dependency.
2006-01-15BUILD_USES_MSGFMT works better if deve/gettext-lib is included as well.joerg1-1/+4
Keep it as build time dependency, since no executables are installed.
2006-01-15Note addition of liboil, version 0.3.6.jmmv1-1/+2
2006-01-15Add and enable liboil.jmmv1-1/+2
2006-01-15Initial import of liboil, version 0.3.6:jmmv4-0/+89
Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects and also make optimizations easier to use by a broader range of applications. This is needed for the upcoming gstreamer 0.10.
2006-01-15Remove trailing / from source directory. Unbreaks build on DragonFly.joerg1-2/+2
2006-01-15Needs bdftopcf.joerg1-2/+2
2006-01-15Use sun audio only on NetBSD and SunOS. Link with LIBOSSAUDIO.joerg4-10/+31
Add DragonFly support.
2006-01-15Add missing freetype-lib dependency, and use ja-vflib-lib/bl3.mkwiz1-2/+3
instead of DEPENDS, to make this build again.
2006-01-15Add DragonFly support. Workaround a bug in DragonFly's time.h whenjoerg7-18/+109
compiling with _POSIX_SOURCE set (size_t doesn't get defined). Fix errno. Fix an incorrect va_arg: short gets promoted to int, so use that.
2006-01-15Note update of net/tor to 0.1.0.16jschauma1-1/+2
2006-01-15Update to tor-0.1.0.16jschauma2-6/+6
This update fixes nine rare crash bugs, and includes backports from the 0.1.1.x tree to be more aggressive about retrying failed streams.
2006-01-15Fix up last commit. Libraries are in ${X11BASE}/lib.joerg1-2/+2
2006-01-15Needs GNU-like soelim.joerg1-1/+3
2006-01-15Fix some ancient C. This time with patch.joerg1-0/+44
2006-01-15Fix some ancient C.joerg1-1/+2
2006-01-15Add DragonFly support. Make the pre-install script a bit more likelyjoerg7-6/+72
to work on NetBSD platforms by not hard-coding NetBSD. Use BSD_INSTALL_LIB for shared libraries, better file mods.
2006-01-15Fix errno. Add DragonFly.joerg4-3/+34
2006-01-15Fix errno.joerg4-2/+30
2006-01-15config.guess / config.sub replacement.joerg1-1/+9
2006-01-15pgpool was updated.minskim1-2/+1
2006-01-15Note update of pgpool.minskim1-1/+2
2006-01-15Update pgpool to 2.7. Based on patches provided by Inseo PARK inminskim3-12/+12
private email. Major changes from 2.5.1: - Allow SERIAL data type replication by issuing table locks automatically. - New directives: child_max_connections and ignore_leading_white_space. - Bug fixes and minor improvements.
2006-01-15This package doesn't build xdvik; disable tests for xdvik in configure.minskim1-1/+2
2006-01-15avoid instant core-dump.christos3-2/+16
2006-01-15Add ruby-gnome2, a meta package for ruby-gnome2-*.minskim5-3/+35
Packaged by dieter Roelants.
2006-01-15Add ruby-gnome2-panelapplet.minskim2-2/+4
2006-01-15Import ruby-gnome2-panelapplet from pkgsrc-wip. Packaged by dieter Roelants.minskim3-0/+23
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x.
2006-01-15Add ruby-gnome2-gnome.minskim2-2/+4
2006-01-15Import ruby-gnome2-gnome from pkgsrc-wip. Packaged by dieter Roelants.minskim3-0/+24
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
2006-01-15Note PKGREVISION bump of ruby-gnome2-{gtk,gnomecanvas}.minskim1-1/+3
2006-01-15Note update of www/ap-auth-ldap to 1.6.1.kleink1-1/+2
2006-01-15This package requires ruby-gnome2-gtk>=0.14.1nb1 to work properly.minskim1-2/+3
Bump PKGREVISION due to dependency change.
2006-01-15Added net/p5-Net-Rendezvous version 0.90adrianp1-2/+3
Fixed entry for ham/gpredict (there no 'to' when adding a package)
2006-01-15Update to ap-auth-ldap to 1.6.1; changes since 1.6.0 include:kleink3-15/+14
* Fixed security bug that could allow attacker to execute arbitrary commands as the apache user. [Digital Armaments, seregon at bughunter dot net] * Fixed bug that sometimes resulted in segfaults during periodic cache cleanup. [Stefan Gaffga] * Add AuthLDAPVersion option to specify which LDAP version to use on LDAP server. [Hans Petter Selasky] * Support ldaps:// urls automatically under OpenLDAP. No need to compile with --with-ssl; this is just to enable SSL with the Netscape SDK. [Andrew McAllister, Malcolm Locke] * Fixed bug where auth_ldap didn't always rebind as the AuthLDAPBindDN after doing an authorization. [Stephen Lombardo, Brent Putnam, Ace Suares, Ted Cabeen, others]. * Fixed bug where we forgot to note a failed auth attempt which would result in the browser never giving the user a second chance to enter a password. [Thanks to many other people]
2006-01-15+p5-Net-Rendezvousadrianp1-1/+2
2006-01-15This is Net::Rendezvous, a set of perl modules to utilize DNS for serviceadrianp4-0/+36
discovery. This method of service discovery is branded as Rendezvous by Apple Computer. More information can be found at: http://www.zeroconf.org/ http://developer.apple.com/macosx/rendezvous/index.html A list of register service types can be found at: http://www.dns-sd.org/ServiceTypes.html