Commit graph

121595 commits

Author SHA1 Message Date
ghen
6325f9a103 Make the config files writable for root and strictly read-only for the user
the app runs as.  Bump PKGREVISION.
2008-01-10 20:17:57 +00:00
reed
7cf1897b34 This package was renamed from WIP version.
Add a CONFLICTS for the previous name (which I had installed).
2008-01-10 18:53:16 +00:00
tonio
1ac9cd1b23 Update converters/bibtex2html to 1.89
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 18:15:29 +00:00
drochner
6371e2593f -make fontconfig an option, on per default (as is x11)
-add pkg-config to TOOLS (used to locate fontconfig)
2008-01-10 15:23:27 +00:00
tron
32e6e80838 Note update of the "ghostscript" package to version 8.61nb1. 2008-01-10 09:11:45 +00:00
tron
b333496292 Add dependence on "fontconfig" package. "ghostscript" actively checks
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-10 09:09:02 +00:00
tron
8d7eeea0ec Remove stale patch file. 2008-01-10 09:00:43 +00:00
martti
80859fed00 clamsmtp-1.9 2008-01-10 07:47:53 +00:00
martti
5bd9ea7955 Updated mail/clamsmtp to 1.9
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 07:47:29 +00:00
bjs
2941f43e0b + Updated devel/stgit to 0.14.1 [bjs 2008-01-10] 2008-01-10 06:36:27 +00:00
bjs
59f42ce81f Update to version 0.14.1.
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-10 06:35:48 +00:00
rillig
34e8a5cf5d Greg wants me to check for unused license files. 2008-01-10 03:48:34 +00:00
rillig
ae2d8788af Check misspelled macro names, for example __NetBSD_Version instead of
__NetBSD_Version__. Inspired by emulators/wine/patches/patch-ac 1.37.
2008-01-10 03:33:46 +00:00
rillig
e874c5ae78 Explained the difference between an lvalue and an rvalue.
Documented the __STDC__ macro, especially Sun's implementation.
2008-01-10 02:34:09 +00:00
smb
95600bc1ee Fix #define of _XOPEN_SOURCE to be compatible with Opengroup standards
(and, not incidentally, to make certain things work on amd64).
2008-01-10 01:57:27 +00:00
taca
ebb5cff731 Note update of www/plone3 pacakge to 3.0.5. 2008-01-09 22:14:05 +00:00
taca
c1c653d93d Update plone3 package to 3.0.5.
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-09 22:13:12 +00:00
taca
96f1c7678b Make PLONE3_VERSION to 3.0.5. 2008-01-09 22:12:23 +00:00
taca
f6e1a655e1 Exclude install files whose name begin from "._". 2008-01-09 22:10:50 +00:00
tnn
791dda0c2c gtk2+ bumped to 2.12.5 2008-01-09 22:06:19 +00:00
adrianp
ad4c76e579 Updated mail/imp to 4.1.6 2008-01-09 21:51:07 +00:00
adrianp
401f3df63d Major changes compared to the IMP H3 (4.1.5) version are:
* Small bug fixes and improvements.
* Updated Japanese translation.
2008-01-09 21:49:48 +00:00
adrianp
870f912d1c Updated mail/ingo to 1.1.5 2008-01-09 21:49:11 +00:00
adrianp
17914b99bd Major changes compared to the Ingo H3 (1.1.4) version are:
* Added Japanse translation.
* Improved sieve forward rules.
2008-01-09 21:48:51 +00:00
wiz
14fdf145a2 Note goffice0.5 replacement with goffice0.6. 2008-01-09 21:22:00 +00:00
wiz
4feb06e2f6 Remove goffice0.5, replaced by goffice0.6 (no dependencies left).
"I don't mind" drochner@
2008-01-09 21:20:35 +00:00
wiz
a5b116f206 REQUIRE rpcbind in the rc.d script, because famd needs portmapper.
Bump PKGREVISION.

Ok jmmv.
2008-01-09 21:17:32 +00:00
smb
aef471b12e Change #define of _XOPEN_SOURCE to make strptime() happy 2008-01-09 21:09:26 +00:00
smb
89ef082df4 Get the patch right this time... 2008-01-09 20:35:28 +00:00
tnn
3ddefc23b4 Update to gtk2-2.12.5.
This release fixes an incomplete icon cache that was accidentally shipped
in 2.12.4.

