summaryrefslogtreecommitdiff
path: root/comms/jpilot
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-16Don't use -export-dynamic on SunOS.hans1-1/+5
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-04-06add 'bin/jpilot-dial' on Linux from PR 42289sbd2-2/+4
Bump PKGREVISION OK wiz@
2010-01-31update master_sites.zafer1-2/+2
2010-01-27DESTDIR support. Based on patch from Steven Drake.joerg1-8/+9
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-3/+4
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-18Sort, remove duplicate.shattered1-3/+2
OK by wiz@.
2008-10-09Update jpilot to 1.6.0.bad6-82/+51
Changes since 0.99.9: Support for Treo 680. 1.6.0 - 05/27/08 Support for MemosDB-PMem Support for ContactsDB-PAdd Syncing merged records fixes Added sortable columns in KeyRing Temporarily removed Edit categories Many many bug fixes and small changes
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-09-19Does not really need gnome1-dirs, use xdg-dirs instead. Bump PKGREVISION.wiz1-3/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-1/+1
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-3/+3
From Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-11-20Update jpilot to 0.99.9.bad5-27/+25
Changes since 0.99.8: 0.99.9 Fixed a major Memo category sync bug. Removed clipboard code, which would cause X to freeze when ran with some applications, rdesktop, to name one. Many bug fixes, and GUI improvements, see Changelog.cvs for details. 0.99.9-pre2 Fix Bugzilla 1533 where null description in appointment crashes ical export of datebook Keyring: Added a field for the last changed date and set it to today when the record is changed. Search: - Have focus default to search entry field when the Find window is called to the front - Added ability to hit Enter and automatically go to the currently highlighted record. Some more bugs fixed 0.99.9-pre1 Generalization of GTK+2 stock buttons (butons with icon) and make J-Pilot more conform to GNOME Human Interface Guidelines Build with GTK+2 by default. Use --disable-gtk2 if you want GTK+1 instead Add Ukrainian and Korean translations Add support of Korean (CP949) encoding Correct a bug that prevented jpilot to start with GTK+ 2.8 (Ubuntu) Some more bugs fixed
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-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-03Oops. Somehow I forgot to commit distinfo for patch-ab.bad1-2/+1
2006-06-18Add missing build dependency on intltoolsmb1-1/+2
2006-06-13Update jpilot to 0.99.8 and latest patches.bad7-80/+70
For me this fixes the UTF-8 handling so that it works with the german PalmOS version on the m515. patch-0.99.8-memmory 11/11/05 Added a patch to fix a memory problem resulting in a segfault when modifying records. patch.jpilot-sync 11/05/05 Patch to fix unresolved symbol glob_tooltips when using jpilot-sync 0.99.8 - 11/30/05 This release is dedicated to my Mother who unexpectedly passed away this last year. Added translation for Kinyarwanda Added panes to Expense and KeyRing 0.99.8-pre11 - 09/11/05 Added an install user from the menu. Other miscellaneous fixes/changes 0.99.8-pre10 - 08/09/05 (Released by Ludovic Rousseau) Solve a data corruption problem when used with pilot-link 0.12 Better support of 64-bit platforms The last character was truncated using Hebrew encoding Support localized date formats (for example Japanese) jpilot-sync works again (no more jp_logf relocation error) Some more bugs fixed 0.99.8-pre9 - 05/03/05 (Released by Ludovic Rousseau) Cut-n-paste using X11 clipboard (mouse middle clic) Return focus to the list after major operations which facilitates usability Add hotkey (shift-return) to move focus between list and data window In week and month views you can clic on a day to select it in the main view Add remote sync. use "jpilot -s" to start a sync on the running jpilot Add support of pilot-link 0.12.0-pre3 Some more bugs fixed Updated translations: it, ja, fr jpilot-dump.c: convert from UTF8 to local encoding 0.99.8-pre8 - 02/19/05 (Released by Ludovic Rousseau) Cut-n-paste using GTK+ Ctrl-C/Ctrl-V now works across all four apps Replace Sync and Backup text buttons by an color icon Add Chinese BIG-5 Palm encoding Update ja, zh_TW translations GTK2 now uses CTRL+Enter consistently to apply changes Add Cancel button with ESC accelerator Added two preferences and code to 1) Mark current day in monthview and weekview guis by adding "TODAY" to display 2) Display the absolute number of an event which repeats yearly (usefulf or birthdays and anniversaries) 0.99.8-pre7 - 01/08/05 (Released by Ludovic Rousseau) Update zh_CN, zh_TW, cs and es translations Solve a crash in Japanese mode in address GUI Extract the first day of week (sunday or monday) from the system locale setting Add menu color icons for the 4 main applications Improve todo sorting Allow to cycle through the KeyRing categories by calling again the plugin Some more bugs fixed 0.99.8-pre6 - 11/27/04 (Released by Ludovic Rousseau) Solve the "different user ID sync" bug Solve the GUI "freeze" bug Some more bugs fixed 0.99.8-pre5 - 11/26/04 (Ludovic Rousseau) Solve the "undefined symbol: jp_charset_j2p" error Fix Japanese menu Some code cleanup 0.99.8-pre4 - 11/24/04 (Released by Ludovic Rousseau) Some more bugs fixed Improved search sorting Improved convertion to UTF-8 in case of errors Use GBK instead of GB2312 charset encoding for Chinese Use a radio item menu for Hide/Show/Mask records so that the state is clearly indicated Fix sort order for appts in datebook Complete Japanese translation 0.99.8-pre3 - 11/14/04 (Released by Ludovic Rousseau) Some more bugs fixed The right-hand side of jpilot were not updated on a cursor movement. Fixed unpredictable bug in repeating events caused by unitialized variable Use iconv to convert from the Palm charset to UTF-8. Thanks to Amit Aronovitch we now support many new charsets when used with GTK2: - Hebrew (CP1255), - Cyrillic (CP1251), - Cyrillic (KOI8-R), - Latin 2, Eastern Europe (ISO8859-2), - Japanese (SJIS), - Chinese (GB2312) Complete Chinese translation. Thanks to lei Yu The category selection was not working from the Export window for Addresses Give a more explicit error message when pi_bind() fails. We now have "permission denied" or "file not found" instead of "Illegal seek". Also display the device name we are trying to use. Thanks to Edgar Bonet for the patch New preference to show or hide popup tooltips Entries returned from datebook app during search were in random order Get first day of week from locale in GTK2, no preference setting 0.99.8-pre2 - 10/20/04 (Released by Ludovic Rousseau) some bugs fixed add the same keyboards accelerators for the 4 applications: Ctrl-D: Delete Ctrl-O: Copy Ctrl-N: New Record Ctrl-R: Add Record Ctrl-Return: Apply Changes Ctrl-Y: Sync KeyRing: can use non ASCII characters in name/account/password nice GTK2 color icons in the menu 0.99.8-pre1 - 10/02/04 (Released by Ludovic Rousseau) better UTF-8 handling (needed when using GTK2) sort todo list by clicking on column title lots of bugs fixed: bug 1330: invalid postscript when printing the todo list contains ( or ) bug 1306: Keyring plugin truncates passwords bug 1056: Undelete feature desired bug 1338: Some repeating appointments do not show in monthview gui bug 1176: Adding ability to e-mail directly from address book bug 1182: Search screen needs a button bug 1322: GTK2.4 libraries require changes to jpilotrc files to preserve colors bug 1116: Word wrap provided when printing monthly calendar bug 1154: resorting in address book should leave selection bar on same entry bug 1107: show completed todos found through search regardless of show completed checkbox status bug 1153: Patch reduces flicker when deleting records bug 1131: ALT key for accelerator instead of control bug 1184: truncating buffers with non ASCII charsets
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-17/+17
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
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-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-09-22ISO C90 does not allow declarations after code.rillig2-1/+28
2005-09-05Add missing patchrh1-0/+22
2005-09-05Commit the remaining files for the jpilot 0.99.7 upgrade.rh3-20/+17
Minor changes and bugfixes only. Closes PR pkg/24635 by Brian de Alwis.
2005-09-05Update jpilot to 0.99.7. Minor changes and some bugfixes. Fromrh2-73/+4
PR pkg/24365 by Brian de Alwis (with a few changes) -- thanks!
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.