summaryrefslogtreecommitdiff
path: root/www/sope
AgeCommit message (Collapse)AuthorFilesLines
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-2/+2
packages which have it active by default.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-3/+3
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-28Add USE_LANGUAGES= objcrh1-1/+3
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-19Use SUBST framework for patching configure. Replace config.guessjoerg4-6/+57
and config.sub. Add DragonFly. In configure, adjust the check for libssl, since it can't be linked without -lcrypto on DragonFly.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2005-10-01Build the real libraries, not just debug versions.rh3-36/+56
While at it, add a buildlink3.mk file. Bump PKGREVISION.
2005-08-24Add missing patch. Thanks to Matthew Luckie for pointing this out!rh1-0/+14
2005-08-23Update sope to 4.5.4. Notable changes include:rh3-85/+130
- 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
2005-05-05Update sope to build 758. No changes are known, but the old DISTFILE is norh2-7/+7
longer available. Closes PR pkg/30063 by Robert Elz -- thanks!
2005-04-24Initial import of sope-4.4rc6, a set of frameworks for a complete webrh6-0/+644
application server environment.