diff options
author | rh <rh> | 2005-08-23 05:06:04 +0000 |
---|---|---|
committer | rh <rh> | 2005-08-23 05:06:04 +0000 |
commit | 0c389c851d19fe9bd7bf44e59cac301959a72c82 (patch) | |
tree | 53bc9b884e17601307ee35eb433b678ad7f059a6 /www/sope/Makefile | |
parent | a7c3df5fc388b91312978e1028a86cdb66a97234 (diff) | |
download | pkgsrc-0c389c851d19fe9bd7bf44e59cac301959a72c82.tar.gz |
Update sope to 4.5.4. Notable changes include:
- added fixes/enhancements required for sope-ical to NGExtensions
- fixed MySQL include flags
- fixed duplicate decoding of base64 values libXmlRpc
- merged in SOPE 4.5 changes for vCard support (sope-ical)
- merged in SOPE 4.5 changes for iCal recurrences (sope-ical)
- changed NGCTextStream and NGFileStream not to flush input streams
- added NGImap4 method to store flags for MSN sequences
- added support for ACL commands to NGImap4
- fixed duplicate decoding of base64 values in XML-RPC results
- added namespace declaration for XML vCards
- renamed most implementations from DOMxx to NGDOMxx (WebKit compat)
- keep JavaScript as a static in WEDropContainer
- SoHTTPAuthenticator.m: deprecated -authRealm (now -authRealmInContext:)
- more dynamic elements report on WODebugTakeValues
- major improvements in WebDAV protocol layer
- fixed SoProduct lookup with gstep-make on OSX
- -synchronizesVariablesWithBindings now returns NO if the comp. is
stateless
- -frameworkName now returns 'nil' if the component is in the main bundle
- +templateWithHTMLString:declarationString:languages: is now a class
method
- -pathForResourceNamed: now checks whether a session is available
- prepared MKCALENDAR method in WebDAV dispatcher
- added support for PROPFIND without content (same like <allprop/>)
- added Perl HTTP::DAV as a known WebDAV user agent
- WOMailDelivery.m generates proper \r\n instead of \n to sendmail
- rewrote HTML and WOD parsers to use unichar
- properly deal with seconds in NSCalendarDate+ICal.m
- added extensive vCard support to NGiCal
- changed vCard parser to decode qp property values
- vCard parser now supports groupings (as emitted by Apple Addressbook)
- added support for parsing UTF-16 vCards
Diffstat (limited to 'www/sope/Makefile')
-rw-r--r-- | www/sope/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/sope/Makefile b/www/sope/Makefile index c64bc371124..c1cb817f142 100644 --- a/www/sope/Makefile +++ b/www/sope/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2005/05/05 03:23:08 rh Exp $ +# $NetBSD: Makefile,v 1.3 2005/08/23 05:06:04 rh Exp $ # -DISTNAME= sope-4.4beta.6-voyager-r758 -PKGNAME= sope-4.4rc6.758 +DISTNAME= sope-4.5.4-nevermind-r878 +PKGNAME= sope-4.5.4 CATEGORIES= www gnustep -MASTER_SITES= ftp://ftp.opengroupware.org/sources/releases/ +MASTER_SITES= ftp://ftp.opengroupware.org/nightly/sources/releases/ \ + http://download.opengroupware.org/nightly/sources/releases/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sope.opengroupware.org/ @@ -30,6 +31,7 @@ post-configure: cd ${WRKSRC}/sope-core/NGStreams && \ ${LN} -s `${FIND} ${GNUSTEP_HOST_CPU} -name config.h` . +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/libFoundation/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../databases/openldap/buildlink3.mk" |