summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-31Updated sysutils/cdrtools to 2.01.01alpha66wiz2-3/+3
2009-10-31Update to 2.01.01alpha66:wiz6-179/+6
NEW features of cdrtools-2.01.01a65: All: - *BSD comes with a broken sed(1), so we need to go back to tr(1) based code for GNU make in the Schily Makefilesystem. - Added support for amd64-netbsd-cc.rul to the Schily Makefilesystem - Added support for DragonFly BSD to config.guess and config.sub Libscg: - Added a hack to liscg to allow cdrecord -scanbus to work on NetBSD - Added a hack to liscg to allow cdrecord -scanbus to work on OpenBSD Mkisofs (Maintained/enhanced by J - Avoid signed chars ad parameter to toupper NEW features of cdrtools-2.01.01a66: - Added support for 64 bit compilation on HP-HX using "cc". Use make CCOM=cc64 as usual to switch to 64 bit compilation. Libschily: - libschily/fconv.c reworked to deal with non-C99 compliant systems and to deal with the constraints found in HP-UX-11.11. Libsiconv: - Fixed a problem in libsiconv in case that the the locale is specified as "iconv:name". Libscg: - Make libscg deal with the new error code from HP-UX that is returned for a non-existing ATAPI slave. - Some minor changes in libscg to make scgcheck report less problems with HP-UX Cdrecord: - Better man page with repect to dev= - The cdrecord man page has been restructured. - Fixed a bug in the workaround code for a firmware bug for DVD+R media in HL-DT-ST drives. Cdda2wav (Maintained/enhanced by J - Better man page with repect to dev= - The cdda2wav man page has been restructured. Readcd: - readcd now only send the Plextor specific SCSI commands for the -cxscan option in case that the drive identifies as Plextor. - Better man page with repect to dev= Scgcheck: - Better man page with repect to dev= Btcflash: - Better man page with repect to dev= Mkisofs (Maintained/enhanced by J - mkisofs man page reworked - isoinfo man page reworked - New file mkisofs/rock.h - isodump now prints more information about Rock Ridge attributes to help debugging non-compliant Rock Ridge ISO images. - isoinfo now correctly identifies ISO images made with the Mac OS X program "hdiutil" by e.g. calling: hdiutil makehybrid -iso -hfs -verbose -o xxx.iso some_dir As filesystems that violate the Rock Ridge standard. Check e.g. by "isoinfo -i xxx.iso -d" Interpreting Rock Ridge on such images can be enforced by calling: "isoinfo -i xxx.iso -lR -debug" - mkisofs now ignores the broken Rock Ridge attributes that have been created by the Mac OS X program "hdiutil".
2009-10-31Updated security/caff to 1.1.2wiz2-3/+3
2009-10-31Update to 1.1.2:wiz2-6/+6
* gpgsigs: + Added patch from Roland Rosenfeld to support RIPEMD160 checksum. (Closes: #533747). + Updated man page to mention support for SHA256 and RIPEMD160 checksum. + Made removal of nonexistent photos quiet by the use of the force option. + Updated generated tex file in latex mode so that it uses the grffile package. This allows pdflatex to process our tex file assuming the photos are previously converted to PDF. (Closes: #542478) * caff: Updated check for the local-user keyids. + Moved the current check to a new function get_local_user_keys(). + Warned the user if a local-user keyid is not listed as a keyid in ./caffrc. (Closes: #540165). * gpgdir: New upstream release. * gpg-mailkeys: + The charset for the text of the message is deduced from the charset used by ~/.gpg-mailkeysrc and ~/.signature. The text message is encoded in quoted printable and thus it requires a new dependency on qprint in debian/control. (Closes: #545186) + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage.
2009-10-31Updated time/etm to 297wiz2-3/+3
2009-10-31Update to 297:wiz2-6/+6
Fixed bug in which bad list command would crash application.
2009-10-31Updated audio/SDL_mixer to 1.2.9wiz2-3/+3
2009-10-31Update to 1.2.9. Set LICENSE. Remove dynamically loaded librarieswiz6-23/+28
from buildlink3.mk. 1.2.9: Ryan Gordon - Sun Oct 18 11:42:31 PDT 2009 * Updated native MIDI support on Mac OS X for 10.6 Ryan Gordon - Sun Oct 11 05:29:55 2009 UTC * Reset channel volumes after a fade out interrupts a fade in. Ryan Gordon - Sun Oct 11 02:59:12 2009 UTC * Fixed crash race condition with position audio functions Ryan Gordon - Sat Oct 10 17:05:45 2009 UTC * Fixed stereo panning in 8-bit mode Sam Lantinga - Sat Oct 10 11:07:15 2009 UTC * Added /usr/share/timidity to the default timidity.cfg locations Sam Lantinga - Sat Oct 3 13:33:36 PDT 2009 * MOD support uses libmikmod and is dynamically loaded by default * A patched version of libmikmod is included in libmikmod-3.1.12.zip * The libmikmod patches fix security issues CVE-2007-6720 and CVE-2009-0179. Sam Lantinga - Sat Oct 3 02:49:41 PDT 2009 * Added TIMIDITY_CFG environment variable to fully locate timidity.cfg Sam Lantinga - Fri Oct 2 07:15:35 PDT 2009 * Implemented seamless looping for music playback Forrest Voight - 2009-06-13 20:31:38 PDT * ID3 files are now recognized as MP3 format Steven Noonan - 2008-05-13 13:31:36 PDT * Fixed native MIDI crash on 64-bit Windows Ryan Gordon - Fri Jun 5 16:07:08 2009 UTC * Added decoder enumeration API: Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(), Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder() Austen Dicken - Tue Feb 26 23:28:27 PST 2008 * Added support for FLAC audio both as chunks and streaming Tilman Sauerbeck - Tue Feb 26 03:44:47 PST 2008 * Added support for streaming WAV files with Mix_LoadMUS_RW() Ryan Gordon - Mon Feb 4 17:10:08 UTC 2008 * Fixed crash caused by not resetting position_channels
2009-10-31Set LICENSE.wiz1-1/+2
2009-10-31Updated devel/SDL_gfx to 2.0.20wiz2-3/+3
2009-10-31Update to 2.0.20:wiz2-6/+6
Ver 2.0.20 - Wed Sep 23 18:42:02 PDT 2009 * Fix for 1-pixel postponement with 8bit scaling * Updates to headers and configure to allow for cross-compiling to DLL (not just static .a) and fixes for compiling on Windows using autotools * Added Visual CE Project to Other Builds * Added Symbian and Windows 64bit fix for lrint function.
2009-10-30Updated graphics/SDL_image to 1.2.8wiz2-3/+3
2009-10-30Update to 1.2.8:wiz3-8/+9
1.2.8: Sam Lantinga - Sun Oct 4 13:12:54 PDT 2009 * Added support for uncompressed PCX files Mason Wheeler - 2009-06-10 06:29:45 PDT * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs Couriersud - Mon, 12 Jan 2009 17:21:13 -0800 * Added support for ICO and CUR image files Eric Wing - Fri, 2 Jan 2009 02:01:16 -0800 * Added ImageIO loading infrastructure for Mac OS X * Added UIImage loading infrastructure for iPhone / iPod Touch
2009-10-30- create a specific user:group for stunneljym2-8/+36
- fix the configuration path and file, so it can use the proper user:group and the chroot - fix some pkglint warnings regarding PKG_OPTIONS: 'pthread' => 'threads', 'libwrap' => 'tcpwrappers' (in accordance to mk/defaults/options.description) Bump PKGREVISION.
2009-10-30Add upstream URL for patch-ae bug report.wiz2-3/+5
2009-10-30+ enca-1.12, phpmyadmin-3.2.3, py-karaoke-0.7.2, samba-3.4.3,wiz1-13/+7
tea-26.0.1, zile-2.3.13.
2009-10-30add apache, it is not the 31st yet.christos1-2/+3
2009-10-30remove blank linechristos1-2/+1
2009-10-30update to 2.2.14; 2.2.13 is gone.christos4-125/+12
2009-10-30Update to kazehakase-0.5.8. Changes unknown.tnn14-147/+49
Previous version SEGV'd on startup, this one doesn't. It still doesn't show any web pages though ...
2009-10-30Provide a value for OTHER_INCLUDE_DIR, so that -I is not used without arguments.joerg1-2/+2
2009-10-30Remove lisping music style from comment.wiz1-2/+2
2009-10-30Added net/cntlm version 0.35.1jym1-1/+2
2009-10-30Prefer the in-tree bsdtar. Fix patch to use the correct branches on NetBSD.joerg3-9/+9
2009-10-30Add cntlm.jym1-1/+2
2009-10-30Initial import of cntlm 0.35.1 into the NetBSD package system.jym5-0/+120
Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your proxy or proxies (host1..N and port1..N) and opens a listening socket, forwarding each request to the parent proxy (moving in a circular list if the active parent stops working). Along the way, a connection to the parent is created anew and authenticated or, if available, previously cached connection is reused to achieve higher efficiency and faster responses. When the chain is set up, cntlm should be used as a proxy in your applications. Cntlm also integrates transparent TCP/IP port forwarding (tunneling) through the parent (incl. authentication). It can be used against most ISA servers, and helps to provide ease of integration for programs not supporting NTLM authentication directly, via cntlm's builtin SOCKS5 proxy.
2009-10-30NetBSD tar(1) doesn't like the distfile, so use gtar instead.tnn1-1/+2
2009-10-30note xmlsec1 and libtrace updatestnn2-4/+5
2009-10-30Update to xmlsec1-1.2.13 to fix build breakage with current OpenSSL.tnn5-30/+22
Changes: mostly bugfixes
2009-10-30boost is not using -mt for libs any longer, so don't substitute back.joerg1-10/+2
Pass down -rpath as a single option to prevent it from being mangled up.
2009-10-30This wants -lcanberra-gtk. Make it so.tnn1-2/+3
2009-10-30Added a pam option to openvpn, for the PAM pluginmanu1-1/+2
2009-10-30Add a pam option for the PAM pluginmanu3-5/+25
2009-10-30seamonkey-2.0 is out. I'm working on it.tnn1-1/+2
2009-10-30Honour compiler selection.ahoka2-6/+8
2009-10-30Generate distinfo for previous commit.ahoka1-1/+2
2009-10-30NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs}tnn2-1/+45
2009-10-30Added buildlink3.mk to misc/rumpstacktic1-0/+12
2009-10-30Fix compilation with PCC.ahoka1-0/+15
2009-10-30mention recent updates/additionsdrochner1-1/+26
2009-10-30update to 2.28.0drochner3-17/+16
This switches to the gnome-2.28 release branch.
2009-10-30update to 2.28.1drochner4-12/+13
This switches to the gnome-2.28 release branch.
2009-10-30propagate glib/gtk dependencies, needed to linkdrochner1-3/+3
2009-10-30set minimum libsoup versiondrochner1-1/+2
2009-10-30oops, that file fell through the cracksdrochner1-0/+22
2009-10-30A value of "2-clause-bsd" is now valid for variable LICENSE.heinz3-6/+6
2009-10-30Updatedheinz1-1/+2
misc/esniper to 2.20.0
2009-10-30Updated to version 2.20.0heinz3-25/+8
Pkgsrc changes: - Added LICENSE - Removed patch-ab which was integrated upstream changes since version 2.19.0: ============================= 2009-10-14 * 2.20.0 released * Fixed bug 2875827 and others: Error encountered in function ebayLogin * Fixed bug 2862437 and others: Unknown time interval "Duration:" remaining time could not be converted
2009-10-30to avoid trouble in the future, remove the "gdl" part as newerdrochner2-4/+4
versions are API incompatible (afaict the only useful thing in this pkg is the "gtkspell" wrapper, should perhaps be put into its own pkg) ride on today's PKGREV bump
2009-10-30this is outdated and might be removed soon, but for sanity:drochner1-2/+4
bump PKGREVISION for libgnome linkage change, mark CONFLICTing with future anjuta pkgs