summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-02Import textproc/py-yaml. From DESCR:joerg4-0/+83
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance.
2006-08-02Added bsd.pkg.help.mk, which provides the "help" target.rillig2-2/+67
Since more and more files follow the convention of documenting variables in a common format, it makes sense to be able to get the documentation of a single variable by simple means, instead of searching through the whole mk/ directory. Try "make help TOPIC=CONFIGURE_DIRS" for an example.
2006-08-02http://prdownloads.sourceforge.jp/ doesn't work for me. Remove it.uebayasi1-2/+1
2006-08-02Note update of lang/ruby18-base to 1.8.4nb4.taca1-1/+2
2006-08-02Add three patches accidently left on my work area.taca5-5/+46
- Add two miscellaneous patches for openssl and yaml libraries. They were left from last year, sigh. - Add one more part for CVE-2006-3694. Bump PKGREVISION.
2006-08-02Note PKGREVISION bumps of qmail-qfilter, mailfront.schmonz1-1/+3
2006-08-02Pass the runtime path to bglibs to the linker, now that they're dynamic.schmonz3-2/+17
Bump PKGREVISION since mailfront was building but failed to run.
2006-08-02Pass the runtime path to bglibs to the linker, now that they're dynamic.schmonz3-2/+17
Bump PKGREVISION since qmail-qfilter was building but failed to run.
2006-08-02Bump default dependency so dependent packages get shared bglibs.schmonz1-2/+2
2006-08-02Pass CPPFLAGS in conf-cc and LDFLAGS in conf-ld.schmonz1-3/+3
2006-08-01- spamassassin-3.1.4 (thanks, heinz), -sylpheed-2.2.7 (thanks, xtraeme).wiz1-3/+1
2006-08-01+ abcm2ps-4.12.23, abcmidi-20060730, btpd-0.11 [pkg/34068], comix-3.4,wiz1-14/+30
epiphany-2.14.3, evolution-2.6.3, evolution-data-server-1.6.3, evolution-exchange-2.6.3, exim-4.63, gedit-2.14.4, gnome-applets-2.14.3, gnome-desktop-2.14.3, gnome-games-2.14.3, gnome-menus-2.14.3, gnome-panel-2.14.3, gnome-session-2.14.3, gnome-themes-2.14.3, gossip-0.13, gtkhtml-3.10.3, kazehakase-0.3.9, lftp-3.5.2, libwnck-2.14.3, liferea-1.0.19, py-psycopg2-2.0.3, sharity-3.2, snd-8.3, sylpheed-2.2.7, sylpheed-claws-2.4.0, yelp-2.14.3.
2006-08-01Split Mesa/Makefile.common into Makefile.common and Makefile.lib.jlam7-80/+95
The latter is used by packages that build libraries from the Mesa sources, while the former is only if the package builds from the Mesa sources. Modify the various Mesa packages to include the proper Makefile, and add some documentation to the Makefiles. As a side effect, this suppresses the "duplicate target" warning in graphics/glx-utils that was caused by having the same distfile listed in DISTFILES more than once.
2006-08-01Updated mail/sylpheed to 2.2.7xtraeme1-1/+2
2006-08-01Update to 2.2.7:xtraeme2-6/+6
* "Mark all read" was added to the folder context menu. * "Set as (not) junk mail" was added to the summary context menu. * The option to filter junk mails before normal filtering was added. * When replying to all, the original address strings are used for Cc instead of stripped ones. * Windows-1257 was added for display encoding. * Some menu items of the folder context menu were enabled even on receiving messages. * The bug that manual junk filtering didn't work when no filter rule exist was fixed. * Several crash bugs were fixed. * Win32: libgpg-error-0.dll and libgpgme-11.dll was updated. * Win32: The scanning of folders was optimized so that receiving or moving of messages become faster when folders contain large number of messages.
2006-08-01Note update of pkgdiff to 0.119.bad1-1/+2
pkgvi ensures the file to be edited is writable.
2006-08-01Ensure that the file that is opened in the editor is writable by the user.bad4-9/+15
Approved by wiz@.
2006-08-01Be a bit more consistent with the white space.joerg1-1/+1
2006-08-01Replace while (pthread_mutex_trylock) sched_yield() with a simplejoerg3-6/+17
pthread_mutex_lock. This avoids xine taking 100% CPU load on DragonFly. Issue reported on DragoFly mailing list and pointed out by YONETANI Tomokazu. Bump revision.
2006-08-01Note update of hugs to 200605.jmmv2-3/+3
2006-08-01Update to 200605:jmmv9-319/+602
- November 2002 Feature highlights of this new release are: * Much improved FFI support (contributed by Alastair Reid), bringing Hugs really very close to the Haskell FFI specification. * Adoption of a significant subset of GHC's hierarchical libraries (contributed by Ross Paterson). * An (allegedly) complete implementation of the Haskell98 module system (Sigbjorn Finne). * Numerous bug fixes since the previous major release in Dec 2001. - November 2003 There has been substantial internal restructuring. In addition to numerous bug fixes, user-visible changes include: * The beginnings of a User's Guide (though still incomplete). * The Double type is now double-precision on most architectures. * Hugs now relies on the same hierarchical libraries as GHC and Nhc98, and provides almost all of them. For now, compatibility with the old libraries is provided by stub modules, but users are encouraged to migrate to the new libraries. * Full support for imprecise exceptions (but not asynchronous ones). Most runtime errors are now reported by applying print to an Exception (formerly the built-in printer was applied to the faulty redex). * Integrated .NET support (on Windows platforms). * The -e, -f, -i, -N, -W and -X options and the :project command have been removed. * A searchpath may include an entry of the form "directory/*", meaning all the immediate subdirectories of directory (see -Pstr). - March 2005 This release is primarily targeted at Unix systems to gain experience with new features. The new Cabal-based library build system has the potential to make building on Windows easier, but it's not there yet. Volunteers welcome. In addition to numerous bug fixes, user-visible changes include: * The default current module is now the empty module Hugs.Base instead of the Prelude (see Section 2.2). * The Char type and the Char module now support Unicode as specified in the Haskell 98 Report (contributed by Dmitry Golubovsky). Character oriented I/O uses a byte encoding of characters determined by the current locale (see Section 3.3). * The new -X option can be used to group several options into one argument. This is now needed for executable runhugs scripts (using the Unix "#!" feature) that require two or more options (see Section 4.1). * The syntax of the ffihugs command has changed (see Section 4.2). The +G and +L options are gone, and a new -i option can be used to specify include files. * Hugs now has basic support for the Cabal packaging system (see Section 3.4). - May 2006 * The default current module is now the empty module Hugs (see Section 2.2). * The compatibility libraries are no longer included on the default search path. You can access them by adding "{Hugs}/oldlib" to the search path (see -Pstr), but they will be removed in the next release. * Rewritten graphical Windows interface (contributed by Neil Mitchell; see Section 4.3). * New :main command (contributed by Neil Mitchell).
2006-08-01Note revision bump for realplayer-codecs to 1.jmmv1-1/+2
2006-08-01Use INSTALL_LIB* to install the codecs (shared objects) so that they getjmmv1-3/+4
the executable bit set. Bump PKGREVISION to 1.
2006-08-01Rewrote upload to use the newly introduced sort-packages program.rillig1-121/+117
While here, ... - Added stricter checking by using "set -eu". - The bulk build configuration file is properly included, and the MAKECONF definition that it may contain is properly exported. - All progress messages and error messages are prefixed by "upload>", so that it is obvious where the messages come from. - Since extracting the make(1) variables takes quite a long time, print an informational message before doing that. - Removed the use of the error-prone lintpkgsrc to detect whether a package is restricted or vulnerable. - If an error occurs, the upload program returns an exitcode of 1, which is common among Unix utilities. - Removed almost all pipe operators, since they tend to hide program failures. - All error messages are redirected to stderr instead of stdout.
2006-08-01Add some patches hidden in the cvs repository but not includedmjl5-8/+81
in the source tarball. Also add a patch to limit the constructed output file name to some saner length as well as increase the buffer to PATH_MAX. An overlong EPG data could easily overflow the buffer and crash the sserver process.
2006-08-01Make this build again with NetBSD older than 3.99.24.tron2-5/+9
2006-08-01Make this build under NetBSD 3.99.24 and newer.tron2-1/+18
2006-08-01- skipstone-0.9.6.ghen1-2/+1
2006-08-01Updated www/skipstone to 0.9.6.ghen1-1/+2
2006-08-01Update skipstone to version 0.9.6. ChangeLog:ghen2-7/+6
0.9.6 ------ - Plugins were creatd in toolbar even if they were asked not to in pop up windows, fixed. - Fixed Window Orphan and New Window popups so that they don't display menubars and other uwanted contents. - Implemented ContentHandler so that we dont see Mozilla's ugly File picker which did not work for save even! - Now we display our own file picker and then redirect for mozilla download for those users who opt to use Mozilla's own MIME info/downloading or direct to user's own downloader. 0.9.5 ----- - Plugin compile was broken, fixed. - Changed a plugin function (skipstone_load_url) to (skipstone_load_url_cb) to distinguish from skipstone's internal message. - Distribution cleanups. XXX We really should make this package compile with recent firefox/seamonkey versions, otherwise it will soon become unusable (with mozilla no longer being maintained). I had a patch to make it compile with Firefox 1.0.x, but it no longer works for Firefox 1.5.x.
2006-08-01Pkglint can now resolve a plain occurrence of ${DISTNAME} in PKGNAME,rillig1-1/+7
which helps for some Perl modules to get the correct package name, which in turn influences whether the update requests from doc/TODO can be shown or not. Suggested by wiz.
2006-08-01Added audio/easyh10 version 1.4.ghen1-1/+2
2006-08-01Import audio/easyh10, a command-line tool for creating/maintaining the musicghen5-0/+70
database on the iriver H10 series of portable mp3 players. EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. It creates the database layout for an H10 player, without the need for iRiver Plus or Windows Media Player 10, based on music and playlist files transferred manually (e.g., drag-and-drop operation, copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB, 6GB, and 20GB models shipped worldwide as well as various platforms such as Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating systems.
2006-08-01Always create the files for the lists, even if they would end up empty.rillig1-5/+7
2006-08-01Oops, fixed a typo and tested it again. Now it works.rillig1-3/+3
2006-08-01Added a program that sorts binary packages into categories, depending onrillig1-0/+94
whether they may be uploaded, are vulnerable, or good.
2006-08-01- add a -h|--help flagdmcmahill1-16/+135
- add a -n|--no-upload flag which does everything but actually executing the upload to help see what would happen - add a -d|--debug flag to preserve the temporary files to help with debugging - add a -V|--version flag
2006-07-31gtksourceview updated to 1.6.2.wiz2-3/+3
2006-07-31Update to 1.6.2:wiz3-9/+9
News in 1.6.2 ------------- * Minor bugfixes * Updated translations
2006-07-31Note update of bmp and bmp-esound to 0.9.7.1.jmmv1-1/+3
2006-07-31Update bmp and bmp-esound to 0.9.7.1. Basically doing this to fix thejmmv7-40/+71
problems with GCC 4 but they seem to not have gone away completely; hence, disabling optimizations with this compiler. Enhancements * New (free) ClearSky skin by Will Reinhart * New desktop icon * New GConf schema * New multi-thread mode for ALSA plugin * Support for customizable accelerators * Queue support in Jump to Track * Partial support for new XMMS 1.2.11 remote control functions * New translations (Finnish, Georgian, Hindi, Ukrainian, Traditional Chinese) and updates Miscellaneous * Log file renamed to 'log' * Minor GUI tweaks Bugfixes * Fixed some ALSA playback issues * Fixed crashes when output plugin returning sound volume for only 1 channel * Fixed crashes when input plugins do not set title when getting song info * Fixed infinite recursion in logger * Fixed bogus values returned by xmms_remote_get_info() * Fixed general/visualization plugin About dialogs not opening correctly * Fixed centering of playlist in Playlist Editor * Fixed incorrect length of 1st track read from .m3u files * Fixed gcc4 compilation errors * Fixed 64-bit issues setting/getting ESD volume * Fixed MimeType value in desktop file * Fixed text clipping of non-ASCII titles in Playlist Editor
2006-07-31Conflict with libXft (currently in pkgsrc-wip).reed1-1/+3
This version of Xft2 is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Conflict with libXfixes (currently in pkgsrc-wip).reed1-1/+3
This version of Xfixes is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Conflict with libXrender (currently in pkgsrc-wip).reed1-1/+3
This version of Xrender is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Conflict with libXrandr (currently in pkgsrc-wip).reed1-1/+3
This version of Xrandr is not supported and I have been using the maintained version since last year on several pkgsrc build systems. But I will not switch to new version until okayed by others.
2006-07-31Explicitly set USE_LANGUAGES, since the default value changes whenrillig1-1/+2
NO_BUILD is set.
2006-07-31Updatedheinz1-1/+3
games/rocksndiamonds to 3.2.0 mail/spamassassin to 3.1.4
2006-07-31Updated to version 3.1.4.heinz2-9/+9
Pkgsrc changes: - Incorporated new version requirements for p5-Archive-Tar and p5-IO-Zlib. Relevant changes since version 3.1.3: ===================================== - bug 4941: if the first sa-update run failed and wasn't re-run to successful completion, the local state directory would exist, and therefore SA sees no rules. now, wait as long as possible to create the directory, and try to remove it on failure. - bug 4997: increase module version requirements for Archive::Tar to 1.23 and IO::Zlib to 1.04 - bug 4966: fix major BSMTP bug, which rendered SA unusable with exim4 when BSMTP is used. - bug 4899: Windows had issues with single quotes around filenames so certain things like pyzor, etc, wouldn't function. - bug 4958: sa-update should work on Windows - bug 4908: gtube.t test failed in non-english locales - bug 4488: deal with potential memory leak due to Bayes and BayesStore circular references - bug 4862: update macro values in update channels (ie: @@CONTACT_ADDRESS@@)
2006-07-31USE_LANGUAGES+= crillig1-2/+2
2006-07-31gnucash updated to 2.0.1.wiz2-3/+3