summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-10use more Xrandr.dan1-1/+2
2008-01-10Major changes compared to Horde 3.1.5 are:adrianp2-6/+6
* Fixed privilege escalation in the Horde API. * Improved XSS filtering. * Fixed locked portal blocks. * Further improved webroot detection. * Updated Japanese translation.
2008-01-10Note import of libopensync plugins and command line tool.dillo1-1/+4
2008-01-10Initial import of libopensync-plugin-kdepim 0.22, a libopensyncdillo4-0/+42
plugin to sync with KDE 3.5.
2008-01-10Initial import of libopensync-plugin-file 0.22, a libopensync plugindillo4-0/+37
to sync local files.
2008-01-10Initial import of msynctool 0.22, a command line tool for thedillo4-0/+31
opensync framework.
2008-01-10Updated databases/db4 to 4.6.21adam1-1/+2
2008-01-10Changes 4.6.21:adam7-72/+147
* Fix a bug where mutex contention in database environments configured for hybrid mutex support could result in performance degradation. * Fix a bug where closing a database handle after aborting a transaction which included a failed open of that database handle could result in application failure. * Fix multiple MVCC bugs including a race which could result in incorrect data being returned to the application. * Fix a bug where a database store into a Hash database could self-deadlock in a database environment configured for the Berkeley DB Concurrent Data Store product and with a free-threaded DB_ENV or DB handle. * Fix an installation bug where Berkeley DB's PHP header file was not installed in the correct place.
2008-01-10Updated databases/gq to 1.2.3adam2-4/+4
2008-01-10Changes 1.2.3:adam26-380/+60
Bug fixes: * fixed simple bind with a patch from Pawel Salek (fixes 1753419) Changes 1.2.2: Bug fixes: * fixed a crash when loading the state file on BSD systems (patch from the NetBSD people) * make command line argument handling more robust Changes 1.2.1: Build Improvements * fixed a bash expression
2008-01-10Updated squirrelmail-locales to 1.4.13adam1-1/+2
2008-01-10Updated to match squirrelmail 1.4.13.adam3-12/+260
2008-01-10Make the config files writable for root and strictly read-only for the userghen1-3/+4
the app runs as. Bump PKGREVISION.
2008-01-10This package was renamed from WIP version.reed1-2/+4
Add a CONFLICTS for the previous name (which I had installed).
2008-01-10Update converters/bibtex2html to 1.89tonio3-9/+10
Version 1.89, 08/01/2008 ======================== o entry types and field names now typeset in lowercase in f_bib.html o new option -unicode to use Unicode entities for some macros (such as ◯ for \bigcirc, etc.) o new option -html-entities to use HTML entities for some macros such as \le, \approx, etc. (patch by Steven G. Johnson) o new option -header to insert a header (similar to -footer) (patch by Steven G. Johnson)
2008-01-10-make fontconfig an option, on per default (as is x11)drochner2-6/+11
-add pkg-config to TOOLS (used to locate fontconfig)
2008-01-10Note update of the "ghostscript" package to version 8.61nb1.tron1-1/+2
2008-01-10Add dependence on "fontconfig" package. "ghostscript" actively checkstron1-1/+3
whether "fontconfig" is installed and fails to build afterwards (at least under NetBSD-i386 4.0). Bump package revision because of this change.
2008-01-10Remove stale patch file.tron1-15/+0
2008-01-10clamsmtp-1.9martti1-1/+2
2008-01-10Updated mail/clamsmtp to 1.9martti4-72/+7
1.9 [2007-05-28] - Resolve any DNS name for each connection. - Use my real name 'Stefan Walter' See: http://memberwebs.com/nielsen/
2008-01-10+ Updated devel/stgit to 0.14.1 [bjs 2008-01-10]bjs1-1/+2
2008-01-10Update to version 0.14.1.bjs4-19/+50
Changes: 2007-12-12: StGIT-0.14.1 released * Fixed typo in the required version of Python 2007-12-10: StGIT-0.14 released * Support for correctly running StGIT in subdirectories * 'repair' command for fixing an StGIT repository modified by GIT commands such as 'commit', 'pull', 'merge' or 'rebase' * 'edit' command for editing both the patch description and diff * Support for SMTP over TLS * Support for MIME multipart e-mail templates * '--attach' option to the 'mail' command to send a patch attached rather than inline * Diff statistics and shortlog added to the cover e-mail template * '--sign/ack' options to the 'import' and 'new' commands * '--number' to the 'log' command for limiting the output * Support for binary files in patches * Support for detached HEAD * Refactoring of some modules with better support for debugging * Many bug-fixes
2008-01-10Greg wants me to check for unused license files.rillig1-1/+2
2008-01-10Check misspelled macro names, for example __NetBSD_Version instead ofrillig1-1/+8
__NetBSD_Version__. Inspired by emulators/wine/patches/patch-ac 1.37.
2008-01-10Explained the difference between an lvalue and an rvalue.rillig1-2/+21
Documented the __STDC__ macro, especially Sun's implementation.
2008-01-10Fix #define of _XOPEN_SOURCE to be compatible with Opengroup standardssmb6-4/+34
(and, not incidentally, to make certain things work on amd64).
2008-01-09Note update of www/plone3 pacakge to 3.0.5.taca1-1/+2
2008-01-09Update plone3 package to 3.0.5.taca4-39/+18
o Changes from 3.0.4 * Update translations. * If you are using the fullscreenmode.js script, you can now pass in a minimal=1 argument in the URL to make a page start out in the minimal mode. * Fix problems with non-savepoint capable connections (such as SQL connections) involved in folder_delete, folder_publish of folder_rename actions. * Hiding page history, page navigation, and busy icon (spinner) in print CSS. This relates to 7402 and 7433. * Fix persistant translation service creation code. This corrects broken translations on initial Zope start. This fixes 7470. * Visual editor improvements: o Style whitelist and class blacklist now work when there is only one entry in the list. o Span tags with no attributes after filtering are removed. * Make the content rule configuration page fully translatable. This fixes 6886. * Update the object-not-found error page to search for alternatives within the navigation root instead of the entire site. * Fix translation for default item in display content menu for situations. This fixes 7281. * Fix absolute_url() for content rules add views, content rules traversal adapters, portlet add views, portlet assignment mappings and portlet assignments. * Fix handling of RSS feeds which do not include an update timestamp for feed entries. This fixes 7515. * Change KSS saveField to not require value explicitply but take it from the request if not specifies. This makes it possible to use saveField-kssSubmitForm: currentForm(); which is needed for multi-valued form variables. * Fix handling of the portal type criteria for collections. This fixes 7467. * Update the delete-confirmation page for objects that are references elsewhere to order all referencing items in alphabetical order. * Fix handling of types where allow_discussion is set as a class attribute which could lead to an AttributeError when changing the discussion settings. This fixes 761. * Extend the Archetypes widget API to inform widgets when processing the form in the validation phase. This fixes 760. * Correct zope.i18n.translate calls in Archetypes: should use the request, not the instance itself as the context. This fixes translation problems seen in Plone 3.0.4. * Do not create an empty <ul> in the personal actions bar if there are no items in it. This fixes an XHTML syntax error. * Fix the languages method of the language selector to include the native language name. * Fix invalid context argument passed into the translation machinery in the workflow state vocabulary. This fixes 7492. * Fix potential acquisition problem in five.localsitemanager when assigning values to the utilities registry of the component registry. * Raise a ValueError when the Zope3 translation utilities get passed in an invalid context argument. Translations in Zope3 work against the request alone and while the keyword is called context it was too easily confused with a contentish context. o Updated packages * Archetypes 1.5.5 * ATContentTypes 1.2.4 * CMFPlone 3.0.5 * GenericSetup 1.3.3 * kupu 1.4.7 * PlacelessTranslationService 1.4.8 * PloneTranslations 3.0.10 * archetypes.kss 1.2.5 * plone.app.contentmenu 1.0.5 * plone.app.contentrules 1.0.5 * plone.app.i18n 1.0.1 * plone.app.kss 1.2.5 * plone.app.linkintegrity 1.0.4 * plone.app.portlets 1.0.5 * plone.app.redirector 1.0.5 * plone.app.vocabulary 1.0.2 * plone.app.layout 1.0.5 * plone.contentrules 1.0.5 * five.localsitemanager 0.3
2008-01-09Make PLONE3_VERSION to 3.0.5.taca1-2/+2
2008-01-09Exclude install files whose name begin from "._".taca1-1/+2
2008-01-09gtk2+ bumped to 2.12.5tnn1-2/+2
2008-01-09Updated mail/imp to 4.1.6adrianp1-1/+2
2008-01-09Major changes compared to the IMP H3 (4.1.5) version are:adrianp2-7/+6
* Small bug fixes and improvements. * Updated Japanese translation.
2008-01-09Updated mail/ingo to 1.1.5adrianp1-1/+2
2008-01-09Major changes compared to the Ingo H3 (1.1.4) version are:adrianp3-7/+11
* Added Japanse translation. * Improved sieve forward rules.
2008-01-09Note goffice0.5 replacement with goffice0.6.wiz1-1/+2
2008-01-09Remove goffice0.5, replaced by goffice0.6 (no dependencies left).wiz7-481/+1
"I don't mind" drochner@
2008-01-09REQUIRE rpcbind in the rc.d script, because famd needs portmapper.wiz2-4/+4
Bump PKGREVISION. Ok jmmv.
2008-01-09Change #define of _XOPEN_SOURCE to make strptime() happysmb3-5/+28
2008-01-09Get the patch right this time...smb1-2/+2
2008-01-09Update to gtk2-2.12.5.tnn2-6/+6
This release fixes an incomplete icon cache that was accidentally shipped in 2.12.4. Noted by wiz@
2008-01-09Replace calls to gmtime() with calls to gmtime_r() in a threaded routine.smb3-2/+56
2008-01-09Only conflict with siag<3.6.1, since that version does not includewiz1-2/+2
antiword any longer.
2008-01-09oops, forgot to adddrochner1-0/+48
2008-01-09update to 34drochner4-65/+38
changes: + multiple language capability for GUI, German translation done. + fix crash after attempting to open a non-image file type
2008-01-09Updated mowitz and siag.reed2-4/+4
2008-01-09Update to 3.6.1.reed9-106/+39
Removed four patches -- three are integrated and antiword is removed. No longer conflict with antiword. Add patch (from OpenBSD) in attempt to fix egon. Improve DESCR. Add http download to MASTER_SITES. Don't depend on gv or gnuplot. gnuplot is optional. And I don't know why it depended on gv. This package provides its own postscript viewer. ChangeLog has: 061110 Buildability fixes for Egon. Unbundled Antiword. Corrected formatting errors in dictionary.it. Bundled o3read. 030916 Siag, PW: Ctrl-T adds sheet, Ctrl-W removes sheet. 030820 Got newest source from CVS. xsiag/window.c had to be reformatted using indent. 030309 Replaced applicationShellWidgetClass with mwApplicationShellWidgetClass. Instant drag and drop support, just like that. This means that Mowitz >= 0.3.0 is now required. Siag, PW, Egon: remove drop.[ch] and use drop functionality in Mowitz instead. Added cb_drag and cb_drop callbacks. 030304 Replaced XtAppInitialize with XtOpenApplication everywhere. 030303 Changed .cvs to .csv in common/siag.dfmext.
2008-01-09Initial import (and probably last commit :-).heinz1-0/+202
2008-01-09update to 1.7.6drochner4-12/+35
changes: bug fixes, translation updates