summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20Update mail/msmtp to 1.0.0, sent by Sergio Jimenez <TripleDES atxtraeme5-40/+11
eslack dot org> in private email. Changes: Version 1.0.0: - New feature: tilde expansion for filenames in the configuration file Version 0.7.2: - This version adds native support for Windows 9x/ME/NT/2000/XP/2003 (with MinGW) and DOS (with DJGPP and the Watt32 library). Version 0.7.1: - New command: 'domain' - New options: --pretend and --debug Version 0.7.0: - Support for DSN (Delivery Status Notifications) was added via the new commands 'dsn_notify' and 'dsn_return'. - The 'tls_nocertcheck' command was added. It disables all server certificate checks. Use it if you get certificate check errors but still want to use the SMTP server with TLS/SSL. - The 'nostarttls' command is now called 'tls_nostarttls'. Please update your configuration file. Version 0.6.5: - License clarification: msmtp is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. - If you want to use GnuTLS instead of OpenSSL, you will now need GnuTLS >= 1.0.0 and libgcrypt >= 1.1.90! - msmtp now works on systems that lack IPv6 support - msmtp now accepts arbitrary long lines in mails Version 0.6.4: - fixed configuration file code Version 0.6.3: - portability fix for Mac OS X (Randolph Fritz) - fixed --disable-gsasl configure option - man page improvements Version 0.6.2: - use GNU Autotools (Christophe Nowicki) - fixed wildcard support in server certificate's Common Name field Version 0.6.1: - improved certificate check/verification with OpenSSL - code cleanups Version 0.6.0: - Added sanity checks of server certificate when using TLS - Strict server certificate verification with tls_trust_file command - Possibility to send client certificate if requested (tls_key_file and tls_cert_file commands) - Optional support for GnuTLS instead of OpenSSL - Optional support for GSASL (adds DIGEST-MD5 and NTLM authentication methods) - Arguments in the configuration file may now contain blanks - Removed the possibility to choose the TLS version with the tls command - Proper recognition of server capabilities (EHLO response)
2004-06-20add test for <sys/stropts.h>; version not bumped, because no change to anychristos2-1/+58
resulting binaries.
2004-06-20Update sysutils/grub to 0.95, and remove obsoleted optionsxtraeme5-64/+12
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed. New in 0.95 - 2004-06-13: * Add support for ReiserFS 3. * Fix support for FreeBSD 5. * Support ATARAID for Linux in the grub shell and grub-install. * Add CDROM support for El Torito with no emulation mode. You can use (cd) as a CDROM drive in the config file. * Option --no-mem-option is implied for Linux 2.4.18 and newer. * Add support for UFS2.
2004-06-20Import tunesbrowser-0.1.5 into the Packages Collection. Tunesbrowser can beagc1-1/+2
used to access the mp3s served by howl and daapd. TunesBrowser is a simple music player, capable of playing music found on iTunes(TM) shares. TunesBrowser can connect to the latest iTunes applications (as of April 29 2004) and is implemented on top of libopendaap TunesBrowser's interface is quite similar to that of iTunes. TunesBrowser was written with the purpose of being a prototype front-end for libopendaap. I intend to integrate libopendaap with other, more mature, players.
2004-06-20Add and enable tunesbrowseragc1-1/+2
2004-06-20Import tunesbrowser-0.1.5 into the Packages Collection. Tunesbrowser can beagc6-0/+116
used to access the mp3s served by howl and daapd. TunesBrowser is a simple music player, capable of playing music found on iTunes(TM) shares. TunesBrowser can connect to the latest iTunes applications (as of April 29 2004) and is implemented on top of libopendaap TunesBrowser's interface is quite similar to that of iTunes. TunesBrowser was written with the purpose of being a prototype front-end for libopendaap. I intend to integrate libopendaap with other, more mature, players.
2004-06-20libbonobo updated to 2.6.2.jmmv2-3/+3
2004-06-20Add digest for patch-ae, the patch for the artsd Makefileagc1-1/+2
2004-06-20Update to 2.6.2:jmmv6-60/+16
2004-05-29 Michael Meeks <michael@ximian.com> * Version 2.6.2 2004-05-28 Michael Meeks <michael@ximian.com> * activation-server/activation-server-main.c (main): turn output debug on if we use --register-server * bonobo-activation/bonobo-activation-init.c (bonobo_activation_hostname_get): always return localhost - so we don't barf when the hostname changes (DHCP). Slightly bad, but a) this method is deprecated anyway, b) only fools would use it to return the current hostname and c) localhost is often the local host name anyway. 2004-05-26 Michael Meeks <michael@ximian.com> * Version 2.6.1 2004-05-26 Arvind Samptur <arvind.samptur@wipro.com> * activation-server/object-directroy.h : Add od_finished_internal_registration () helper function. * activation-server/object-directroy-corba.c (add_active_server): Don't add our internal servers count to n_active_servers. * activation-server/activation-server-main.c (main): Use od_finished_internal_registration () to indicate that we are done with our internal server registeration. Fixes #139500 2004-05-14 Michael Meeks <michael@ximian.com> * bonobo-activation/bonobo-activation-init.c: move sys/types.h include upwards for bsd. 2004-05-06 Michael Wilson <Michael.Wilson@bull.net> * bonobo/bonobo-application.c (message_desc_copy) (_gtype_to_typecode): bin bogus gnuism: __inline__ 2004-05-05 Michael Wilson <Michael.Wilson@bull.net> * bonobo/bonobo-application.c: bin bogus trailing ',' and ';' - fix AIX build. 2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-15 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net> * activation-server/object-directory-corba.c (od_register_runtime_server_info): Do not ever try to update a ServerInfo if there's already another ServerInfo registered for the given IID. This both improves performance and avoids a possible memory error that I have been unable to track down after much debugging. 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-04-06 Pablo Saratxaga <pablo@mandrakesoft.com> * ChangeLog: converted to UTF-8 2004-03-30 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINGUAS. 2004-03-22 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. 2004-03-17 Tony Arnold <tonyarnold@users.sourceforge.net> * bonobo-activation/bonobo-activation-client.c: ugly hack for Darwin's whacked-out 'environ. 2004-03-16 Gareth Owen <gowen72@yahoo.com> * configure.in: Added en_GB to ALL_LINGUAS 2004-03-15 Julio M. Merino Vidal <jmmv@menta.net> * bonobo-activation/bonobo-activation-get-language-list.c (unalias_lang): read aliases from the prefix first (NetBSD)
2004-06-20Add a buildlink3 file for this package.agc1-0/+25
2004-06-20Add a buildlink 3 file for this package.agc1-0/+24
2004-06-20Note addition of gst-plugins-artsd-0.8.1agc1-1/+2
2004-06-20Add and enable gst-plugins-artsdagc1-1/+2
2004-06-20Import the gstreamer plugin (version 0.8.1) of the artsd package into theagc4-0/+51
Packages Collection. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the artsd plugin for GStreamer.
2004-06-20Add a patch necessary for the forthcoming gst-plugins-artsd package.agc1-0/+16
2004-06-20Enable pkgviews installation.minskim1-1/+5
2004-06-20Update liferea to 0.5.0.minskim7-52/+44
Too many changes and new features since 0.3.3. See Changes in distfile for a complete list.
2004-06-20Update ap2-perl to 1.99.14.minskim4-147/+177
Many bug fixes and changes. See Changes in distfile for a complete list.
2004-06-20epiphany updated to 1.2.6.jmmv2-3/+3
2004-06-20Update to 1.2.6:jmmv4-23/+17
Code changes * Support for mozilla 1.7rc1, 1.7rc2, 17rc3, 1.7 branch and trunk (Christian, Marco, Carlos Romero) * Eliminate external protocol handlers and use prefs instead (Christian Biesinger) * Various solaris portability fixes (Brian Cameron, Christian) * Filter unwanted urls from history (Christian) [#142143] * Disable xpinstall by default (Christian) [144035] Bugfixes * Fix some compile warnings (Christian) * Use single sign-on prompt for downloads too (Christian) * Fix crash with popup window and when opening windows from command line (Christian) (backported from HEAD) [#142184] * Fix compilation with gcc 2.95 (Christian) * Fix LD_LIBRARY_PATH setting in startup script (Christian) [#141576] * Fix a mem leak in the toolbar editor (Christian) * Fix cookies-cleared notification (Christian) * Fix toolbar editor dragging theme bug (Crispin Flowerday) * Fix reload not to use forced reload by default (C. J. N. Breame) [#143365] * Fix filechooser default filename shown from web form file inputs (Christian) * Fix opening of webcal: urls (Marco) [#139040] * Fix check for firefox bookmarks file import (Christian) * Fix contextmenu on unfocused text fields (Marco) [#139040] Documentation translations * Translated to spanish (es) by Francisco F. Serrador Translations * bg, el, th, tk, ru
2004-06-20gtk2 updated to 2.4.3.jmmv2-3/+3
2004-06-20Update to 2.4.3. While here, rework the way the libdata/ files are handledjmmv6-19/+46
by creating/deleting them from the (de)install scripts (and not registered in the PLIST). This allows pkg_tarup to work properly and also avoids some warnings during 'make replace'. Changes since 2.4.2: * GtkButton - Give extra space to children of !CAN_FOCUS buttons [Matthias Clasen] * GtkFileChooser - Make DND work when the dialog is modal [Federico Mena Quintero] * GtkToolbar - Don't show empty overflow menu [Soeren Sandmann] - Don't show initial separator in overflow menu [Soeren] - Handle dynamic changes to overflow menu [Soeren] * Documentation improvements [Bastien Nocera, Matthias] * Other bug fixes [Matthias, Soeren, Sven Neumann] * Updated translations (hu,ne)
2004-06-20Per announcement to tech-pkg, ifcico-cm is now history. Stay tuned fortv30-689/+1
import and update of a couple packages that replace ifcico's functionality.
2004-06-20Added dspam-3.0.0.xtraeme2-2/+4
2004-06-20Initial import of dspam-3.0.0 from pkgsrc-wip.xtraeme4-0/+272
DSPAM (as in De-Spam) is an extremely scalable, open-source statistical hybrid anti-spam filter. While most commercial solutions only provide a mere 95% accuracy (1 error in 20), a majority of DSPAM users frequently see between 99.95% (1 error in 2000) all the way up to 99.991% (2 errors in 22,786). DSPAM is currently effective as both a server-side agent for UNIX email servers and a developer's library for mail clients, other anti-spam tools, and similar projects requiring drop-in spam filtering. DSPAM has been implemented on many large and small scale systems with the largest systems being reported at about 125,000 mailboxes.
2004-06-20Note end of freeze for pkgsrc-2004Q2 branch.agc1-1/+2
2004-06-20- websvnxtraeme1-6/+1
2004-06-20Added websvn-1.39.xtraeme2-2/+4
2004-06-20Initial import of websvn-1.39 from pkgsrc-wip.xtraeme5-0/+118
WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between 2 versions of a file so as to see exactly what was changed in a particular revision. WebSVN offers the following features: * Easy to use interface * Highly customisable templating system * Log message searching * Colourisation of file listings * Fast browsing thanks to internal caching feature * Apache MultiViews support Since it's written using PHP, WebSVN is also very portable and easy to install.
2004-06-20Added pearpc-0.2.0.xtraeme2-2/+4
2004-06-20Initial import of pearpc-0.2.0 from pkgsrc-wip.xtraeme5-0/+71
PearPC is an architecture independent PowerPC platform emulator capable of running most PowerPC operating systems.
2004-06-20On second thoughts, let's use the gst-plugins-mad package in the audio category.agc5-63/+1
2004-06-20Add one missing file, noted by minskim@.xtraeme1-1/+2
2004-06-20Add and enable gst-plugins-madagc1-1/+2
2004-06-20Import a package for the gstreamer mad plugin - package provided by Amitai,agc4-0/+61
imported by me mainly for the up and coming tunesbrowser import. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the mad plugin for GStreamer.
2004-06-20Note update of cdrdao to 1.1.9:dillo1-1/+2
This release focuses on bug and compile fixes, upgrade to a newer scsilib library (from cdrtools 2.01a31), as well as some new cdrdao options and features (MMC driver auto-detection, discid command, --full-burn option).
2004-06-20remove file missed in 1.1.9 updatedillo1-13/+0
2004-06-20update to 1.1.9:dillo7-59/+16
This release focuses on bug and compile fixes, upgrade to a newer scsilib library (from cdrtools 2.01a31), as well as some new cdrdao options and features (MMC driver auto-detection, discid command, --full-burn option).
2004-06-20Update mail/sylpheed-gtk2 to 0.9.11.xtraeme4-41/+8
Changes: * 0.9.11 * The spring-loaded folder has been implemented for the folder view. * A function to filter selected messages has been added. * Always move messages by default when using DnD (copy if Ctrl key is pressed). * On filtering, the matching algorithm of 'not contain' flag has been fixed. * NNTP servers that require authentication at the beginning of the session has been supported. * The method of updating the progress dialog has been modified. * The context menu on the summary view has been cleaned up. * The image viewer has been fixed. * The cache handling has been fixed for AMD64 and other 64-bit platforms. * The SMTP routine has been fixed to fully comply with RFC 2821
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme9-20/+20
Lots of bugfixes, please review the Changelog file.
2004-06-20Update multimedia/vlc to 0.7.2.xtraeme6-55/+66
Changes between 0.7.1 and 0.7.2: -------------------------------- Core support: * Bookmarks feature for easier seeking/access inside medias. * Support for video output embedded in interfaces. * Improved HTTP daemon. * Saved playlists now remember VLC-specific options. Codecs: * New Continuous Media Markup Language (CMML) codec. (http://www.annodex.net/overview.html) * New H.261 video decoder using openmash. * H264 encoder, demuxer and packetizer. * Packetizer interfaces between demux and codec when needed (allows using ffmpeg plugin to decode MPEG streams and better aac decoding). * Support for Theora alpha3 (both decoding and encoding). Input: * --start-time <sec> and --stop-time <sec> to start and stop playing a file at the specified amount of seconds. Only works with a few fileformats (avi, mov, mkv, mp4 ) * Improved directory access module. * New "file-cat" option to play truncated movies. * Better handling of meta info (title, author, description, etc...). * New options to pass meta info to the input. * It is now possible to stream programs from a DVB-S/C/T stream (satellite, cable, or digital terestrial television) Demux: * Annodex (http://www.annodex.net) support. * mmsh streaming fixes. * Fixed infinite loop in the AVI demux on broken/incomplete files. Subtitles: * Subviewer and subviewer v2 subtitles support. * Ability to choose autodetected subtitles path. * Subtitles delay can be changed in real time with hotkeys. Stream output: * Improved session announcement system. * Minimize threads usage by default. * Added faster than realtime stream output (limited by CPU) for file output. * Improved MOV/MP4 muxer. * Improved MPEG TS muxer. * Improved transrater. * Meta info options used by the muxers. * New configuration system. * Better audio channels downmixing when transcoding. VideoLAN manager: * New videolan (media) manager (vlm): a little manager designed to launch and manage multiple streams from within one instance of VLC. * Supports live streams and VoD. * Supports scheduling. * Telnet interface for vlm. * HTTP interface for vlm. Interfaces: * Skins II (Windows and Linux only) - Ability to embed video output. - Support for bitmap fonts. - Lots of improvements. * wxWindows (default Windows and Linux interface) - New design and set of icons. - Ability to embed video output. - Support for hotkeys. - Support for bookmarks. * Mac OS X - Support for 'groups' and playlist item properties. - Better hotkeys handling. Mac OS X port: * OpenGL video output is now the default when available. * Added FAAC encoder (mp4a). * Audio output fix to work with multiple streams on a HAL device. * Possible fix for conflict with CodeTek VirtualDesktop (untested). Win32 port: * DirectShow input plugin should work with more devices. * Disable monitor power down when watching movies. * Improved Windows installer. Linux port: * PowerPC fixes. Misc: * Improvements to the Goom visualisation plugin. * Roku HD1000 audio output
2004-06-20cvsync-0.24.16gehenna1-1/+2
2004-06-20cvsync 0.24.16 is available.gehenna3-6/+8
Changes: * Improve performance to parse rcsfile(5) based files with many revisions. * Make this compile on Interix.
2004-06-20note update of pax to 20040620.grant1-1/+2
2004-06-20bump to 20040620.grant1-2/+2
2004-06-20sync pax with src/ from 20040620, includes many bug fixes includinggrant18-179/+291
properly handling broken archives.
2004-06-20Remove obsoleted options USE_TETEX2 and LIBWRAP_FWD, they are not usedxtraeme1-14/+1
under any package, reported by Jim Bernard in PRs pkg/25975, pkg/25976.
2004-06-20Do not try to install a nonexistent file; it stops installation onminskim2-4/+4
some systems. Noted by jklos@.
2004-06-20multimedia/ffmpeg:xtraeme3-5/+17
o Use CONF_FILES for ffserver.conf. o Install the postprocess.h file into the right place. Bump PKGREVISION.
2004-06-20Enable postprocess support, required by vlc-0.7.2.xtraeme1-2/+2