summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-14Updated php to 4.2.3martti51-273/+235
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-10-14note addition of verilog-modedmcmahill1-1/+2
2002-10-14add and enable verilog-modedmcmahill1-1/+2
2002-10-14initial import of verilog-mode-3.60dmcmahill5-0/+60
This is a major mode for editing Verilog HDL source code under GNU Emacs or XEmacs.
2002-10-14Expand & in the gecos field to a capitalized login name.kim3-1/+116
2002-10-14note update of cad/dinotrace to 9.1hdmcmahill1-1/+2
2002-10-14update to dinotrace-9.1hdmcmahill2-5/+5
Changes in Dinotrace 9.1h 08/30/2002 *** Save_duplicates is now on by default. **** Fixed several bugs when save_duplicates is enabled. **** Updated Windows install. [Greg Loxtercamp] **** Fixed coredump reading wide ascii traces. [Vitaly Oratovsky]
2002-10-14Only set apache_start to "start" if it's not already set.lukem3-9/+9
Previously, if apache_start was set in /etc/rc.conf and /etc/rc.d/apache was loaded as part of the /etc/rc start sequence, apache_start's value would be overridden by "apache_start=start" in this script, because /etc/rc.conf would have already been loaded and load_rc_config() would not reload it again. This problem would not have been seen if /etc/rc.d/apache was started manually, or /etc/rc.conf.d/apache or @PKG_SYSCONFDIR@/apache_start.conf was used to set apache_start. (I am using /etc/rc.conf, and was wondering why apache wasn't starting with ssl support at boot, but worked after a manual restart...)
2002-10-13Add support for enabling MSDFS in Samba.kim2-2/+12
2002-10-13note update of cad/verilog-current to 20020921dmcmahill1-1/+2
2002-10-13update to verilog-current-20020921 snapshot. Many improvemnts in thedmcmahill2-5/+5
synthesis code and bug fixes in the simulation code since the last packaged snapshot.
2002-10-13Use buildlink2. Use perl5/module.mk.seb42-251/+128
2002-10-13Use buildlink2. Use perl5/module.mk. Fix COMMENT.seb1-7/+4
2002-10-13Use perl5/module.mk.seb3-15/+6
2002-10-13Use buildlink2. Use perl5/module.mk. Fix COMMENT.seb1-7/+4
2002-10-13mail/tnef-1.1.2 update [minor]wiz1-1/+2
2002-10-13Update to 1.1.2. Buildlink1 -> buildlink2.wiz2-7/+8
Changes since 1.1.1: * Fixing bug with MAPI_ATTACH_OBJ_DATA instead of attATTACHMENT usage. * Minor Updates of copyright and bug reporting address.
2002-10-13updated audio/SDL-mixer to 1.2.4wiz1-1/+2
2002-10-13Update to 1.2.4:wiz3-8/+8
1.2.4: * Updated the CodeWarrior project files * Added a function to query the music format: Mix_GetMusicType() * Added a function to load audio data from memory: Mix_QuickLoad_RAW() * Cleaned up threading issues in the music playback code * Fixed deadlock introduced in the last release 1.2.3: * Updated autogen.sh for new versions of automake * Specify the SDL API calling convention (C by default) * Fixed recursive audio lock in the mixing function * Fixed setting invalid volume when querying mixer and music volumes * Implemented Ogg Vorbis stream rewinding * Added native midi support on Linux, using GPL code --enable-music-native-midi-gpl * Added seek support for MP3 files * Sample "finished" callbacks are now always called when a sample is stopped. 1.2.2: * Added an API for seeking in music files (implemented for MOD and Ogg music) Mix_FadeInMusicPos(), Mix_SetMusicPosition() * Exposed the mikmod synchro value for music synchronization Mix_SetSynchroValue(), Mix_GetSynchroValue() * Fixed MOD music volume when looping * Stop implicit looping, set fade out and other flags on MOD files * The music file type is now determined by extension as well as magic * Reworked playwave.c to make it more useful as a mixer testbed * Added a realtime sound effect API to SDL_mixer.h * Added the following standard sound effects: panning, distance attenuation, basic positional audio, stereo reversal * Added API for mixer versioning: Mix_Linked_Version() and MIX_VERSION() * Updated MikMod code to version 3.1.9a * Added support for loading AIFF audio chunks * Added native MIDI music support on MacOS and MacOS X * Added native MIDI music support on Windows * Added Project Builder projects for building MacOS X framework * Fixed compilation problems with mikmod under MacOS X * Fixed AIFF music playing support * Fixed building Ogg Vorbis support on Windows * Added Mix_ChannelFinished() and Mix_GetChunk() * Added VOC sound file support * Fixed crashes when API used with audio not initialized * Added support for building RPM directly from tar archive
2002-10-13Note update of devel/SDL to 1.2.5.kristerw1-1/+2
2002-10-13Oops. Forgot to add patch-aa in previous commit.kristerw1-0/+15
2002-10-13Update SDL to version 1.2.5.kristerw16-1812/+386
This update consists of numerous bugfixes. See http://www.libsdl.org/release/changes-1.2.html for a full list.
2002-10-13Remove a bogus directory in the post-install step.wiz1-1/+6
2002-10-13Note update of www/squid package to 2.5.1 (squid-2.5.STABLE1).taca1-1/+2
2002-10-13Update squid to 2.5.1 with several patches fromtaca16-1110/+320
http://www.squid-cache.org/Versions/v2/2.5/bugs/. Now try to install more authentication modules, but those modules should be handled by proper frame work (Curretly, SASL modules aren't handled). Changes to squid-2.5 (): - Major rewrite of proxy authentication to support other schemes than basic. First in the line is NTLM support but others can easily be added (minimal digest is present). See Programmers Guide. (Robert Collins & Francesco Chemolli) - Reworked how request bodies are passed down to the protocols. Now all client side processing is inside client_side.c, and the pass and pump modules is no longer used. - Optimized searching in proxy_auth and ident ACL types. Squid should now handle large access lists a lot more efficiently. (Francesco Chemolli) - Fixed forwarding/peer loop detection code (Brian Degenhardt) - now a peer is ignored if it turns out to be us, rather than committing suicide - Changed the internal URL code to obey appendDomain for internal objects if it needs appending. This fixes weirdnesses where a machine can think it is "foo.bar.com", and "foo" is requested. (Brian Degenhardt) - Added the use of Automake to create the Makefile.in's in the squid source tree. This will allow libtool in the future, and immediately allows better dependency tracking - with or without gcc - as well as the dist-all and distcheck targets for developers which respectively build a tar.gz and a tar.bz2 distribution, and check that what will be distributed builds. - Added TOS and source address selection based on ACLs, written by Roger Venning. This allows administrators to set the TOS precedence bits and/or the source IP from a set of available IPs based upon some ACLs, generally to map different users to different outgoing links and traffic profiles. - Added 'max-conn' option to 'cache_peer' - Added SSL gatewaying support, allowing Squid to act as a SSL server in accelerator setups. - SASL authentication helper by Ian Castle - msntauth updated to v2.0.3 - no_cache now applies to cache hits as well as cache misses - the Gopher client in Squid has been significantly improved - Squid now sanity checks FTP data connections to ensure the connection is from the requested server. Can be disabled if needed by turning off the ftp_sanitycheck option. - external acl support. A mechanism where flexible ACL checks can be driven by external helpers. See the external_acl_type and acl external directives. - Countless other small things and fixes - HTML pages generated by Squid or CacheMgr as well as the ERR documents now contain a doctype declaration so that browsers know which HTML specification the document uses. In addition to that they have a new look (background-color, font) and are valid according to the HTML standards at www.w3.org. (Clemens Löser) - Login and password send to Basic auth helpers is now URL escaped to allow for spaces and other "odd" characters in logins and passwords - Proxy Authentication is no longer blindly forwarded to peer caches if not used locally. If forwarding of proxy authentication is desired then it must now be configured with the login=PASS cache_peer option. - Responses with Vary: in the header are now cached by squid. (Henrik Nordstrom). - Removed unused 'siteselect_timeout' directive.
2002-10-13back out previous. EXTRACT_SUFX is already set to .binjschauma2-8/+2
Pointed out by jlam.
2002-10-13Fix DISTNAME (silent symlink update on the master site).wiz2-8/+7
2002-10-13buildlink1 -> buildlink2.wiz1-5/+5
2002-10-13Unused.wiz1-43/+0
2002-10-13buildlink1 -> buildlink2 (untested).wiz1-5/+6
2002-10-13Add and enable Speex.wiz1-1/+2
2002-10-13Note addition of audio/Speex.wiz1-1/+2
2002-10-13Initial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc.wiz6-0/+84
The Speex project aims to build an open-source, patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bitrates in the 8-32 kbps/channel range. Possible applications include Voice over IP (VoIP), internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec.
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-10-13Make more readable, and fix right hand side of DEPENDS.wiz1-2/+2
2002-10-13buildlink1 -> buildlink2.wiz9-35/+24
2002-10-13Still one user (dylan-*).wiz2-0/+128
2002-10-13buildlink1 -> buildlink2.wiz2-8/+8
2002-10-13buildlink1 -> buildlink2.wiz2-6/+9
2002-10-13Unused.wiz1-34/+0
2002-10-13buildlink1 -> buildlink2.wiz1-7/+8
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-10-13buildlink1 -> buildlink2 (untested).wiz1-2/+3
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-13Unused.wiz1-70/+0
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-13Unused.wiz1-58/+0
2002-10-13buildlink1 -> buildlink2.wiz5-23/+16
2002-10-13Unused.wiz1-36/+0
2002-10-13buildlink1 -> buildlink2.wiz9-28/+28