From fbe7e1e033fd619363c8a2bcaab240bb067f2e99 Mon Sep 17 00:00:00 2001 From: giovanni Date: Thu, 15 Apr 2010 17:31:10 +0000 Subject: [PATCH] Import palm2ical, iPalm Databook/Calendar export to iCalendar. ok ajacoutot@ The palm2ical program reads a PalmOS Datebook or Calendar database file (DatebookDB.PDB or CalendarDB-PDat.PDB) and writes complete information from all entries as an iCalendar (.ics or RFC 2445 / RFC 5545) file, suitable for import to Mozilla Sunbird and many other calendar applications. --- palm/palm2ical/Makefile | 36 ++++++++++++++++++++++++++++++++++++ palm/palm2ical/distinfo | 5 +++++ palm/palm2ical/pkg/DESCR | 5 +++++ palm/palm2ical/pkg/PLIST | 3 +++ 4 files changed, 49 insertions(+) create mode 100644 palm/palm2ical/Makefile create mode 100644 palm/palm2ical/distinfo create mode 100644 palm/palm2ical/pkg/DESCR create mode 100644 palm/palm2ical/pkg/PLIST diff --git a/palm/palm2ical/Makefile b/palm/palm2ical/Makefile new file mode 100644 index 00000000000..3d9bcddca42 --- /dev/null +++ b/palm/palm2ical/Makefile @@ -0,0 +1,36 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2010/04/15 17:31:10 giovanni Exp $ + +COMMENT = Palm Databook/Calendar export to iCalendar + +DISTNAME = palm2ical-1.8 +CATEGORIES = palm textproc + +MAINTAINER = Giovanni Bechis + +HOMEPAGE = http://hepunx.rl.ac.uk/~adye/software/palm/palm2ical/ +MASTER_SITES = ${HOMEPAGE} + +EXTRACT_SUFX = .zip + +# Artistic +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +WRKDIST = ${WRKDIR} +NO_BUILD = Yes +PKG_ARCH = * + +RUN_DEPENDS = ::palm/p5-Palm \ + ::devel/p5-Data-ICal \ + ::devel/p5-DateTime-Format-ICal \ + ::devel/p5-Data-ICal-TimeZone + +NO_REGRESS = Yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/fixpdb ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/palm2ical ${PREFIX}/bin/ + +.include diff --git a/palm/palm2ical/distinfo b/palm/palm2ical/distinfo new file mode 100644 index 00000000000..f1121d96f94 --- /dev/null +++ b/palm/palm2ical/distinfo @@ -0,0 +1,5 @@ +MD5 (palm2ical-1.8.zip) = 9Uum4bIzdf2DgrP1e/yePQ== +RMD160 (palm2ical-1.8.zip) = SEIXAZRbuok66g83RJIWSdY1XdU= +SHA1 (palm2ical-1.8.zip) = lBLxETPZjG0qHRiGPld+CRRqAS4= +SHA256 (palm2ical-1.8.zip) = Ihyotgdp+lfKQfZcuuUxH99wXhaIqshF1G7DtPgAcsw= +SIZE (palm2ical-1.8.zip) = 14179 diff --git a/palm/palm2ical/pkg/DESCR b/palm/palm2ical/pkg/DESCR new file mode 100644 index 00000000000..842cb3860db --- /dev/null +++ b/palm/palm2ical/pkg/DESCR @@ -0,0 +1,5 @@ +The palm2ical program reads a PalmOS Datebook or Calendar database +file (DatebookDB.PDB or CalendarDB-PDat.PDB) and writes complete +information from all entries as an iCalendar (.ics or RFC 2445 / +RFC 5545) file, suitable for import to Mozilla Sunbird and many +other calendar applications. diff --git a/palm/palm2ical/pkg/PLIST b/palm/palm2ical/pkg/PLIST new file mode 100644 index 00000000000..db72206a4d4 --- /dev/null +++ b/palm/palm2ical/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/15 17:31:10 giovanni Exp $ +bin/fixpdb +bin/palm2ical