Noted by wiz@
2008-01-09 20:27:19 +00:00
smb
b58d777007 Replace calls to gmtime() with calls to gmtime_r() in a threaded routine. 2008-01-09 20:12:19 +00:00
wiz
b02642ccd9 Only conflict with siag<3.6.1, since that version does not include
antiword any longer.
2008-01-09 20:09:35 +00:00
drochner
fbb7600e73 oops, forgot to add 2008-01-09 19:21:45 +00:00
drochner
743a1c2119 update to 34
changes:
+ multiple language capability for GUI, German translation done.
+ fix crash after attempting to open a non-image file type
2008-01-09 19:21:08 +00:00
reed
1364b53802 Updated mowitz and siag. 2008-01-09 19:20:08 +00:00
reed
40df5f5b8c Update to 3.6.1.
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-09 19:16:13 +00:00
heinz
bb4a186270 Initial import (and probably last commit :-). 2008-01-09 19:14:43 +00:00
drochner
78966655d9 update to 1.7.6
changes: bug fixes, translation updates
2008-01-09 19:09:23 +00:00
heinz
6998a6d94f Corrected name of Apache license. 2008-01-09 19:09:22 +00:00
drochner
ff34974bcb update to 0.82.3
changes:
-fixes
-dbus.Bus() deprecated
-ode for which Collabora is the only copyright holder is now under
 the same permissive MIT/X11 license under which dbus core
 is being relicensed
2008-01-09 19:04:42 +00:00
drochner
0c9d1cec28 update to 8.61
changes: a number of bug fixes and improvements
Note: The default device in the gcc build is now the 'x11alpha' device
which provides antialiasing for display. To recover the old
default behaviour add '-sDEVICE=x11' to the command line.
2008-01-09 19:01:07 +00:00
reed
350f0a87bd Update to 0.3.1.
Improve COMMENT.
Change configure argument from --with-xawm to --with-xaw3d.
Add to BUILD_DEFS.

(NOTE: I am updating misc/siag also.)

Changelog has:

070830  Two patches from Pascal Terjan fixes buffer overflows
        in MwXFilesel.c and MwXFormat.c.
        Released 0.3.1.

040108  Added John Cwikla's XCC code. Prepended Mw to all files
        and external symbols. This adds "Color Contexts" which
        allow easy colour management with any visual. Anything
        within Mowitz that calls MwAllocColor or MwQueryColor
        will be rewritten to use color contexts instead.

030919  Cleaned up the code for release.
        Released 0.3.0.

030304  New widget in MwApplicationShell.c is subclassed from
        applicationShellWidgetClass, but has callbacks for
        OffiX and Xdnd drops.

030209  MwMenu.c: catch X errors in XGrabButton. Needed for OpenWindows,
        discovered by James B. Hiller <jhiller@visi.net>.
        Released 0.2.3.

030128  Changed malloc to MwMalloc, realloc to MwRealloc and
        free to MwFree in MwRudegrid.c.
2008-01-09 19:00:25 +00:00
drochner
1d65682e8d update to 2.12.1
changes: misc fixes
2008-01-09 18:56:01 +00:00
drochner
79fe9393ee update to 2.14.1
changes:
- Avoid wakeups when using Python trunk
- Add an uninstalled.pc
2008-01-09 18:53:48 +00:00
drochner
8d07e18e52 +gnome-platform 2008-01-09 18:49:21 +00:00
drochner
03a52520b4 add gnome-platform-2.20.3, a meta-pkg to track the "platform" part
of the gnome distribution
(already at 2.20.3 which was released today, thanks to Tobias Nygren)
2008-01-09 18:47:36 +00:00
drochner
c8ee18ad40 update to 0.36.3
changes: bugfixes
2008-01-09 18:43:50 +00:00
kristerw
5b4e207844 Update an include file to fix build errors for PKG_OPTIONS.emacs+=x11. 2008-01-09 18:27:35 +00:00
reinoud
3692ed5cbd Fix wine directory reading correctly.
patch-ac was wrong since __NetBSD_Version should have been
__NetBSD_Version__. Also the NetBSD compat getdirentries() returned struct
dirent12s having 32 bit ino_t and not the included struct dirent having 64
bit ino_t.
2008-01-09 17:46:41 +00:00
drochner
29661685db fix a build error reported by Thomas Klausner: replace wrong use of
which(1) in a Makefile part provided by gtk-doc by a newer version
(which is still not portable, but since that gtk-doc stuff is used
at many places there is no point in introducing something better here)
2008-01-09 17:44:39 +00:00