diff options
author | bad <bad> | 2013-10-10 10:58:38 +0000 |
---|---|---|
committer | bad <bad> | 2013-10-10 10:58:38 +0000 |
commit | 8e38351727d34c3a352e650872bb4e7f3c1711d4 (patch) | |
tree | 982a51b80340f862241f3f8c5d747305b86ea13c | |
parent | 4e2f1e14b391c6cf96ef95e6f5f2c74e00045f4c (diff) | |
download | pkgsrc-8e38351727d34c3a352e650872bb4e7f3c1711d4.tar.gz |
Update jpilot to 1.8.1.
Changes since 1.8.0:
1.8.1 - 04/05/11
Added a jpilot-merge utility for merging unsynced records into a pdb file
Fixes Debian bug #574030: jpilot: can't delete appointments
Resolve bug 2012 where small months in Postcript printout overlapped a calendar event.
Fix multiple memory leaks all over code base
Added a VCard export format optimized for GMail/Android import
Correct iCal export for repeating events with an end date
Add Category and Location fields to Calendar iCal export
Add categories to left-hand side of Calendar application
Add "cancel sync" button and icon to main jpilot window
use CRLF for ToDo iCal export per RFC
Add new "future" button to repeat appt. modification dialog so that changes only affect future occurrences
Ability to install files directly to SDCARD, hardcoded to /PALM/Launcher/ directory
Keyboard shortcuts to set priority of ToDo items with Alt+# where # is 1-5
Add ability to launch external editor to quickly edit memo or note text. Bound to Ctrl-E.
-rw-r--r-- | comms/jpilot/Makefile | 5 | ||||
-rw-r--r-- | comms/jpilot/PLIST | 3 | ||||
-rw-r--r-- | comms/jpilot/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 0a425751db7..ce9459b43c9 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2013/10/07 15:58:25 bad Exp $ +# $NetBSD: Makefile,v 1.94 2013/10/10 10:58:38 bad Exp $ # -DISTNAME= jpilot-1.8.0 -PKGREVISION= 5 +DISTNAME= jpilot-1.8.1 CATEGORIES= comms MASTER_SITES= http://www.jpilot.org/ diff --git a/comms/jpilot/PLIST b/comms/jpilot/PLIST index 805f82cc33f..6449b373d69 100644 --- a/comms/jpilot/PLIST +++ b/comms/jpilot/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.13 2013/05/25 16:28:05 shattered Exp $ +@comment $NetBSD: PLIST,v 1.14 2013/10/10 10:58:38 bad Exp $ bin/jpilot bin/jpilot-dump +bin/jpilot-merge bin/jpilot-sync include/jpilot/libplugin.h include/jpilot/prefs.h diff --git a/comms/jpilot/distinfo b/comms/jpilot/distinfo index 5a64bfe0479..0bde6f2bde4 100644 --- a/comms/jpilot/distinfo +++ b/comms/jpilot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2013/05/25 16:28:05 shattered Exp $ +$NetBSD: distinfo,v 1.23 2013/10/10 10:58:38 bad Exp $ -SHA1 (jpilot-1.8.0.tar.gz) = abc6a82823533bfab8c50fce7fff20cfaa898193 -RMD160 (jpilot-1.8.0.tar.gz) = 27a2430e7f60d8468c97fdc3589e7344681c2ecc -Size (jpilot-1.8.0.tar.gz) = 1604468 bytes +SHA1 (jpilot-1.8.1.tar.gz) = 98a70bbb30bcccb8ba74aecb6a41b819dc8a4a3b +RMD160 (jpilot-1.8.1.tar.gz) = 4b40d625d4582994eeb5acfa296ed0925a59b7bd +Size (jpilot-1.8.1.tar.gz) = 1582869 bytes |