summaryrefslogtreecommitdiff
path: root/comms/jpilot
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-04 16:29:28 +0000
committerwiz <wiz>2003-03-04 16:29:28 +0000
commitd3c4b70d7af6ef145c1c5d7312595bf2e0bb8aaa (patch)
treefb43c35419c543759fa0d81f9b5b86a5219011a5 /comms/jpilot
parent862d5c52840cc42d63a571ca9d0ea3132407964d (diff)
downloadpkgsrc-d3c4b70d7af6ef145c1c5d7312595bf2e0bb8aaa.tar.gz
Update to 0.99.5, now using GTK2.
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
Diffstat (limited to 'comms/jpilot')
-rw-r--r--comms/jpilot/Makefile8
-rw-r--r--comms/jpilot/PLIST5
-rw-r--r--comms/jpilot/buildlink2.mk6
-rw-r--r--comms/jpilot/distinfo6
4 files changed, 14 insertions, 11 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index 34fc53218d6..790791b5fd8 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2003/01/10 04:34:18 rh Exp $
+# $NetBSD: Makefile,v 1.32 2003/03/04 16:29:28 wiz Exp $
#
-DISTNAME= jpilot-0.99.3
+DISTNAME= jpilot-0.99.5
CATEGORIES= comms
MASTER_SITES= http://jpilot.org/
@@ -10,6 +10,7 @@ HOMEPAGE= http://jpilot.org/
COMMENT= desktop organizer application for the palm pilot
BUILD_USES_MSGFMT= YES
+DEPENDS+= gnome-dirs>=1.0:../../misc/gnome-dirs
CONFLICTS+= jpilot-libplugin-[0-9]*
@@ -20,6 +21,7 @@ USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}"
CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}"
+CONFIGURE_ARGS+= --enable-gtk2
LDFLAGS+= -export-dynamic
USE_LIBTOOL= YES
@@ -54,6 +56,6 @@ post-install:
.include "../../comms/pilot-link-libs/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/comms/jpilot/PLIST b/comms/jpilot/PLIST
index 740ebb327f2..835ea695f93 100644
--- a/comms/jpilot/PLIST
+++ b/comms/jpilot/PLIST
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/10 04:34:18 rh Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/03/04 16:29:28 wiz Exp $
bin/jpilot
bin/jpilot-dump
bin/jpilot-sync
-bin/jpilot-upgrade-99
include/jpilot/libplugin.h
include/jpilot/prefs.h
lib/jpilot/plugins/.directory
@@ -53,6 +52,7 @@ share/doc/${PKGNAME}/jpilot-toplogo.jpg
share/doc/${PKGNAME}/manual.html
share/doc/${PKGNAME}/plugin.html
share/doc/jpilot/BUGS
+share/gnome/apps/Applications/jpilot.desktop
share/jpilot/AddressDB.pdb
share/jpilot/DatebookDB.pdb
share/jpilot/ExpenseDB.pdb
@@ -74,6 +74,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/jpilot.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/jpilot.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/jpilot.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/jpilot.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/jpilot.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/jpilot.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/jpilot.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/jpilot.mo
diff --git a/comms/jpilot/buildlink2.mk b/comms/jpilot/buildlink2.mk
index 5b4078f0f68..8e8504e2b8c 100644
--- a/comms/jpilot/buildlink2.mk
+++ b/comms/jpilot/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.3 2002/09/10 16:06:35 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/03/04 16:29:29 wiz Exp $
.if !defined(JPILOT_BUILDLINK2_MK)
JPILOT_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= jpilot
-BUILDLINK_DEPENDS.jpilot?= jpilot>=0.99nb2
+BUILDLINK_DEPENDS.jpilot?= jpilot>=0.99.5
BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot
BUILDLINK_DEPMETHOD.jpilot?= build
@@ -12,7 +12,7 @@ EVAL_PREFIX+= BUILDLINK_PREFIX.jpilot=jpilot
BUILDLINK_PREFIX.jpilot_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.jpilot= include/jpilot/*
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
BUILDLINK_TARGETS+= jpilot-buildlink
diff --git a/comms/jpilot/distinfo b/comms/jpilot/distinfo
index 33e74e978fc..b7f23530708 100644
--- a/comms/jpilot/distinfo
+++ b/comms/jpilot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2003/01/10 04:34:18 rh Exp $
+$NetBSD: distinfo,v 1.9 2003/03/04 16:29:29 wiz Exp $
-SHA1 (jpilot-0.99.3.tar.gz) = 36b0c8c41886230bccfbcc0edd05ffa00d63108d
-Size (jpilot-0.99.3.tar.gz) = 965780 bytes
+SHA1 (jpilot-0.99.5.tar.gz) = 357807f50edb301db81ab9f7aaedcb5541e86eec
+Size (jpilot-0.99.5.tar.gz) = 1033716 bytes
SHA1 (patch-aa) = 48aade27edf9df1c67e15faba0fda904ea7e8c79
SHA1 (patch-ad) = e1e7ce9e7cc1bd1e901f6763799cdfd03f3cd605