summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-26pango updated to 1.18.3.wiz2-3/+3
2007-10-26Update to 1.18.3:wiz2-6/+6
Overview of changes between 1.18.2 and 1.18.3 ============================================== - Two OpenType engine fixes. Makes Nafees Nastaliq font work great, and avoids warnings with some other fonts. - Fix minor leak in win32 backend. - Bugs fixed in this release: Bug 483600 – Leak of font family name in pango_win32_font_description_from_logfont(w) Patch from Daniel Atallah
2007-10-26glib2 updated to 2.14.2.wiz2-3/+3
2007-10-26Update to 2.14.2:wiz2-6/+6
Overview of Changes from GLib 2.14.1 to GLib 2.14.2 =================================================== * Bugs fixed: 476849 Invocation of the interface "g_hook_free" fails in certai... 359165 marshallers can throw warnings with -Wunused 477957 more discussion on g_value_set_object vs. g_value_take_ob... 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM... 483337 inline is disabled for MSVC when compiling C code 478349 Broken link to gettext website 469231 g_spawn optimization for setting all open fds to CLOEXEC * Updated translations: Arabic (ar) Galician (gl) Hebrew (he) Korean (ko)
2007-10-26Add DESTDIR support. Split install -d command as it is not portable.joerg3-13/+23
2007-10-26+ libgda-3.1.2, libgnomedb-3.1.2, mergeant-0.67, mpich-1.2.7p1.wiz1-3/+5
2007-10-26Remove some updated packages:wiz1-11/+1
cdrtools-2.01.01.36, claws-mail-3.0.2, diffstat-1.44, libarchive-2.2.7, liferea-1.4.0, manedit-0.8.1, mpfr-2.2.1, p5-Image-ExifTool-6.82, p5-Net-SSH-1.30, p5-PerlMagick-6.3.5.8.
2007-10-26mercurial updated to 0.9.5.wiz2-3/+3
2007-10-26Update to 0.9.5:wiz3-7/+54
New features: * Handle symlinks on systems without symlink support * hg archive supports symlinks * Display executable/symlink bit with "hg manifest -v" (see UpgradeNotes) * Improved hg verify diagostics * Faster revlog handling * Faster handling of large directories * Greatly improved handling of large files * Atom syndication support in hgweb * Improved test suite with parallel execution Fixes: * Fixes for some file copy and rename corner cases * Allow moving newly-added files before commit * Improve hg diff whitespace handling * Disallow fast-forward merge with an ancestor * Fix adding untracked files on directory renames * Fix hg archive %r format specifier * Fix re: and glob: patterns in .hgignore * Improve hg executable path resolution * Many options and hgrc parsing improvements * Better handling of VFAT filesystems on Linux * Fix tgz archival on Windows * Fix hg serve on Windows requiring pywin32 modules * Fix --profile under Windows New extensions: * alias - allow user-defined command aliases * children - show the children of the given or working dir revision * imerge - incremental interactive merging * interhg - modify changelog text as in InterWiki * record - darcs-style interactive change selection during commit New extension features: * convert * Now supports Subversion, Darcs and Mercurial as source SCMs * Use clone's behaviour for the default destination name * Force encoding to UTF-8 for converted repository * Support new-style .cvspass file format * Filter the files and directories to import * Remap paths to new locations during import * hgk * Fix hgk stopping because of untrusted repository warnings * Handle filenames with spaces * Improved documentation * mq * Autodetect --git patches on qrefresh
2007-10-26Note update of monotone and monotone-server to 0.37.jmmv1-1/+3
2007-10-26Update to 0.37: use monotone 0.37.jmmv1-3/+3
2007-10-26Update to 0.37:jmmv5-75/+39
Changes - mtn db kill_rev_locally now checks for an existing workspace before the revision is killed and tries to apply the changes of this particular revision back to the workspace to allow easy re-committing afterwards - the "--brief" switch for mtn annotate has been renamed to "--revs-only" for clarity - mtn help now lists the commands (and their aliases) available within a group, so its easier to get an overview which commands are available at all - the "MTN_MERGE=diffutils" merger (provided by std_hooks.lua) was improved. It now accepts a MTN_MERGE_DIFFUTILS environment variable which can be used to control its behaviour through comma-separated "key[=value]" entries. Currently supported entries are "partial" for doing a partial batch/non-modal 3-way merge conflict "resolution" which uses embedded content conflict markers and "diff3opts=[...]" and "sdiffopts=[...]" for passing arbitrary options to the used "diff3" and "sdiff" tools. When used in combination with "mtn merge_into_workspace" this way one especially can achieve a CVS/SVN style non-modal workspace-based merging. - There is a new revision selector: "p:REV" selects the parent(s) of revision REV. For example, if a revision has one parent, mtn diff -r p:REV -r REV will show the changes made in that revision. - Monotone now uses the Perl-Compatible Regular Expression (PCRE) library for all regular expressions, instead of the boost::regex library. This means that external Boost libraries are no longer required to build or use Monotone. If building from source, you will still need the Boost headers available somewhere. See INSTALL for details. PCRE's syntax for regular expressions is a superset of boost::regex's syntax; it is unlikely that any existing .mtn-ignore files or other user uses of regexps will break. The manual now contains detailed documentation of the regexp syntax, borrowed from PCRE itself. - the format of "mtn automate inventory" has changed to basic_io. This fixes a couple of corner cases where the old format returned wrong information and introduces new capabilities like restricted output, recognized attribute changes, and more. For a complete overview on the new format, please take a look in the appropriate manual section. Bugs fixed - mtn automate heads called without a branch argument now properly returns the head revisions of the workspace's branch if called over mtn automate stdio - mtn commit no longer crashes if it creates a revision whose roster already exists, i.e. was left behind by the command `mtn db kill_rev_locally REV` (savannah #18990) Documentation changes - the documentation of the "--revs-only" (formerly "--brief") switch for the annotate command didn't match its actual behavior, this has been fixed - documentation for the "ssh_agent_add" command was missing and has been added Other - contrib/usher.cc has been removed. Please use the net.venge.monotone.contrib.usher branch instead. Internal - Update SQLite to 3.4.1. - Update Lua to 5.1.2 plus latest bug fixes. - Update Botan to 1.5.10. - Internal use of regular expressions has been almost eliminated. (Regular expressions are still used for .mtn-ignore and the --show-encloser feature of mtn diff, and are still available to Lua hooks.)
2007-10-26Drop maintainership.wiz1-2/+2
2007-10-26Emit a warning if the function name "empty" is followed by anythingrillig1-3/+9
other than an open parenthesis. Currently, the following lines are all valid and equivalent: .if empty(foo) .if empty or nonempty or whatever(foo) .if empty?????????????(foo) .if empty ${foo} (bar) All except the first line are probably mistakes.
2007-10-26+ Updated graphics/png to 1.2.22nb1 [bjs 2007-10-26]bjs1-1/+2
2007-10-26Add x86_64 to the list of architectures which don't requirebjs2-4/+5
-DPNG_NO_ASSEMBLER_CODE. Bump rev. I've tested png on NetBSD/amd64 with the assembler code and it seems no less functional than NetBSD/i386. ok'd weeks ago (before freeze)--I forgot to commit it.
2007-10-26Note update of ja-jsclasses-071024. Minor bug fixes & new MASTER_SITES.uebayasi1-1/+2
2007-10-26Update to jsclasses-071024. Minor bugfixes. New MASTER_SITES.uebayasi2-9/+8
2007-10-25sortjnemeth1-2/+2
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam159-284/+184
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Fix typo, spotted by Chris Ross.ghen1-2/+2
2007-10-25Updated security/gsasl to 0.2.21adam2-3/+3
2007-10-25Changes 0.2.21:adam3-20/+20
* Fix typos in manual. * Update gnulib files.
2007-10-25Updated graphics/gimp to 2.4.0adam2-3/+3
2007-10-25Changes 2.4.0:adam9-905/+1074
* Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam13-78/+60
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25+ jdomrillig2-2/+7
2007-10-25simpler includes.rillig1-3/+3
2007-10-25The package supports installation to DESTDIR.heinz1-1/+2
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam86-10/+176
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam981-1039/+0
can handle packages having no PLIST files.
2007-10-25Allow packages to have no PLIST files whatsoever. If such a package alsojlam1-4/+11
does not set GENERATE_PLIST, then automatically generate a PLIST that says: @comment ${PKGNAME} has no files.
2007-10-25Reverted the deprecation of LICENCE and ACCEPTABLE_LICENCES, since thererillig1-3/+5
is no consensus among the pkgsrc developers about them. Some want to keep them (proper British spelling), others want to eliminate them (redundancy).
2007-10-25It's not very useful to have empty PLIST files, so warn about it. Thisrillig1-1/+15
may happen when a package has been newly created and the print-PLIST target has not yet been run.
2007-10-25Updated mail/spamprobe to 1.4d.ghen1-1/+2
2007-10-25Update to 1.4d (previous 1.4.2 was 1.4b). Take MAINTAINERship.ghen4-24/+18
2006-11-16 Brian Burton <brian@burton-computer.com> * Released as 1.4d * configure.ac: Added ability to selectively disable image processing using --without-gif, --without-jpeg, and/or --without-png. * src/spamprobe/spamprobe.cc (set_headers): Added ability to selectively ignore individual headers using -H-headername. * src/includes/Ptr,Ref,Array.h: Restored missing <cassert> include. * src/parser/PngParser.cc (tokenizeImage): added basic tokens from PNG images. 2006-11-16 Brian Burton <brian@localhost.localdomain> * src/parser/PngParser.cc (PngParser): Stub for PNG parsing using libpng. * src/parser/JpegParser.cc (tokenizeMarker): Preliminary implementation of jpeg parsing using jpeglib. * configure.ac: Auto detect of either libungig or libgif depending on which one is available. 2007-01-04 Brian Burton <brian@burton-computer.com> * Released as 1.4c * spamprobe.1: Modified man page to remove unnecessary informaton and make it more conformant with man page conventions. * src/spamprobe/spamprobe.cc (process_extended_options): added ignore-body option. * src/parser/HeaderPrefixList.cc (HeaderPrefixList::addHeaderPrefix): Forced header prefixes and names to lower case instead of relying on an assert to enforce the restriction. * src/database/FrequencyDBImpl_hash.cc (hash::FrequencyDBImpl_hash): Disabled experimental hash database auto-cleaning. * src/includes/Ref.h: Removed cassert include. * src/spamprobe/spamprobe.cc (process_extended_options): Added whitelist option to allow use of SP as a bayesian white list in conjunction with other filters.
2007-10-25Updated net/tor to 0.1.2.17nb1obache1-1/+2
2007-10-25Change to pass PKG_SYSCONFDIR to configure, fixes PR 37195.obache2-22/+13
While here, change user/group and directory handling to the usual manner. Bump PKGREVISION.
2007-10-25Updated www/ap2-wsgi to 1.1gdt1-1/+2
2007-10-25Update to 1.1, and support python 2.3. From Jan Danielsson.gdt2-7/+7
(Upstream does not provide a NEWS file.)
2007-10-25Added support for installation to DESTDIR and for PKGMANDIR.heinz3-7/+46
Changed patch-ab (and pkgsrc Makefile) such that it should be acceptable for inclusion upstream.
2007-10-25dvdstyler updated to 1.5.1.wiz2-3/+3
2007-10-25Update to 1.5.1:wiz6-76/+70
Version 1.5.1 <2007.07.07> -------------------------- * added burning under Windows * added support of dvdisaster (thanks to Torsten Rupp) * added Czech translation (thanks to Vlastimil Skacel) * added Dutch translation (thanks to Patrick Vijgeboom) * added Swedish translation (thanks to Daniel Nylander) Version 1.5 final <2007.05.16> ------------------------------ * new stable release * fixed some bugs Version 1.5 beta 7 <2006.11.10> ------------------------------- * added selection of video and audio format for DVD * fixed spumux error Version 1.5 beta 6 <2006.10.12> ------------------------------- * new logo (thanks to Alejandro Slocker Escarpa) * added play all flag to button action * added displaying of safe tv area * added displaying of grid * now buttons are always over objects * fixed error when generating dvd with text based buttons * added new button based upon a picture by Benji Park (thanks to Fgoset) Version 1.5 beta 5 <2006.03.15> ------------------------------- * added possibility to arrange menu objects/buttons * added possibility to specify volume name * added two new buttons * fixed some bugs
2007-10-24Updated sysutils/tree to 1.5.1.1nb1wiz1-1/+2
2007-10-24Fix installation. Fill in PLIST. Bump PKGREVISION.wiz5-7/+24
2007-10-24Enable ap2-wsgi. Package contributed by Jan Danielsson.gdt1-1/+2
2007-10-24Added www/ap2-wsgi version 1.0 [gdt 2007-10-24]gdt1-1/+2
2007-10-24The aim of mod_wsgi is to implement a simple to use Apache module which cangdt4-0/+40
host any Python application which supports the Python WSGI interface. The module would be suitable for use in hosting high performance production web sites, as well as your average personal sites running on commodity web hosting services.
2007-10-24Updated graphics/p5-Image-ExifTool to 7.00gdt1-1/+2
2007-10-24Update to 7.00. Changes since 6.76:gdt2-6/+6
- API Changes: - Changed WriteInfo() behaviour to be more consistent when editing file in place and a new FileName is specified (original file is now deleted) - Improved warning message when trying to write an 'unsafe' tag - API Changes: - Added option to allow makernote block to be extracted without rebuilding plus hundreds more; see Changes in $WRKSRC.