aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-12 15:42:12 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-12 15:42:12 +0000
commit96286aa69dc09effa45e2ecaf0f539bced00a8c9 (patch)
tree282f4318b134bf39ae482512bf67ea0b47367a9b /palm
parentb4a2be37168bf09f15ebc5b0fec74ddfe68476de (diff)
downloadports-96286aa69dc09effa45e2ecaf0f539bced00a8c9.tar.gz
ports-96286aa69dc09effa45e2ecaf0f539bced00a8c9.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/syncal/Makefile42
-rw-r--r--palm/syncal/distinfo3
-rw-r--r--palm/syncal/files/patch-aa70
-rw-r--r--palm/syncal/files/patch-ab19
-rw-r--r--palm/syncal/files/patch-ac19
-rw-r--r--palm/syncal/files/patch-ba46
-rw-r--r--palm/syncal/files/patch-bb24
-rw-r--r--palm/syncal/files/patch-bc12
-rw-r--r--palm/syncal/pkg-descr9
-rw-r--r--palm/syncal/pkg-plist3
11 files changed, 0 insertions, 248 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 3d76ecb24aa4..1c89882e95a9 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -32,7 +32,6 @@
SUBDIR += prc-tools
SUBDIR += romeo
SUBDIR += sitescooper
- SUBDIR += syncal
SUBDIR += synce-dccm
SUBDIR += synce-gnomevfs
SUBDIR += synce-kde
diff --git a/palm/syncal/Makefile b/palm/syncal/Makefile
deleted file mode 100644
index 93053f81e5d4..000000000000
--- a/palm/syncal/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: syncal
-# Date created: So 7 Feb 1999 20:50:43 MET
-# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= syncal
-PORTVERSION= 0.8.9
-PORTREVISION= 1
-CATEGORIES= palm comms deskutils
-MASTER_SITES= http://hopf.math.nwu.edu/syncal/ \
- ftp://ftp.Uni-Bielefeld.DE/pub/systems/FreeBSD/lkoeller/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Synchronize your PalmPilot with ical
-
-LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link
-RUN_DEPENDS= ical:${PORTSDIR}/deskutils/ical
-
-BROKEN= Does not build with new pilot-link
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-NO_PACKAGE= patches installed ical port
-
-MAN1= syncal.1
-
-post-patch:
-.for file in Makefile user.tcl ical.patch
- ${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${LOCALBASE}|g" ${WRKSRC}/${file}
-.endfor
-
-# ical V2.2 needs a little patch, don't know how to do better
-# perhaps the patch should be included int ical port by default
-# Please have a look at this experts :-)
-#
-post-install:
- -cd ${LOCALBASE}/lib/ical/v2.2; \
- ${PATCH} -f < ${WRKSRC}/ical.patch
-
-.include <bsd.port.mk>
diff --git a/palm/syncal/distinfo b/palm/syncal/distinfo
deleted file mode 100644
index 3d2fb6e6d4d2..000000000000
--- a/palm/syncal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (syncal-0.8.9.tar.gz) = f62a8959cd7b46dccef797eab8e35115
-SHA256 (syncal-0.8.9.tar.gz) = e00232eb163e37a9570c7678ec72d362c14947c849bae3d2ffeba7d0b4156eee
-SIZE (syncal-0.8.9.tar.gz) = 49260
diff --git a/palm/syncal/files/patch-aa b/palm/syncal/files/patch-aa
deleted file mode 100644
index ff72131d1b8b..000000000000
--- a/palm/syncal/files/patch-aa
+++ /dev/null
@@ -1,70 +0,0 @@
-*** Makefile.org Mon Jan 20 21:06:28 2003
---- Makefile Mon Jan 20 21:07:55 2003
-***************
-*** 14,20 ****
- #
- # top_builddir = /home/john/pilot/src/pilot-link.0.9.1
- #
-! top_builddir = .
-
- ##########
- # Pick your C compiler
---- 14,20 ----
- #
- # top_builddir = /home/john/pilot/src/pilot-link.0.9.1
- #
-! top_builddir = @@PREFIX@@
-
- ##########
- # Pick your C compiler
-***************
-*** 26,32 ****
- ##########
- # Where should I be installed?
- #
-! INSTALLTOP = /usr/local
- INSTALLBIN = $(INSTALLTOP)/bin
- INSTALLMAN = $(INSTALLTOP)/man
-
---- 26,32 ----
- ##########
- # Where should I be installed?
- #
-! INSTALLTOP = @@PREFIX@@
- INSTALLBIN = $(INSTALLTOP)/bin
- INSTALLMAN = $(INSTALLTOP)/man
-
-***************
-*** 65,72 ****
- #
- # Unless you're smarter than me, which is entirely possible. [JTL]
- #
-! LIBDIR = -L$(top_builddir)
-! INCDIR = -I$(top_builddir) -I/usr/include/libpisock
- CFLAGS = -Wall -w -O -g $(INCDIR) $(DEFINES)
- SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
- syncal_reconcile.o syncal_gmt.o
---- 65,72 ----
- #
- # Unless you're smarter than me, which is entirely possible. [JTL]
- #
-! LIBDIR = -L$(top_builddir)/lib
-! INCDIR = -I$(top_builddir)/include
- CFLAGS = -Wall -w -O -g $(INCDIR) $(DEFINES)
- SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
- syncal_reconcile.o syncal_gmt.o
-***************
-*** 90,95 ****
- install:
- install -d $(INSTALLBIN)
- install -d $(INSTALLMAN)/man1
-! install -s -g root -o root -m 755 syncal $(INSTALLBIN)
-
-! install -g root -o root -m 644 syncal.1 $(INSTALLMAN)/man1
---- 90,95 ----
- install:
- install -d $(INSTALLBIN)
- install -d $(INSTALLMAN)/man1
-! install -c -s -g bin -o bin -m 755 syncal $(INSTALLBIN)
-
-! install -c -m 644 syncal.1 $(INSTALLMAN)/man1
diff --git a/palm/syncal/files/patch-ab b/palm/syncal/files/patch-ab
deleted file mode 100644
index 1f50a54fa284..000000000000
--- a/palm/syncal/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ical.patch.org Fri Sep 17 22:29:27 1999
---- ical.patch Fri Sep 17 22:29:59 1999
-***************
-*** 17,23 ****
- + "Okay" "Cancel"]
- +
- + if { $result} {
-! + exec syncal >/dev/null
- + io_read [ical_leader]
- + }
- + cal option AmPm $dm_AmPm
---- 17,23 ----
- + "Okay" "Cancel"]
- +
- + if { $result} {
-! + exec @@PREFIX@@/bin/syncal >/dev/null
- + io_read [ical_leader]
- + }
- + cal option AmPm $dm_AmPm
diff --git a/palm/syncal/files/patch-ac b/palm/syncal/files/patch-ac
deleted file mode 100644
index 416a26cab16b..000000000000
--- a/palm/syncal/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** user.tcl.orig Mon Jul 17 07:33:27 2000
---- user.tcl Fri Dec 22 14:13:30 2000
-***************
-*** 26,32 ****
-
- if { $result} {
- ical_save
-! exec syncal -v $HOME/.syncal.log
- io_read [ical_leader]
- }
- cal option AmPm $dm_AmPm
---- 26,32 ----
-
- if { $result} {
- ical_save
-! exec @@PREFIX@@/bin/syncal -v $HOME/.syncal.log
- io_read [ical_leader]
- }
- cal option AmPm $dm_AmPm
diff --git a/palm/syncal/files/patch-ba b/palm/syncal/files/patch-ba
deleted file mode 100644
index 71be3d5d92cb..000000000000
--- a/palm/syncal/files/patch-ba
+++ /dev/null
@@ -1,46 +0,0 @@
-*** syncal.c.org Mon Jan 20 21:44:11 2003
---- syncal.c Mon Jan 20 21:41:26 2003
-***************
-*** 15,20 ****
---- 15,21 ----
- #include <stdio.h>
- #include <stdlib.h>
- #include <ctype.h>
-+ #include <errno.h>
- #include <sys/stat.h>
- #include <sys/types.h>
- #include <sys/signal.h>
-***************
-*** 1449,1455 ****
-
-
- static void
-! create_uid( char * buf, recordid_t pil_id __attribute__((__unused)) )
- {
- #ifndef MAXHOSTNAMELEN
- #define MAXHOSTNAMELEN (64)
---- 1450,1456 ----
-
-
- static void
-! create_uid( char * buf, recordid_t pil_id )
- {
- #ifndef MAXHOSTNAMELEN
- #define MAXHOSTNAMELEN (64)
-***************
-*** 1720,1726 ****
- }
-
- static void
-! syncal_timeout( int sig __attribute__((__unused)) )
- {
- signal( SIGALRM, SIG_DFL);
- alarm( 0);
---- 1721,1727 ----
- }
-
- static void
-! syncal_timeout( int sig )
- {
- signal( SIGALRM, SIG_DFL);
- alarm( 0);
diff --git a/palm/syncal/files/patch-bb b/palm/syncal/files/patch-bb
deleted file mode 100644
index f8805737aba7..000000000000
--- a/palm/syncal/files/patch-bb
+++ /dev/null
@@ -1,24 +0,0 @@
-*** syncal.h.org Mon Jan 20 21:44:20 2003
---- syncal.h Mon Jan 20 21:34:53 2003
-***************
-*** 20,25 ****
---- 20,29 ----
- #define DEFAULT_ALARM (0)
-
-
-+ #ifndef PI_AF_SLP
-+ #define PI_AF_SLP 0x0051
-+ #endif
-+
- /*
- * These are the calendar file suffixes which indicate
- * an ical dominant file and a Pilot dominant file respectively.
-***************
-*** 232,237 ****
- *str_ndup( char *, int),
- *str_bytestuff( char *, char *, char),
- *str_byteunstuff( char *, char);
--
--
--
---- 236,238 ----
diff --git a/palm/syncal/files/patch-bc b/palm/syncal/files/patch-bc
deleted file mode 100644
index 9389068d8f0e..000000000000
--- a/palm/syncal/files/patch-bc
+++ /dev/null
@@ -1,12 +0,0 @@
-*** syncal_cat.c.org Mon Jan 20 21:49:52 2003
---- syncal_cat.c Mon Jan 20 21:50:06 2003
-***************
-*** 11,16 ****
---- 11,17 ----
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+ #include <errno.h>
- #include <sys/stat.h>
- #include <time.h>
- #include <ctype.h>
diff --git a/palm/syncal/pkg-descr b/palm/syncal/pkg-descr
deleted file mode 100644
index f1e26d71ee84..000000000000
--- a/palm/syncal/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
- Syncal reads a current ical calendar file, an archived
- ical calendar file from the last time syncal was run, and
- a Palm device DateBook database and reconciles them. It
- creates a new ical calendar file which replaces both the
- current and archived ones and updates the Pilot DateBookDB
- to coincide with them.
-
- Once syncal is started, the user must invoke HotSync on
- the target device.
diff --git a/palm/syncal/pkg-plist b/palm/syncal/pkg-plist
deleted file mode 100644
index 1efd03d87d2e..000000000000
--- a/palm/syncal/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/syncal
-@unexec mv -f /usr/local/lib/ical/v2.2/actions.tcl.orig /usr/local/lib/ical/v2.2/actions.tcl
-@unexec mv -f /usr/local/lib/ical/v2.2/dayview.tcl.orig /usr/local/lib/ical/v2.2/dayview.tcl