summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17Fix GNOME path on ftp.tuwien.ac.at.wiz1-2/+2
2009-11-17Updated textproc/hunspell-de to 20091006wiz2-3/+3
2009-11-17Update to 20091006:wiz2-6/+6
since 20090107: - new words - on systems without ispell one can use "make AFFIX_EXPANDER=aspell foo" to build dictionaries that need affix expansion to be built
2009-11-17Updated x11/py-sip to 4.9.1wiz2-3/+3
2009-11-17Update to 4.9.1:wiz2-6/+6
v4.9.1 23rd October 2009 - A bug fix release. v4.9 26th September 2009 - Added support for __iter__ and __next__. (__next__ is used for Python v2 as well as v3.) - Added the %API directive. - Added the /API/ annotation. - Added sipIsAPIEnabled() to the C API. - Added sip.getapi() and sip.setapi() to the Python API. - Added sip.ispyowned() to the Python API. - Mapped types can now act as a namespace for enums and static methods. - The /Array/ annotation can now be applied to classes and mapped types. - The /NoArgParser/ annotation can now be applied to methods as well as functions. - Added the --arch flag to configure.py to specify which MacOS/X architectures are built. - SIP is now also licensed under the GPL v2 and v3.
2009-11-17Updated time/py-pytz to 2009rwiz2-3/+3
2009-11-17Update to 2009r. Usual database updates.wiz3-7/+8
2009-11-17Updated textproc/py-lxml to 2.2.4wiz2-3/+3
2009-11-17Update to 2.2.4:wiz2-6/+6
2.2.4 (2009-11-11) ================== Bugs fixed ---------- * Static build of libxml2/libxslt was broken.
2009-11-17Updated converters/py-chardet to 2.0.1wiz2-3/+3
2009-11-17Update to 2.0.1 (python3 version of this library also available!)wiz3-11/+14
2.0.1 (2009-11-10) * Migrated to http://code.google.com/p/chardet * Fixed minor typo in documentation * Synchronized version numbers of Python 2 and Python 3 versions
2009-11-17Note update of the "sshfp" package to version 1.1.3nb2.tron1-1/+2
2009-11-17Avoid deprecation warnings under Python:tron4-13/+59
1.) Use "hashlib" instead of "sha" module if possible. 2.) Use "subprocess" module instead of os.popen3(). Both changes tested with Python 2.4 and 2.6. Pkgsrc-related improvements: 1.) Support "user-destdir" installation (no changes required). 2.) Set license to "gnu-gpl-v2". 3.) Reduce patches by recording the fact that the manual page gets compressed automatically (which "pkgsrc" handles fine) instead of trying to prevent that.
2009-11-17It needs "libexec". Bump revision.asau1-2/+3
2009-11-17Updated devel/mercurial to 1.4wiz1-1/+2
2009-11-17Update to 1.4:wiz3-7/+28
1.4 - 2009-11-16 core * summary: new command summarizes current working state * tags: new tag cache greatly speeds up tag operations * diff: new --stat option to show diffstat * diff: add --reverse option to diff * subrepo: fix a bunch of issues with the experimental subrepo extension * status: fixes for behavior when working with clock skew * clone: new -u/--updaterev option * templater: new latesttag and latesttagdistance keywords * push/pull: handle some broken pipe errors during large transfers * config: environment variables and ~user constructs are expanded in pathnames hgweb * fix for showing header lines in raw changeset diffs * try to send better error messages to the client * use config-supplied ordering by default in hgwebdir index pages * add web.descend option to disable showing all nested repositories in hgwebdir documentation and help * new config help topic * help texts are now written in reStructuredText format * many translation updates including a new Swedish translation * many help text updates and improvements extensions * mq: add -1 options to qapplied/qunapplied * patchbomb: add a --flag option to set a flag value in the Subject header * patchbomb: correctly handle Unicode domains (using the IDNA encoding scheme) * color: improve colorization of the qseries command * inotify: cleaner code, fixed pattern handling * zeroconf: show repository descriptions * rebase: some performance and correctness fixes * extdiff: add 3-way diff for merge changesets * convert: handle directory renaming in Darcs, fixed file renaming * relink: new extension which helps people re-hardlink their clones other * contrib/shrink-revlog.py script that can significantly shrink some internal hg files * work around non-standard locale settings on OS X
2009-11-17This package works fine with Python 2.6, remove "PYTHON_VERSIONS_ACCEPTED".tron1-2/+1
2009-11-17Updated mail/exim to 4.70adam2-3/+3
2009-11-17Changes 4.70:adam6-152/+26
* Added patch by Johannes Berg that expands the main option "spamd_servers" if it starts with a dollar sign. * Write list of recipients to X-Envelope-Sender header when building the mbox-format spool file for content scanning. * Added patch by Wolfgang Breyha that adds experimental DCC (http://www.dcc-servers.net/) support via dccifd. Activated by setting EXPERIMENTAL_DCC=yes in Local/Makefile. Check out experimental_spec.txt for more documentation. * Bugzilla 673: Add f-protd malware scanner support. * Bugzilla 657: Embedded PCRE removed from the exim source tree. When building exim an external PCRE library is now needed - PCRE is a system library on the majority of modern systems. See entry on PCRE_LIBS in EDITME file. * Bugzilla 646: Removed unwanted C/R in Dovecot authenticator conversation. Added nologin parameter to request. * Do not log submission mode rewrites if they do not change the address. * Bugzilla 662: Fix stack corruption before exec() in daemon.c. * Bugzilla 602: exicyclog now handles panic log, and creates empty log files in place. Contributed by Roberto Lima * Bugzilla 667: close socket used by dovecot authenticator * Bugzilla 615: When checking the local_parts router precondition after a local_part_suffix or local_part_prefix option, Exim now does not use the address's named list lookup cache, since this contains cached lookups for the whole local part. * Bugzilla 521: Integrated SPF Best Guess support contributed by Robert Millan. Documentation is in experimental-spec.txt * Bugzilla 668: Fix parallel build (make -j). * Bugzilla 437: Prevent Maildir aux files being created with mode 000 * Bugzilla 598: Improvement to Dovecot authenticator handling. * Leading white space used to be stripped from $spam_report which wrecked the formatting. Now it is preserved. * Save $spam_score, $spam_bar, and $spam_report in spool files, so that they are available at delivery time. * Fix the way ${extract is skipped in the untaken branch of a conditional. * TLS error reporting now respects the incoming_interface and incoming_port log selectors. * more...
2009-11-17patch-ah was broken (wrong paths).obache2-5/+5
2009-11-17Added security/p5-Crypt-ECB version 1.45dsainty1-1/+2
2009-11-17Add p5-Crypt-ECBdsainty1-1/+2
2009-11-17Import p5-Crypt-ECB-1.45:dsainty3-0/+34
This is Crypt::ECB, a Perl-only implementation of the ECB mode. In combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB such as CBC should be preferred. See textbooks on cryptography if you want to know why. In addition to this module you will need to install one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.
2009-11-17Remove qemu, it's already been updated.snj1-2/+1
2009-11-17Updated editors/leafpad to 0.8.17.snj2-3/+3
2009-11-17Update to 0.8.17. Minor bugfixes and translation updates.snj3-10/+28
2009-11-17Updated textproc/diffstat to 1.51.snj2-3/+3
2009-11-17Update diffstat to 1.51. Minor bugfixes.snj2-6/+6
2009-11-17add missing distinfo missed in last package update. Noted in pr pkg/42332dmcmahill1-0/+8
2009-11-17Note initial addition of p5-Data-Dumper-Concise version 1.001 asseb1-1/+2
devel/p5-Data-Dumper-Concise into The NetBSD Packages Collection. The Perl 5 module Data::Dumper::Concise exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications, primarily for debugging output.
2009-11-17Add & enable p5-Data-Dumper-Conciseseb1-1/+2
2009-11-16Initial import of p5-Data-Dumper-Concise version 1.001 in the NetBSDseb3-0/+29
Packages Collection. The Perl 5 module Data::Dumper::Concise exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications, primarily for debugging output.
2009-11-16Updated textproc/ruby-haml to 2.2.13seb1-1/+2
2009-11-16Update ruby-haml from version 2.2.10 to version 2.2.13.seb2-6/+6
Upstream changes: * 2.2.13 Haml Allow users to specify :encoding => "ascii-8bit" even for templates that include non-ASCII byte sequences. This makes Haml templates not crash when given non-ASCII input that’s marked as having an ASCII encoding. Fixed an incompatibility with Hpricot 0.8.2, which is used for html2haml. * 2.2.13 Sass There were no changes made to Sass between versions 2.2.12 and 2.2.13. * 2.2.12 Haml There were no changes made to Haml between versions 2.2.11 and 2.2.12. * 2.2.12 Sass Fix a stupid bug introduced in 2.2.11 that broke the Sass Rails plugin. * 2.2.11 Haml Fixed a bug with XSS protection where HTML escaping would raise an error if passed a non-string value. Note that this doesn’t affect any HTML escaping when XSS protection is disabled. Fixed a bug in outer-whitespace nuking where whitespace-only Ruby strings blocked whitespace nuking beyond them. Use ensure to protect the resetting of the Haml output buffer against exceptions that are raised within the compiled Haml code. Fix an error line-numbering bug that appeared if an error was thrown within loud script (=). This is not the best solution, as it disables a few optimizations, but it shouldn’t have too much effect and the optimizations will hopefully be re-enabled in version 2.4. Don’t crash if the plugin skeleton is installed and rake gems:install is run. Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0. Instead abstract this out as Haml::Util.rails_root. This changes makes Haml fully compatible with edge Rails as of this writing. * 2.2.11 Sass Added a note to errors on properties that could be pseudo-classes (e.g. :focus) indicating that they should be backslash-escaped. Automatically interpret properties that could be pseudo-classes as such if :property_syntax is set to :new. Fixed css2sass’s generation of pseudo-classes so that they’re backslash-escaped. Don’t crash if the Haml plugin skeleton is installed and rake gems:install is run. Don’t use RAILS_ROOT directly. This no longer exists in Rails 3.0. Instead abstract this out as Haml::Util.rails_root. This changes makes Haml fully compatible with edge Rails as of this writing. Make use of a Rails callback rather than a monkeypatch to check for stylesheet updates in Rails 3.0+.
2009-11-16+clangdrochner1-1/+2
2009-11-16add clang-2.6, a C compiler based om LLVM, based on Adam Hoka's llvmdrochner7-0/+761
pkg in pkgsrc-wip (This installs all the LLVM bits too, so it conflicts with a pure llvm pkg, but it is not easily separated.)
2009-11-16Added missing directory.heinz1-2/+2
2009-11-16Updatedheinz1-1/+2
mail/p5-Mail-DKIM to 0.37
2009-11-16Updated www/ikiwiki to 3.20091113schmonz1-1/+2
2009-11-16Update to 3.20091113. From the changelog:schmonz4-26/+17
* underlay: Fix example values put in setup file to be array references. * underlay: Avoid crashing if lists of underlays (or template directories) are not configured. * Moved the postscan hook to run on the raw html of a page, before the template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar. * localstyle: New plugin, allows overrding the toplevel local.css with one that is closer to a page. * httpauth: Add cgiauthurl setting that can be used to do http basic auth only when ikiwiki needs authentication, rather than for any access to the cgi/wiki. * inline: Do not generated feeds for nested inlines. * inline: Allow direct inclusion of non-page files in raw mode. * inline: Fix display of all pages when archive=yes or show=0 are used.
2009-11-16note bump of python26 2.6.4 to nb2 for plistlib change in new patch-adjakllsch1-1/+2
2009-11-16Teach plistlib to parse unsigned integers as externalized by NetBSD proplib(3).jakllsch3-3/+19
Bump PKGREVISION.
2009-11-16Updated net/filezilla to 3.3.0.1zafer1-1/+2
2009-11-16Update filezilla to 3.3.0.1zafer2-6/+6
Changelog: * Ctrl-Tab and Ctrl-Shift-Tab to cycle tabs now loop around if reaching the end of the tab list * Fix crash on showing/hiding of directory trees after closing a tab * Tabs no longer become unresponsive if not approving to close a busy tab * Directory comparison did not work properly on all but the first tab * Fix spurious error messages if connecting to a new site while synchronized browsing is enabled * *nix: Work around a bug in KDE preventing restore from minimize to notification area * Do not show update dialog if there is already some other dialog open * Fix synchronized browsing option on site-specific bookmarks
2009-11-16add DIST_SUBDIR as distfile was changed insignificantlyplunky2-5/+6
(some text describing the source archive had s/gz/bz2/)
2009-11-16Updated filesystems/fs-utils to version 20091116stacktic1-1/+2
2009-11-16Updated fs-utils to version 20091116stacktic2-10/+11
- Syncd code with HEAD - Fixed build on Linux/x86_64 CentOS5 (RHEL5) reported by Nicolas Joly
2009-11-16Fixed dlopen usage for Linux/x86_64 CentOS5 (RHEL5).stacktic2-4/+10
Reported and Fixed by Nicolas Joly. Bump revision.
2009-11-16Updated games/scummvm to 1.0.0adam1-2/+3
2009-11-16Changes 1.0.0:adam3-7/+8
New Ports: - Added MotoEZX and MotoMAGX ports. General: - Fixed several bugs in GUI. - Updated the project logo and icons. - Clarified licenses for several PS2 port files. AGI: - Fixed crash on game exit. - Fixed crash at detection of some games. AGOS: - Fixed load/save code for PC version of Waxworks. - Fixed undo in Puzzle Pack games. Broken Sword 1: - Fixed missing background sound effects in some rooms. CinE: - Fixed crashes with Future Wars and Operation Stealth demos. Cruise: - Fix freeze on game pause. Gob: - Fixed gfx glitch in Lost in Time. - Fixed hotspot-related regressions in Gob2. - Fixed several regressions in Gob3. - Fixed crash in Bargon Attack intro. - Fixed animations in Win3.1 version of Gob3. Groovie: - Fixed video performance on PSP. - Fixed menu blanking in some instances. Kyra: - Fix possible corruption of restart game save in Kyrandia 1. - Fix GFX glitch at the broken bridge. - Fix for brandon tunring invisible in some situations in Kyrandia 1. MADE: - Fixed performance on NDS. - Fixed several crashes in Return to Zork demo. Parallaction: - Fixed several regressions in Nippon Safes. - Fixed music in sushi bar in Nippon Safes. SCUMM: - Fixed crash on Macintosh versions of Putt-Putt Joins the Parade and Fatty Bear's Birthday Surprise. - Fixed game save in Macintosh versions of HE games. - Fixed default save game path in later HE games. - Fixed palette in NES version of Maniac Mansion. - Fixed palette in Amiga version of Secret of Monkey Island. - Fixed cutscenes not stopping music after pressing ESC in DIG. - Fixed lip-sync in Fatty Bear. - Fixed crash in FT when entering inventory. Tinsel: - Fixed crash in palace. - Fixed crash when talking to the old lady. - Fixed partially off-screen text in DW1.