Commit graph

120732 commits

Author SHA1 Message Date
taca
8206b37406 -plone-2.5.3 as plone25-2.5.5
-plone-3.0.1	as plone3-3.0.4
-zope-2.9.8	as zope29-2.9.8
-zope-2.10.4	as zope210-2.10.4
2007-12-18 15:59:37 +00:00
taca
1836cb65cc Note update of www/zope29 package to 2.9.8 and addition of these packages:
www/zope210	(Zope 2.10.5)
	www/plone25	(Plone 2.5.5)
	www/plone3	(Plone 3.0.4)
2007-12-18 15:57:19 +00:00
taca
41c1475ec1 - Add plone and zope with commented out.
- Add plone25, plone3 and zope210.
2007-12-18 15:51:13 +00:00
taca
68c6d1318f Importing Plone 3.0.4 as plone3.
This package is based on new zope's framework.

Plone is a ready-to-run content management system that is built on the
powerful and free Zope application server. Plone is easy to set up,
extremely flexible, and provides you with a system for managing web
content that is ideal for project groups, communities, web sites,
extranets and intranets.

Plone 3 runs on Zope 2.10.x and has many improved features from Plone 2.5.

   1. Inline editing
   2. Working Copy support
   3. Link and reference integrity checking
   4. Automatic locking and unlocking
   5. Easy collaboration and sharing
   6. Versioning, history and reverting content
   7. Upgraded visual HTML editor
   8. Powerful workflow capabilities
   9. Flexible authentication back-end
  10. Full-text indexing of Word and PDF documents
  11. Collections
  12. Presentation mode for content
  13. Support for the search engine Sitemap protocol
  14. Support for multiple mark-up formats
  15. Wiki support
  16. Automatic previous/next navigation
  17. Rules engine for content
  18. Auto-generated tables of contents
  19. Portlets engine
  20. Professional support, development, hosting & training
2007-12-18 15:46:59 +00:00
taca
9048f495cb Importing Plone 2.5.5 as plone25.
This package based on new zope's framework and finally replace
zope25-CMFPlone pacakge.

Plone is a ready-to-run content management system that is built on the
powerful and free Zope application server. Plone is easy to set up,
extremely flexible, and provides you with a system for managing web
content that is ideal for project groups, communities, web sites,
extranets and intranets.

Plone 2.5.5 runs on Zope 2.9.x.
2007-12-18 15:42:32 +00:00
taca
33e9adab05 Importing makefile fragments for Plone packages. 2007-12-18 15:37:49 +00:00
taca
507f458370 Importing Zope 2.10.5 as zope210 with new framework.
Zope is an exciting new object-based, open source web application
platform. It allows you to build powerful and dynamic web applications
easily. Zope comes with source code and is friendly to developers as
well as users.

