summaryrefslogtreecommitdiff
path: root/devel/php-libawl
diff options
context:
space:
mode:
authorjym <jym>2010-11-12 18:20:19 +0000
committerjym <jym>2010-11-12 18:20:19 +0000
commit200376b5c5fe2e2935decff923a08693f3638fb0 (patch)
tree085dfb3ee279210ccf552e0d116aa69f7453ef3f /devel/php-libawl
parentf2b91064279f65d8f7e36bc9f06cb0872c58c03d (diff)
downloadpkgsrc-200376b5c5fe2e2935decff923a08693f3638fb0.tar.gz
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.
Diffstat (limited to 'devel/php-libawl')
-rw-r--r--devel/php-libawl/Makefile4
-rw-r--r--devel/php-libawl/PLIST3
-rw-r--r--devel/php-libawl/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/php-libawl/Makefile b/devel/php-libawl/Makefile
index dd068f3c269..2c150b54551 100644
--- a/devel/php-libawl/Makefile
+++ b/devel/php-libawl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/10/02 06:30:41 obache Exp $
+# $NetBSD: Makefile,v 1.3 2010/11/12 18:20:19 jym Exp $
#
DISTNAME= awl-${LIBAWL_VERSION}
PKGNAME= ${PHP_PKG_PREFIX}-libawl-${LIBAWL_VERSION}
-LIBAWL_VERSION= 0.43
+LIBAWL_VERSION= 0.45
CATEGORIES= devel
MASTER_SITES= http://debian.mcmillan.net.nz/packages/awl/
diff --git a/devel/php-libawl/PLIST b/devel/php-libawl/PLIST
index ec982719769..7b16491bfc8 100644
--- a/devel/php-libawl/PLIST
+++ b/devel/php-libawl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/23 21:16:17 jym Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/11/12 18:20:19 jym Exp $
lib/php/awl/dba/awl-tables.sql
lib/php/awl/dba/grant-minimum-permissions.sh
lib/php/awl/dba/grant-on-all-tables.sh
@@ -20,6 +20,7 @@ lib/php/awl/inc/XMLElement.php
lib/php/awl/inc/classBrowser.php
lib/php/awl/inc/classEditor.php
lib/php/awl/inc/iCalendar.php
+lib/php/awl/inc/vComponent.php
lib/php/awl/inc/vEvent.php
lib/php/awl/inc/AwlDBDialect.php
lib/php/awl/inc/AwlDatabase.php
diff --git a/devel/php-libawl/distinfo b/devel/php-libawl/distinfo
index 7cad3977c43..62bf60ed47d 100644
--- a/devel/php-libawl/distinfo
+++ b/devel/php-libawl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/05/23 21:16:17 jym Exp $
+$NetBSD: distinfo,v 1.2 2010/11/12 18:20:19 jym Exp $
-SHA1 (awl-0.43.tar.gz) = 5ed13be450e226f956f8b54735e2486527c29655
-RMD160 (awl-0.43.tar.gz) = 3a6c154c26e796361332d0a62b4dd1789fd18cca
-Size (awl-0.43.tar.gz) = 251912 bytes
+SHA1 (awl-0.45.tar.gz) = 2c4c15011ab6633bac414a4be14378ba530decda
+RMD160 (awl-0.45.tar.gz) = 47a94b597c30a5ebd337021b1a9ba5cbbee836f4
+Size (awl-0.45.tar.gz) = 279339 bytes