Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jym c99b280e8f Update AWL to 0.45.
Changelog:

2010-09-20  Andrew McMillan  <andrew@morphoss.com>
	* [AWLDbDialect] Quote hex numbers as strings.

2010-09-11  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes

2010-09-10  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Undeclared globals in force_utf8.
	* [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.

2010-08-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add a function to return a single property.

2010-08-28  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Various changes in use with VCard.
	  - Enforce upercase property names.
	  - Invert array sense for MaskComponents / MaskProperties to match
	    the way it is with the GetProperties, GetComponents.

2010-08-26  Andrew McMillan  <andrew@morphoss.com>
	* Add some basic filter processing for addressbook-query usage.
	* Wrap password logging in logs behind $c->dbg['password'] = 1;

2010-06-23  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Add helper for CardDAVElement.

2010-06-17  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Try and clarify the lost password text a little better.
	* Don't send multipart/form-data if the form is GET.

2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
	* [AwlQuery] Fixing backward compatibility with PgQuery.
	* [AwlQuery] Fix handling of queries with no parameters.

2010-05-27  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Apply correct wrapping for RFC5545.
	* [iCalendar] Don't add a trailling space when wrapping for RFC5545.

2010-05-19  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
	* Expose transaction state at query level.
	* No need to return anything from the schema update.

2010-05-09  Andrew McMillan  <andrew@morphoss.com>
	* [Translation] If gettext is not installed, fall back to English.

2010-05-08  Andrew McMillan  <andrew@morphoss.com>
	* Add Australia to the list of possible TZ continents.

2010-04-28  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Handle setting an alternative connection somewhat better.
	* [Session] _CheckLogin needs to access $c for external authentication.
	* Allow for multiple records to have somehow got into the DB.
	* Better parameter escaping, including escaping ? for older PHP::PDO.

2010-04-20  Andrew McMillan  <andrew@morphoss.com>
	* Replace deprecated split() calls.

2010-04-17  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.43

2010-04-15  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Add and use a new olson_from_tzstring() function.

2010-04-14  Andrew McMillan  <andrew@morphoss.com>
	* We can close this bug now, since it was fixed a wee while ago.
	* [AwlQuery] Warn if named parameters are passed in incorrectly.
	* Fix strange alternate reality definition of aparche_read_header.

2010-04-12  Andrew McMillan  <andrew@morphoss.com>
	* Preparing to release 0.43
	* The new database libraries should be with the library code.
	  Especially since they're being used for more than just DAViCal now.
karora@dave:~/projects/awl$ gitlog-to-changelog --since=2010-04-13
2010-09-11  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Tweak wrapping one last time.
	* [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
	  The regexes used for wrapping to 72 characters in line with
	  RFC5545 wrapping rules need to be UTF8 aware, otherwise they
	  will break lines in the middle of UTF8 sequences and we get
	  to fail to put both broken parts into the database.

2010-09-10  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Undeclared globals in force_utf8.
	* Ignore Eclipse droppings.
	* [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
	  The wordwrap was not being done in a repeatably reversible manner
	  due to a misguided effort to make it more readable.  This gives up
	  on readability in favour of reversability.

2010-09-02  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Revert that last change.

2010-08-30  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Add a function to return a single property.
	* Slightly better TZname to Olson matching.

2010-08-28  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Various changes in use with VCard.
	  - Enforce upercase property names.
	  - Invert array sense for MaskComponents / MaskProperties to match
	    the way it is with the GetProperties, GetComponents.
	  - Generally improve the consistency.

2010-08-26  Andrew McMillan  <andrew@morphoss.com>
	* Add some basic filter processing for addressbook-query usage.
	* Wrap password logging in logs behind $c->dbg['password'] = 1;

2010-06-23  Andrew McMillan  <andrew@morphoss.com>
	* [XMLDocument] Add helper for CardDAVElement.

2010-06-17  Andrew McMillan  <andrew@morphoss.com>
	* [Session] Try and clarify the lost password text a little better.
	* Don't send multipart/form-data if the form is GET.

2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
	* [AwlQuery] Fixing backward compatibility with PgQuery.
	* [AwlQuery] Fix handling of queries with no parameters.

2010-05-27  Andrew McMillan  <andrew@morphoss.com>
	* [iCalendar] Apply correct wrapping for RFC5545.
	* [iCalendar] Don't add a trailling space when wrapping for RFC5545.

2010-05-19  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
	* Expose transaction state at query level.
	* No need to return anything from the schema update.

2010-05-09  Andrew McMillan  <andrew@morphoss.com>
	* [Translation] If gettext is not installed, fall back to English.

2010-05-08  Andrew McMillan  <andrew@morphoss.com>
	* Add Australia to the list of possible TZ continents.

2010-04-28  Andrew McMillan  <andrew@morphoss.com>
	* [AwlQuery] Handle setting an alternative connection somewhat better.
	* [Session] _CheckLogin needs to access $c for external authentication.
	* Allow for multiple records to have somehow got into the DB.
	* Better parameter escaping, including escaping ? for older PHP::PDO.

2010-04-20  Andrew McMillan  <andrew@morphoss.com>
	* Replace deprecated split() calls.
2010-11-12 18:20:19 +00:00
archivers Changes 5.0.0: 2010-11-03 14:21:49 +00:00
audio Changes 1.4.0: 2010-11-09 13:13:03 +00:00
benchmarks Changes 3.7.1: 2010-10-16 10:15:56 +00:00
biology GROMACS team released another version a day after: 2010-10-21 12:03:57 +00:00
bootstrap Describe levels of likely support for various versions of OS X, based 2010-10-31 21:24:14 +00:00
cad update to 3.3.14 2010-11-02 18:15:28 +00:00
chat Changes 2.2.11: 2010-11-09 07:33:10 +00:00
comms Add -n to startup options, so starting Asterisk doesn't mess with screen 2010-11-10 09:29:13 +00:00
converters Changes 1.2.9: 2010-11-11 20:54:39 +00:00
cross fix PLIST for new doxygen, depend on latest version, bump PKGREVISION 2010-08-05 15:50:22 +00:00
databases Changes 2.3.12: 2010-11-09 07:11:46 +00:00
devel Update AWL to 0.45. 2010-11-12 18:20:19 +00:00
distfiles
doc Updated www/ikiwiki to 3.20101112 2010-11-12 18:17:47 +00:00
editors Update emacs-snapshot to 20101030. 2010-11-03 23:46:11 +00:00
emulators Properly deal with configuration files by respecting PKG_SYSCONFBASE. 2010-11-09 10:37:12 +00:00
filesystems Update glusterfs message to reflect that it is gettign a bit less 2010-10-11 07:14:36 +00:00
finance Do not install gnc-test-env. This file got CVE-2010-3999 attached to it 2010-11-07 23:27:53 +00:00
fonts Update tex-glyphlist to 2.84. 2010-11-11 18:30:23 +00:00
games Update to KDE SC 4.5.3 2010-11-03 20:07:33 +00:00
geography Update to 0.9.96. 2010-10-12 23:28:29 +00:00
graphics +pyfits 2010-11-11 21:15:35 +00:00
ham Update to hamlib 1.2.12 2010-11-04 13:34:46 +00:00
inputmethod Update ibus-anthy to 1.2.4. 2010-10-27 04:19:21 +00:00
lang * Accept -isysroot option (Darwin) 2010-11-11 07:44:10 +00:00
licenses Add Trolltech Q Public License for math/cgal package. 2010-10-27 13:46:34 +00:00
mail Update cyrus-imapd24 to 2.4.4. 2010-11-12 03:49:56 +00:00
math Remove PHTHON_VERSIONS_INCOMPATIBLE, all versions in the list are not in pkgsrc. 2010-11-08 02:46:57 +00:00
mbone Fix for the "annotated bulk failures" mail discussion. 2010-09-24 00:16:24 +00:00
meta-pkgs Update to KDE SC 4.5.3 2010-11-03 20:07:33 +00:00
misc Make sure it uses the correct liblzma 2010-11-10 10:14:42 +00:00
mk use -current's builtin xzcat 2010-11-10 19:59:06 +00:00
multimedia Don't use obsolete types under Mac OS X. This fixes the build of at 2010-11-11 18:36:13 +00:00
net Fix a tyop. 2010-11-11 01:01:35 +00:00
news Remove 24 from accepted python versions, because the py-kiwi dependency 2010-11-08 01:05:25 +00:00
packages
parallel Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
pkgtools Update "rpm2pkg" package to version 3.1.6. Changes since version 3.1.5: 2010-11-11 13:07:34 +00:00
print Update tex-pgf{,-doc} to 2.10. 2010-11-12 17:22:22 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security reset maintainer, he does not use this package anymore. 2010-11-11 11:42:20 +00:00
shells Changes 2.3.3: 2010-10-16 09:57:38 +00:00
sysutils The newer committed version had a client locking problem. 2010-11-08 07:36:39 +00:00
templates Tell users to use "pkg_admin audit" instead of audit-packages. 2010-03-18 10:18:19 +00:00
textproc Add mendexk. 2010-11-06 03:43:40 +00:00
time Reset maintainer. 2010-11-01 00:08:09 +00:00
wm Reset maintainer. 2010-11-01 00:08:09 +00:00
www Update to 3.20101112. From the changelog: 2010-11-12 18:17:32 +00:00
x11 Make sure it uses the correct liblzma 2010-11-10 10:14:42 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.