Zope 2.10.x is needed to run Plone 3.
2007-12-18 15:35:22 +00:00
taca
abdfd3de88 Update zope29 to 2.9.8 (Zope 2.9.8) with new framework.
Zope 2.9.8 (2007/07/05)

   Bugs fixed

      - updated to ZODB 3.6.3

      - updated to Zope 3.2.3 codebase

      - Collector #1306: Missing acquisition context on local roles screen.

      - The REQUEST no longer accepts holds after it has been closed.

      - Collector #2153: Supporting unquoted cookies with spaces.

      - Collector #2295: Comments in PythonScripts could lead to syntax
        errors

      - Collector #2307: ObjectCopiedEvent not dispatched to sublocations.

      - Fixed ZClass test breakage due to non-pickleability of
        'zope.interface.Implements'

        N.B.: updated 'zope.interface' package to Zope 3.2 branch;
              should be pinned to a tag or a release before releasing
              2.9.8).

      - Collector #2260: fixed a bug in Examples.zexp

      - Collector #2321: Skip trusted proxies when extracting the client IP
        address from the request.

      - Collector #2318: Allow override of zopectl's control socket in
        zope.conf

      - Collector #2316: correctly unpack DateTimeIndex dates when browsing the
        index.

      - Collector #1866: a 304 HTTP status should not have a content length.

      - Collector #2300: delimit *all* HTTP Response headers with CRLF.

  Zope 2.9.7 (2007/03/25)

   Bugs fixed

      - Protected various security mutators with a new postonly decorator.
        The decorator limits method publishing to POST requests only, and
        is a backport from Zope 2.11's requestmethod decorator factory.

      - Collector #2298: webdav.Resource.COPY and webdav.Resource.MOVE did
        not send the expected copy/move events.

      - Collector #2296: Fixed import of ZClass products, broken by removal
        of BBB support for pasting objects whose meta_type info was
        permission-free.

      - Collector #2294: Protected DOS-able ControlPanel methods with the
        same 'requestmethod' wrapper.

      - Collector #2294: Protected various security mutators with a new
        'postonly' decorator.  The decorator limits method publishing to
        POST requests only, and is a backport from Zope 2.11's requestmethod
        decorator factory.

      - Collector #2288: @ and + should not be quoted when forming
        request URLs in BaseRequest and HTTPRequest

      - Undeprectated 'zLOG' package, which is going to remain a
        backward-compatibility shim for the Python logger.

      - Collector #2263: 'field2ulines' did not convert empty string
        correctly.

      - Reverted backward-incompatible fix for Collector #2191.

      - added Python 2.4.4 as optimal Python version to 'configure'


  Zope 2.9.6 (2006-11-22)

   Bugs fixed

      - Collector #2191: extended DateTime parser for better support
        to the ISO8601 specification.

      - Reworking of _cached_result in Shared.DC.ZRDB.DA.DA:

        - fixed KeyError reported in Collector #2212

        - fixed two memory leaks that occurred under high load

        - fixed broken cache keys for people using the obscure
          Shared.DC.ZRDB.DA.DA.connection_hook

        - fixed incorrect cache ordering resulting in newer results
          being dumped when the cache became too large.

      - Collector #2237: 'make' doesn't tell you to run 'make inplace'
        before running 'make instance'.

      - Collector #2235: A number of ZCatalog methods were doing boolean
        evaluation of objects that implemented __len__ instead of checking
        them against None. Replaced a number of "if not obj" with
        "if obj is None".

      - Collector #2218: fixed wrong logger argument in OFS/Cache.py

      - Collector #2205: fixed wrong logger argument in ZRDB/Connection.py

      - Collector #2208: rewriting/setting the 'charset' part of the
        content-type HTTP header will be done only for 'text/*'

      - Collector #2206: Set PYTHONPATH to include existing PYTHONPATH
        in skel/bin/zopectl.in and skel/bin/runzope.in

  Zope 2.9.5 (2006/10/03)

   Bugs fixed

      - Call setDefaultSkin on new requests created as the result of
        ConflictError retries.

      - Collector #2189: Fix logging of errors during product refresh.

      - Collector #2185: Log username for FCGI requests.

      - Collector #2152: Fixed MailHost documentation; simple_send does not
        process or validate its arguments in any way.

      - Collector #2175: ZTUtils.make_hidden_input did not escape double-quotes.

      - Collector #1907: Moved 'alt' property from File to Image.

      - Collector #1983: Specifying session-resolution-seconds >= 1200 caused
        Zope startup to fail.

      - Collector #2169: webdav.Resource.COPY did not send ObjectClonedEvent.

      - Updated Five to bugfix release 1.3.7.

      - Collector #2157: Expose name of broken class in SystemError raised
        from '__getstate__' of a broken instance.

      - Usage of 'urljoin' in 'webdav.davcmds' could lead to wrongly
        constructed urls.

      - Collector #2155: Fix wrong parameter being passed to
        logger's error() method, with tests.

      - Collector #2178: Fix ZopeTestCase doctest support for layers

      - included Zope 3.2.2
2007-12-18 15:31:11 +00:00
taca
3097e76566 Importing makefile's fragments of new framework for Zope packages. 2007-12-18 15:27:23 +00:00
hira
2d8389da25 -openoffice2-2.3.1. 2007-12-18 15:20:58 +00:00
obache
d7c1519039 Add default empty PKG_SUPPORTED_OPTIONS definition.
Should fix PR 37563.
2007-12-18 14:25:21 +00:00
agc
f40e898db2 Note update of the NetBSD iSCSI target and initiator packages to
version 20071218.
2007-12-18 11:41:29 +00:00
agc
6c7992c9de Update the NetBSD iSCSI initiator to version 20071218 to fix minor
build problems.  In addition, the initiator can now attach to multiple
targets.
2007-12-18 11:38:44 +00:00
agc
4144cf42a0 Update NetBSD iSCSI target to version 20071218 - incorporate various
build fixes in the target.
2007-12-18 11:30:08 +00:00
obache
6aea13b659 This package is DESTDIR ready. 2007-12-18 11:21:06 +00:00
markd
4767fe7dc4 Doing USE_TOOLS+=cmake in the configure stage is too late so move it
to tools.  Also cmake wants cpack to exist in the same directory so
toolise it and make cmake and cpack imply each other.
2007-12-18 10:18:39 +00:00
tron
037f33900e Defeat very evil shell script code which tries to use "which" to find
"gtkdoc-rebase" (which depending on what flavour of "which" your operating
system provides will go horribly wrong).

