summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-17Update ruby-gnome2 to 0.17.0 release.obache78-74/+776
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
2008-09-17Remove unused doc installation target.bjs1-5/+1
2008-09-16cleaned up PLIST, fiddled with directory creation some morespz2-86/+114
2008-09-16Use USE_CMAKE.markd1-12/+5
2008-09-16Note update of graphics/gri to 2.12.18dholland1-1/+2
2008-09-16Update to 2.12.18.dholland4-30/+32
Changes from 2.12.17 (properly part of the previous update) included for reference. Version 2.12.18 [2008 Sep 8 International Literacy Day] Bug Fixes * Improve security of temporary-file handling. * Fix SourceForge bug #1985862 ... SVG output had axis linewidth equal to curve line width. Version 2.12.17 [2008 May 29 Oak Apple Day (England)] New Features * Add GNU readline support so that interactive mode will have history, command editing, etc. Bug Fixes * Fix SourceForge bug #1913577 ... superscripts did not end correctly, if preceeded by an inline `{}' block. * Fix SourceForge bug #1761562 ... y axis name printed upside down, for log axes in which user specified a high values at the bottom end of the axis
2008-09-16Update to rsync-3.0.4 has been donebjs1-2/+1
2008-09-16Update to rsync-3.0.4.bjs2-8/+8
Changes since 3.0.3: BUG FIXES: - Fixed a bug in the hard-linking code where it would sometimes try to allocate 0 bytes of memory (which fails on some OSes, such as AIX). - Fixed the hard-linking of files from a device that has a device number of 0 (which seems to be a common device number on NetBSD). - Fixed the handling of a --partial-dir that cannot be created. This particularly impacts the --delay-updates option (since the files cannot be delayed without a partial-dir), and was potentially destructive if the --remove-source-files was also specified. - Fixed a couple issues in the --fake-super handling of xattrs when the destination files have root-level attributes (e.g. selinux values) that a non-root copy can't affect. - Improved the keep-alive check in the generator to fire consistently in incremental-recursion mode when --timeout is enabled. - The --iconv option now converts the content of a symlink too, instead of leaving it in the wrong character-set (requires 3.0.4 on both sides of the transfer). - When using --iconv, if a filename fails to convert on the receiving side, this no longer makes deletions in the root-dir of the transfer fail silently (the user now gets a warning about deletions being disabled due to IO error as long as --ignore-errors was not specified). - When using --iconv, if a server-side receiver can't convert a filename, the error message sent back to the client no longer mangles the name with the wrong charset conversion. - Fixed a potential alignment issue in the IRIX ACL code when allocating the initial "struct acl" object. Also, cast mallocs to avoid warnings. - Changed some errors that were going to stdout to go to stderr. - Made human_num() and human_dnum() able to output a negative number (rather than outputting a cryptic string of punctuation). ENHANCEMENTS: - Rsync will avoid sending an -e option to the server if an older protocol is requested (and thus the option would not be useful). This lets the user specify the --protocol=29 option to access an overly-restrictive server that is rejecting the protocol-30 use of -e to the server. - Improved the message output for an RERR_PARTIAL exit. DEVELOPER RELATED: - The Makefile will not halt for just a timestamp change on the Makefile or the configure files, only for actual changes in content. - Changed some commands in the testsuite's xattrs.test that called "rsync" instead of "$RSYNC". - Enhanced the release scripts to be able to handle a branch release and to do even more consistency checks on the files.
2008-09-16Fix configure botch on NetBSD.dholland2-8/+8
2008-09-16Updated x11/xterm to 237bjs1-1/+2
2008-09-16Add USE_TOOLS+= tbl (appeases pkglint).bjs1-1/+3
2008-09-16Update to xterm-237. This release contains a number of significantbjs2-7/+6
bug fixes, including the problems with resizing the terminal with certain applications (second item listed here). Patch #237 - 2008/09/14 * improve usability of TrueType fonts by making the font-size switching for shifted keypad plus/minus use the faceSize resources to determine the order of fonts (when TrueType fonts are used) rather than the bitmap fonts, since their sizes may not be in the same order (report by H Merijn Brand) * remove an optimization of ConfigureNotify events from patch #236 which seems to interfere with passing SIGWINCH to applications (GenToo #233836). * modify handling of altSendsEscape to reset the eightBitInput mode, like metaSendsEscape (patch by Ted Phelps). * add feature to show the text-cursor as an underline rather than a box, plus command-line options -uc and +uc and resource cursorUnderLine to control the feature (patch by Paul Lampert). * update config.guess, config.sub
2008-09-16update to libX11-1.1.5 has been donebjs1-2/+1
2008-09-16Updated x11/libX11 to 1.1.5bjs1-1/+2
2008-09-16Update to libX11-1.1.5: integrates the patches listed as removedbjs13-315/+23
as well as a number of i18n fixes.
2008-09-16Updated x11/pixman to 0.11.10nb1bjs1-1/+2
2008-09-16Add two patches from GIT:bjs4-3/+49
- Fix bug in pixman_image_is_opaque(). - Fix for bug 17477 (see patch-ag). While here, add missing .PHONY attribute for gen-symfile target. PKGREVISION++, but no recursive dependency bump necessary.
2008-09-16 Removed security/AiCA [gdt 2008-09-16]gdt1-1/+4
Removed security/AiSSLtelnet [gdt 2008-09-16] Removed security/smimemsg [gdt 2008-09-16]
2008-09-16Finish removal of security/Ai{CA,SSLtelnet} that should have been partgdt9-230/+0
of last commit.
2008-09-16Remove security/AiCA, security/AiSSLtelnet, security/smimemsg.gdt21-391/+1
These packages have unfetchable distfiles and unreachable HOMEPAGEs. Removal proposed on pkgsrc-users with no objections received.
2008-09-16Updated chat/libpurple to 2.5.1abs1-1/+4
Updated chat/finch to 2.5.1 Updated chat/pidgin to 2.5.1
2008-09-16Updated chat/pidgin to 2.5.1abs2-106/+42
libpurple: * In the Join/Part plugin, add the ability to apply the rules to buddies. By default, joins and parts for buddies are still shown. * Support SOCKS proxies specified in GNOME or Windows proxy settings. * Fix some possible crashes in MSNP15. * Enable a default SSL trust relationship for MSN servers. * Avoid disconnecting from XMPP servers on parse errors that are non-fatal. * Include some perl files that were mistakenly omitted in 2.5.0. Pidgin: * Prevent use of custom smilies without "shortcuts." * Fix a crash that could appear with AIM buddy tooltips. Artwork: * General refresh of many icons in the interface. * Many cleanups to artwork source are now included in the distribution. * A new "throbber" animation has been added to indicate when accounts are connecting.
2008-09-16Updated chat/libpurple to 2.5.1abs4-19/+21
libpurple: * In the Join/Part plugin, add the ability to apply the rules to buddies. By default, joins and parts for buddies are still shown. * Support SOCKS proxies specified in GNOME or Windows proxy settings. * Fix some possible crashes in MSNP15. * Enable a default SSL trust relationship for MSN servers. * Avoid disconnecting from XMPP servers on parse errors that are non-fatal. * Include some perl files that were mistakenly omitted in 2.5.0. Pidgin: * Prevent use of custom smilies without "shortcuts." * Fix a crash that could appear with AIM buddy tooltips. Artwork: * General refresh of many icons in the interface. * Many cleanups to artwork source are now included in the distribution. * A new "throbber" animation has been added to indicate when accounts are connecting.
2008-09-16Updated sysutils/xentools3 to 3.1.4nb1bouyer1-1/+2
2008-09-16Fixe some mmap() and mlock() issues; makes xm dump-core and suspend/resumebouyer4-18/+17
work for linux guests. Bump PKGREVISION.
2008-09-16Be explicit about what to include for what Python version as the olderjoerg1-2/+3
version didn't really work.
2008-09-16pbulk-0.34:joerg15-23/+127
- version configuration file, object if the version doesn't match - add an option for pbulk-resolve to ignore unresolvable dependencies similiar to the incremental mode - use this option to run pbulk-resolve again if ignore_missing_depencies is set to yes. Report this explicitly to un-confuse readers and point them to the logfile.
2008-09-16Note one addition and one update:he1-1/+3
Added databases/p5-MARC-Record version 2.0.0 Updated net/p5-Net-Z3950-ZOOM to 1.24nb1 Should together fix PR#39562.
2008-09-16Update from version 1.24 to 1.24nb1.he1-2/+3
Pkgsrc changes: o Instead of pointing to ../../wip/ (oops!), use ../../databases for the newly imported p5-MARC-Record package, which is a dependency of this package. Should fix PR#39562.
2008-09-16Add p5-MARC-Record.he1-1/+2
2008-09-16Import p5-MARC-Record version 2.0.0 from pkgsrc-wip.he3-0/+24
This is primarily so that p5-Net-Z3950-ZOOM can compile without having pkgsrc-wip checked out (oops!). MARC::Record provides yet another collection of routines to process MARC records.
2008-09-16Updated wm/openbox to 3.4.7.2nb1jakllsch1-1/+2
2008-09-16Include libXrandr buildlink3.mk.jakllsch1-1/+3
Bump PKGREVISION.
2008-09-16Note initial addition of p5-Authen-CAS-Client version 0.03 asseb1-1/+2
security/p5-Authen-CAS-Client into The NetBSD Packages Collection. The Perl 5 module Authen::CAS::Client provides a simple interface for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0 and v2.0 are supported.
2008-09-16Add & enable p5-Authen-CAS-Clientseb1-1/+2
2008-09-16Initial import of p5-Authen-CAS-Client version 0.03 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Authen::CAS::Client provides a simple interface for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0 and v2.0 are supported.
2008-09-16Updated graphics/rabbit to 0.5.7obache1-1/+2
2008-09-16Update rabbit to 0.5.7.obache3-39/+69
== Changes 0.5.7 from 0.5.6: 2008-07-21 * Bug fixes * fixed broken PDF generation * Improvements * supported GTK+/Quartz (Mac OS X native UI) * supported context menu with Control + left click (suggested by OBATA Akio) * align = XXX accepts :right or "left" too * supported nested labels in (('note:XXX:YYY:...')) form * added "Next" and "Previous" actions that consider pause. * added "ResetTimer" action * do fullscreen as first as possible when --fullscreen command line option is specified * supported {{wait}} and {{br}} markup on Wiki format * fixed dirty sample slide * Theme * added body margin * added "dash" item mark * stopped to use vivid colors for list item mark * added properties * added new themes: * newline-in-title: supports '\n' newline notation * edge-info-toolkit: displays information at the edge of slide * slide-header-info: displays information at the header of slide * slide-footer-info: displays information at the footer of slide * footer-logo: displays logo image at the footer of slide * blue-bar: a theme that displays bars at the top and bottom of slide * clear-blue: clear blue theme == Changes 0.5.6 from 0.5.5: 2008-04-21 * removed RTtool * supported Ruby 1.9 a bit * supported pause
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz143-8730/+18
on Sep 7 2008. No complaints received.
2008-09-16remove --enable-schemas-install which is overridden by the frameworkdrochner1-3/+2
anyway, and add second schema file
2008-09-16Note initial addition of p5-Catalyst-View-Jemplate version 0.06 asseb1-1/+2
www/p5-Catalyst-View-Jemplate into The NetBSD Packages Collection. Catalyst::View::Jemplate is a Catalyst View plugin to automatically compile TT files into JavaScript, using ingy's Jemplate.
2008-09-16Add & enable p5-Catalyst-View-Jemplateseb1-1/+2
2008-09-16- fricasjoerg1-5/+1
2008-09-16Initial import of p5-Catalyst-View-Jemplate version 0.06 in theseb3-0/+29
NetBSD Packages Collection. Catalyst::View::Jemplate is a Catalyst View plugin to automatically compile TT files into JavaScript, using ingy's Jemplate.
2008-09-16Added the list of variables, so that "bmake show-all-gcc" shows all therillig1-1/+29
internals of this file.
2008-09-16* Fix MASTER_SITES:seb2-6/+6
- typo in MASTER_SITE_PERL_CPAN - this version of Jemplate is from another author * Update distinfo after last package update.
2008-09-16Main tree must not depend on wip, so pkglint should try to warn aboutjoerg1-1/+2
it.
2008-09-16Clarified a comment, since I didn't understand it two years after writing it.rillig1-4/+4
2008-09-16Don't include useless definitions in the documentation.rillig1-2/+3
2008-09-16Add missing direct dep on libkexiv2; may fix broken build. ok by joergdholland1-1/+2