summaryrefslogtreecommitdiff
path: root/comms/jpilot
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14bl3ify and add explicit dependency on pkgconfig.minskim2-5/+32
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-10-20Ugly hack to make this build on -current and 1.6.1_STABLE.hubertf2-4/+4
XXX <des.h> doesn't exist on 1.6.1_STABLE XXX <openssl/des.h> exists on both, but is incompatible and thus the package won't build on -current XXX <kerberosIV/des.h> works for both. XXX Someone make this mess go away. :( Fixes PR 23185 by mlelstv @ IRCnet
2003-09-26Fix build on current (des.h fallout).wiz2-1/+15
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-13/+13
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-04Update to 0.99.5, now using GTK2.wiz4-11/+14
0.99.5 = 02/21/03 Fixed serious bug resulting in overwriting appointments on the palm (Serious bug) Restore now restores latest files instead of ones from last backup (Critical bug) Added -export-dynamic to Makefile to resolve jp_logf unresolved errors Made home key go to today in datebook Added dialog error windows instead of logging them If files are to be installed a prompt window opens before a sync/backup Browser windows open from jpilot menu When app button is pressed it will cycle through categories 0.99.4 - 01/13/03 Ported code to GTK-2 (I used GTK-2.2) Added random password generation to KeyRing Added a dialer program and GUI launcher Added Syncronization of categories and editing categories on desktop Added Export of iCalendar format from ToDo and Datebook Added Export of vCard format from Address book Added Export of ldif format from Address book Added Russian Language Support Removed jpilot-upgrade-99
2003-01-10Update jpilot to 0.99.3. Changes include:rh8-125/+135
* Added Simplified Chinese translation * Added Traditional Chinese translation * Made dialog windows Modal * Manana support http://bill.sexton.tripod.com/download.htm * Changed code to keep unique IDs intact. * Support for OS 4.X passwords. * Better DateBk support * Pop up dialogs during the sync when different user name, null ID is found. * Lots of patches, bug fixes and minor improvements. * Made changes to support pilot-link 0.10.1 and USB * Export for Datebook, Address, Todo, and Memo * Import for Datebook, Address, Todo, and Memo * Can now enter begin/end times into datebook by GUI, or keyboard. * Put icons in clist title buttons. * Prompts to Save a changed/new record instead of letting it get away. * Drastically improved local database read speeds caused by bugs intro'd in 0.99 * Fixed misc bugs in alarms. * Support for pedit (pedit is a memo editor for the palm). * Added Preferences to choose conduits. * Adding in better printing support. * Adding in record masking support. * Wrote a KeyRing plugin (KeyRing is a palm encryption app). * Added Restore Functionality. * Added plugin_startup & plugin_cleanup funcs to jpilot-sync. * Added man pages. * Added plugin_startup and plugin_cleanup to jpilot-sync. * Added a default pdb file for Expenses. * Added an icon when iconized.
2002-11-30USE_PKGLOCALEDIRsalo4-37/+17
2002-09-22Unused, I think.wiz1-35/+0
2002-09-21* buildlink1 -> buildlink2jlam3-488/+30
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the Solaris install can't handle lots of directories all at once * style nits
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+21
buildlink2.mk files back into the main trunk.
2002-02-13Remove need for a BUILD_DEPENDS on autoconf by providing a patch to theskrll3-4/+517
configure script.
2002-01-28Bump PKGREVISION for additional installed file and man page changes.wiz1-1/+2
2002-01-28Mention html manual in man page, per pkg/15154.wiz4-4/+29
Also install the BUGS file that's mentioned in the man page.
2001-12-08Patch aclocal.m4 to not pass the gtk prefix arg to gtkconfig or else it gets ↵jmc2-1/+15
the paths wrong and the X libraries won't link in from the buildlink area
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-4/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-27Convert to use pilot-link-libs' buildlink.mk files and mark asjlam1-2/+2
USE_BUILDLINK_ONLY.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-22<jpilot/libplugin.h> pulls in <gtk/gtk.h> so include gtk buildlink.mk.jlam1-1/+3
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+31
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-10/+12
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-3/+2
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-01Add conflict with "jpilot-libplugin" package.tron1-1/+3
2001-03-01Make this build on system where "xpkwedge" is not installed.tron2-5/+14
2001-03-01Update jpilot to 0.99. Changes from version 0.98.1:jlam8-79/+107
Alphabetized 4 main app categories and expense categories New calendar begin/end setting method using keyboard jpilot-sync program added to allow command line syncing Made radio buttons for which phone # shows up in addr Made month/week views obey categories Made 4 main apps+expense more user friendly by detecting changes Added prefs for optionally backing up DBs Czech character set added Russian character set added Moved output screen to bottom panel in main window Fixed many bugs in Expense and improved GUI Fixed datebook entries showing weekly repeat Added a large view window to the monthview Fixed some DateBk3 bugs (templates showing as today, etc) Made Address screen stay as it was last used in quick/add view mode Alarms Sorted memos if they are sorted on the handheld Replaced calendar buttons (array) with a gtk_calendar widget Made Quickview a page on the address Notebook Made private records hidable using palm password Made changes for Japanese and Chinese and Korean and multibyte characters Included Synctime in rpm and made it detect and avoid PalmOS 3.3 Made the creation of ~/.jpilot and ~/.jpilot/backup* perms 0700 & ~umask If upgrading then you may want to change the permissions of ~/.jpilot/ for security reasons. Made completed ToDos not print if hidden Minor postscript improvements Made plugin conduits selectable wether to sync or not
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-09should not hardcode locale path, or it will choke on Solaris builditojun3-18/+2
2000-11-08properly BUILD_DEPEND on gettext. add USE_LIBINTL.itojun1-1/+5
workaround gettext.m4 bug.
2000-11-08Backout unintended change.tron1-2/+1
2000-11-08Make sure that locale files go into the correct directory.tron3-2/+17
2000-11-08Make this build with NetBSD's "libintl".tron2-1/+16