This fixes the build under Mac OS X.
2007-12-18 10:15:15 +00:00
schmonz
1401febf68 + lilypond-2.10.33 2007-12-18 08:58:49 +00:00
schmonz
e86bdd8b97 + netqmail-1.06 2007-12-18 08:46:54 +00:00
martti
a2cf444a10 vim and clamav 2007-12-18 08:16:29 +00:00
martti
9bfdbc64be Updated mail/clamav to 0.92
This release provides various bugfixes, optimisations and improvements
to the scanning engine. The new features include support for ARJ and
SFX-ARJ archives, AutoIt, basic SPF parser in clamav-milter (to reduce
phishing false-positives), faster scanning and others (see ChangeLog).
To get a consistent behaviour of the anti-phishing module on all platforms,
libclamav now includes the regex library from OpenBSD.
2007-12-18 08:16:10 +00:00
martti
ce128d8677 Updated editors/vim-share to 7.1.175
4691  7.1.162  crash when using a modifier before "while" or "for"
  2367  7.1.163  warning for the unknown option 'bufsecret'
  1576  7.1.164  reading past end of regexp pattern
  5538  7.1.165  crash related to getting X window ID
  2134  7.1.166  memory leak when using "gp" in Visual mode
  2528  7.1.167  xxd crashes when using "xxd -b -c 110"
  2989  7.1.168  (extra) Win32 GUI: when no focus click doesn't position cursor
  1926  7.1.169  using uninitialized memory when system() fails
  1722  7.1.170  overlapping arguments to strcpy()
  2324  7.1.171  reading one byte before allocated memory.
  1536  7.1.172  if 'buftype' is "acwrite" Vim still does overwrite check
  1928  7.1.173  accessing freed memory when using "\%^" pattern
  2197  7.1.174  writing NUL past end of a buffer
  4722  7.1.175  <BS> doesn't work with some combination of option settings
2007-12-18 08:15:03 +00:00
wiz
88eae9ae54 + abcm2ps-5.7.0, abcmidi-20071209, amavisd-new-2.5.3,
aspell-faroese-0.2.31, bzr-1.0, crimsonfields-0.5.2,
  easytag-current-2.1.4, electric-8.06, eric3-4.0.4 [now called
  eric4], ghc-6.8.2, gkrellm-2.3.1, gmime-2.2.12, gnutls-2.2.0,
  graphviz-2.16.1, intltool-0.37.0, ispell-german-20071211,
  libbonobo-2.20.2, libgcrypt-1.4.0, libidn-1.3, libtasn1-1.2,
  links-gui-2.1.0.32, mathomatic-12.8.2, nmap-4.50, openldap-client-2.4.7,
  p5-DBIx-DBSchema-0.36, p5-File-Flat-1.02, p5-Image-Info-1.27,
  p5-Test-Exception-0.26, p5-Test-Inline-2.208, p5-WWW-Mechanize-1.34,
  plptools-0.19, png-1.2.24, poedit-1.3.9, poppler-0.6.3,
  poppler-glib-0.6.3, poppler-qt-0.6.3, py-cairo-1.4.12,
  rxvt-unicode-8.8, spamdyke-3.1.2, vttest-20071216.
2007-12-18 07:23:20 +00:00
gdt
1aac2e9591 Update to 1.3 (from Jan Danielsson).
Fix bug whereby mod_wsgi daemon process could hang when a request with
content greater than UNIX socket buffer size, was directed at a WSGI
application resource handler which in turn returned a response, greater
than UNIX socket buffer size, without first consuming the request content.
2007-12-18 01:00:13 +00:00
bjs
98f9b8ad5c Add xkeyboard-config 2007-12-18 00:29:08 +00:00
bjs
772bfb0356 Import xkeyboard-config-20071217 (snapshot is better than maintaining
a thousand patches).  This is required for the upcoming
modular-xorg-server-1.4.0.90 package.
2007-12-18 00:28:14 +00:00
obache
e4b4027a0a Need pkg-config to build. 2007-12-18 00:24:31 +00:00
joerg
e8874f8098 DESTDIR support, order PLIST and add RCS ids to some patches. 2007-12-18 00:16:56 +00:00
bjs
0405609ebc + Updated x11/pixman to 0.9.6nb1 [bjs 2007-12-18] 2007-12-18 00:11:26 +00:00
bjs
e69b3a97d3 Update to a snapshot from GIT head. The current revision seems better
to me than the release.  Bump rev.

