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.
This commit is contained in:
parent
0c678ecfa6
commit
fbe7e1e033
36
palm/palm2ical/Makefile
Normal file
36
palm/palm2ical/Makefile
Normal file
@ -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 <giovanni@openbsd.org>
|
||||||
|
|
||||||
|
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 <bsd.port.mk>
|
5
palm/palm2ical/distinfo
Normal file
5
palm/palm2ical/distinfo
Normal file
@ -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
|
5
palm/palm2ical/pkg/DESCR
Normal file
5
palm/palm2ical/pkg/DESCR
Normal file
@ -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.
|
3
palm/palm2ical/pkg/PLIST
Normal file
3
palm/palm2ical/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/15 17:31:10 giovanni Exp $
|
||||||
|
bin/fixpdb
|
||||||
|
bin/palm2ical
|
Loading…
Reference in New Issue
Block a user