Changes include:

    Guard MMX get_fast_path() with pixman_have_mmx()

    Use -fvisibility=hidden by default.

    Add a PIXMAN_EXPORT macro that expands to the appropriate GCC magic.
    Various formatting fixes.

    Make the tables static; remove unused flag

    Set maskRepeat to FALSE when the function is NEED_SOLID_MASK

    Conditionalize MMX code with USE_MMX

    Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.

    pixman_composite_rect_general_accessors skips the fetch / store steps by
    setting store to NULL when the op is ADD or OVER and the dest format is
    [ax]8r8g8b8.  This optimization is only valid when no accessors are
    in play.
2007-12-18 00:10:44 +00:00
wiz
926f8dadfb Add commented out LICENSE line (gnu-gplv3).
XXX: please enable the default licenses so that we can add these for real.
2007-12-17 23:45:40 +00:00
minskim
764ec0d3be Add ruby-rb-gsl. 2007-12-17 23:40:48 +00:00
minskim
6ecdc3d606 Import ruby-rb-gsl.
Ruby/GSL is a ruby interface to the GSL (GNU Scientific Library), for
numerical computing with Ruby.
2007-12-17 23:37:49 +00:00
adam
ab645bb777 Updated x11/qt4 to 4.3.3 2007-12-17 22:23:34 +00:00
adam
a186ccc18d Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
2007-12-17 22:19:43 +00:00
tron
c1e017c462 Disable assembler code under Mac OS X Leopard i386 to fix build failure. 2007-12-17 22:13:42 +00:00
veego
3a4b2ff182 Note the xosview bump to fix a build problem on x86_64 2007-12-17 22:11:47 +00:00
tron
df740eb259 Make Apache 2.2.x the default as discussed on "tech-pkg" mailing list. 2007-12-17 22:09:58 +00:00
veego
c033dd4e7e Apply patch from PR pkg/37557 which fixed a build error on x86_64. 2007-12-17 22:08:12 +00:00
drochner
88492d49f1 There is no obvious reason for USE_GNU_ICONV, and I haven't found one by
code inspection, so remove it.
2007-12-17 22:05:59 +00:00
drochner
cc5a35b165 There is no obvious reason for USE_GNU_ICONV, and I haven't found one by
code inspection, so remove it.
approved by markd (a while ago)
2007-12-17 22:04:38 +00:00
tron
ed10073c09 Log Message:
Disable assembler code under Mac OS X Leopard i386 to fix build failure.
2007-12-17 20:49:34 +00:00
tron
b41f4c1a12 Fix build under Mac OS X Leopard. 2007-12-17 20:40:00 +00:00
drochner
a9ef722d60 update to 2.12.3
changes:
-some Quartz related bugfixes
-other minor bugfixes
-translation updates
-the HTML documentation is built properly this time, so remove the pkgsrc
 hacks to load it from MASTER_SITE_LOCAL
2007-12-17 20:24:13 +00:00
drochner
3ae61b6272 +xonclock 2007-12-17 20:17:42 +00:00
drochner
6d30dee3d6 import xonclock-0.0.9.2, another X11 on-screen clock
(not the greatest one, but looks pretty)
2007-12-17 20:16:37 +00:00
drochner
0309b5875e +fotox 2007-12-17 19:48:00 +00:00
drochner
0304d143f7 import fotox-32, a simple image manipulation program, mostly for the
common tasks of improving digicam images, with some support for
generation of HDR images and panoramas
2007-12-17 19:45:08 +00:00
drochner
440e42feb0 update to 2.10.7
changes:
-bugfixes
-french manual added
2007-12-17 19:31:29 +00:00
drochner
1c518ff247 update to 0.10.3
changes:
-Memory usage fixes
-Playback and seeking fixes
-Improved QOS support
2007-12-17 19:16:52 +00:00