summaryrefslogtreecommitdiff
path: root/palm/pilot-link-devel
diff options
context:
space:
mode:
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r--palm/pilot-link-devel/Makefile41
-rw-r--r--palm/pilot-link-devel/distinfo1
-rw-r--r--palm/pilot-link-devel/files/patch-aa16
-rw-r--r--palm/pilot-link-devel/files/patch-ab84
-rw-r--r--palm/pilot-link-devel/files/patch-af19
-rw-r--r--palm/pilot-link-devel/files/pilot-link.sh15
-rw-r--r--palm/pilot-link-devel/pkg-comment1
-rw-r--r--palm/pilot-link-devel/pkg-descr4
-rw-r--r--palm/pilot-link-devel/pkg-plist88
9 files changed, 0 insertions, 269 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
deleted file mode 100644
index 30a65ec6abe4..000000000000
--- a/palm/pilot-link-devel/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: pilot-link
-# Date created: November, 1997
-# Whom: Paul Traina <pst@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pilot-link
-PORTVERSION= 0.9.3
-CATEGORIES= palm comms tk82
-MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \
- ftp://ftp.forth.org/pub/PalmOS/ryerson/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= dima@freebsd.org
-
-LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-USE_PERL5= yes
-PREFIX= ${LOCALBASE}/pilot
-CONFIGURE_ARGS= --with-perl5=${PERL5}
-
-.include <bsd.port.pre.mk>
-
-CFLAGS!= ${ECHO} "${CFLAGS}" | ${SED} -e 's/-O[0-9a-z]*//g'
-
-MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
- install-hinote.1 install-memo.1 install-user.1 \
- pilot-xfer.1 read-ical.1
-MAN7= pilot-link.7
-
-post-patch:
- @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-post-install:
- @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh
- @${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh
-
-.include <bsd.port.post.mk>
diff --git a/palm/pilot-link-devel/distinfo b/palm/pilot-link-devel/distinfo
deleted file mode 100644
index 898c45520e1f..000000000000
--- a/palm/pilot-link-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pilot-link.0.9.3.tar.gz) = c985505028a441f53a25fc2a3838a847
diff --git a/palm/pilot-link-devel/files/patch-aa b/palm/pilot-link-devel/files/patch-aa
deleted file mode 100644
index cd68196bf5ed..000000000000
--- a/palm/pilot-link-devel/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.in Tue Oct 7 07:55:21 1997
-+++ Makefile.in Mon Nov 24 00:13:27 1997
-@@ -15,11 +15,11 @@
- PURIFY =
-
- # Libraries needed to link with Tcl & (optionally) Tk
--TCLTK_LIBS = @TCLTKLIBS@
-+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@
- # Include directives needed to compile with Tcl & Tk, and
- # -DTCL if Tcl is available, and
- # -DTK if Tk is available.
--TCLTK_FLAGS = @TCLTKFLAGS@
-+TCLTK_FLAGS = @TCLTKFLAGS@ -I/usr/X11R6/include
-
- # Libraries needed to link with GNU readline
- RLLIBS = @RLLIBS@
diff --git a/palm/pilot-link-devel/files/patch-ab b/palm/pilot-link-devel/files/patch-ab
deleted file mode 100644
index e31a1919be46..000000000000
--- a/palm/pilot-link-devel/files/patch-ab
+++ /dev/null
@@ -1,84 +0,0 @@
---- configure.orig Sat Aug 21 10:57:14 1999
-+++ configure Sat Aug 21 11:05:26 1999
-@@ -10,5 +10,5 @@
- # Defaults:
- ac_help=
--ac_default_prefix=/usr/local
-+ac_default_prefix=/usr/local/pilot
- # Any additions from configure.in:
- ac_help="$ac_help
-@@ -876,9 +876,9 @@
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
--test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-+INSTALL_PROGRAM='${INSTALL}'
-
- test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-
--test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-+INSTALL_DATA='${INSTALL} -m 644'
-
- # Extract the first word of "ranlib", so it can be a program name with args.
-@@ -2643,5 +2643,5 @@
- if test "x$with_tcl" = "xyes" || test "x$with_tcl" = "x" ; then
- for tcl_path in /usr/local/tcl8.2 /usr/local/tcl8.0 /usr/local/tcl7.6 /usr/local/tcl7.5 /usr/local /usr /usr/local/tcl7.4; do
-- if test -f $tcl_path/lib/tclConfig.sh; then
-+ if test -f $tcl_path/lib/tcl8.2/tclConfig.sh; then
- with_tcl=$tcl_path; break
- elif test -f $tcl_path/lib/itcl/tclConfig.sh; then
-@@ -2684,5 +2684,5 @@
- echo "$ac_t""not used" 1>&6
- else
-- tclConfig="$with_tcl/lib$itcl/tclConfig.sh"
-+ tclConfig="$with_tcl/lib/tcl8.2$itcl/tclConfig.sh"
- if test ! -f $tclConfig; then
- echo "$ac_t""Unable to find tclConfig.sh" 1>&6
-@@ -2690,5 +2690,5 @@
- . $tclConfig
- echo "$ac_t""version $TCL_VERSION from $tclConfig" 1>&6
-- TCL_INC="-I$TCL_PREFIX/include$itcl"
-+ TCL_INC="-I$TCL_PREFIX/include/tcl8.2$itcl"
- TCL_BIN="$TCL_EXEC_PREFIX/bin"
- TCLLIBS="$TCL_LIB_SPEC $TCL_LIBS"
-@@ -2701,5 +2701,5 @@
- if test "x$with_itcl" = "xyes" || test "x$with_itcl" = "x"; then
- for itcl_path in $with_tcl; do
-- if test -f $itcl_path/lib$itcl/itclConfig.sh; then
-+ if test -f $itcl_path/lib/tcl8.2$itcl/itclConfig.sh; then
- with_itcl=$itcl_path; break
- fi
-@@ -2719,5 +2719,5 @@
- echo "$ac_t""not used" 1>&6
- else
-- itclConfig="$with_itcl/lib$itcl/itclConfig.sh"
-+ itclConfig="$with_itcl/lib/tcl8.2$itcl/itclConfig.sh"
- if test ! -f $itclConfig; then
- echo "$ac_t""Unable to find itclConfig.sh" 1>&6
-@@ -2725,5 +2725,5 @@
- . $itclConfig
- echo "$ac_t""version $ITCL_VERSION from $itclConfig" 1>&6
-- ITCL_INC="-I$TK_PREFIX/include$itcl"
-+ ITCL_INC="-I$TK_PREFIX/include/tcl8.2$itcl"
- #TK_BIN="$TK_EXEC_PREFIX/bin"
- #TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
-@@ -2743,5 +2743,5 @@
- if test "x$with_tk" = "xyes" || test "x$with_tk" = "x"; then
- for tk_path in $with_tcl; do
-- if test -f $tk_path/lib$itcl/tkConfig.sh; then
-+ if test -f $tk_path/lib/tk8.2$itcl/tkConfig.sh; then
- with_tk=$tk_path; break
- fi
-@@ -2761,5 +2761,5 @@
- echo "$ac_t""not used" 1>&6
- else
-- tkConfig="$with_tk/lib$itcl/tkConfig.sh"
-+ tkConfig="$with_tk/lib/tk8.2$itcl/tkConfig.sh"
- if test ! -f $tkConfig; then
- echo "$ac_t""Unable to find tkConfig.sh" 1>&6
-@@ -2767,5 +2767,5 @@
- . $tkConfig
- echo "$ac_t""version $TK_VERSION from $tkConfig" 1>&6
-- TK_INC="-I$TK_PREFIX/include$itcl"
-+ TK_INC="-I$TK_PREFIX/include/tk8.2$itcl"
- TK_BIN="$TK_EXEC_PREFIX/bin"
- TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
diff --git a/palm/pilot-link-devel/files/patch-af b/palm/pilot-link-devel/files/patch-af
deleted file mode 100644
index bb23f83ce9ff..000000000000
--- a/palm/pilot-link-devel/files/patch-af
+++ /dev/null
@@ -1,19 +0,0 @@
-*** pilot-mail.c.orig Sun Oct 10 23:57:07 1999
---- pilot-mail.c Sun Oct 10 23:57:34 1999
-***************
-*** 15,21 ****
- #define POPUSER ""
- #define POPPASS ""
- #define PILOTFROM ""
-! #define SENDMAIL "/usr/lib/sendmail -t -i"
- #define POPKEEP "keep"
- #define DISPOSE "keep"
- #define TOPILOT_MHDIR ""
---- 15,21 ----
- #define POPUSER ""
- #define POPPASS ""
- #define PILOTFROM ""
-! #define SENDMAIL "/usr/sbin/sendmail -t -i"
- #define POPKEEP "keep"
- #define DISPOSE "keep"
- #define TOPILOT_MHDIR ""
diff --git a/palm/pilot-link-devel/files/pilot-link.sh b/palm/pilot-link-devel/files/pilot-link.sh
deleted file mode 100644
index 8db33b4c9a6d..000000000000
--- a/palm/pilot-link-devel/files/pilot-link.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- start)
- /sbin/ldconfig -m %%PREFIX%%/lib
- ;;
- stop)
- ;;
- *)
- echo ""
- echo "Usage: `basename $0` { start | stop }"
- echo ""
- echo 64
- ;;
-esac
diff --git a/palm/pilot-link-devel/pkg-comment b/palm/pilot-link-devel/pkg-comment
deleted file mode 100644
index 1207e4820ba5..000000000000
--- a/palm/pilot-link-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PalmPilot communications utilities (backup/restore/install/debug/...)
diff --git a/palm/pilot-link-devel/pkg-descr b/palm/pilot-link-devel/pkg-descr
deleted file mode 100644
index 7bba675a735f..000000000000
--- a/palm/pilot-link-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-pilot-link is a series of tools designed to extract and add data to a PalmPilot
-organizer. There are programs in here to transfer data, debug the pilot,
-synchronize with calendars, and a set of include files and libraries with which
-you may build your own applications in C, C++, Perl5, Tcl, Java, and Python.
diff --git a/palm/pilot-link-devel/pkg-plist b/palm/pilot-link-devel/pkg-plist
deleted file mode 100644
index a724e9218de4..000000000000
--- a/palm/pilot-link-devel/pkg-plist
+++ /dev/null
@@ -1,88 +0,0 @@
-@cwd /usr/local
-etc/rc.d/pilot-link.sh
-@cwd /usr/local/pilot
-bin/addresses
-bin/ccexample
-bin/debugsh
-bin/dlpsh
-bin/getrom
-bin/hinotes
-bin/iambicexample
-bin/ietf2datebook
-bin/install-datebook
-bin/install-hinote
-bin/install-memo
-bin/install-todos
-bin/install-user
-bin/memos
-bin/money2qif
-bin/pi-csd
-bin/pi-getram
-bin/pi-getrom
-bin/pi-nredir
-bin/pi-port
-bin/pilot-addresses
-bin/pilot-clip
-bin/pilot-debug
-bin/pilot-dedupe
-bin/pilot-file
-bin/pilot-mail
-bin/pilot-schlep
-bin/pilot-undelete
-bin/pilot-xfer
-bin/read-expenses
-bin/read-ical
-bin/read-todos
-bin/reminders
-bin/sync-plan
-include/pi-address.h
-include/pi-address.hxx
-include/pi-appinfo.h
-include/pi-appinfo.hxx
-include/pi-args.h
-include/pi-cmp.h
-include/pi-config-win32.h
-include/pi-config.h
-include/pi-datebook.h
-include/pi-datebook.hxx
-include/pi-dlp.h
-include/pi-dlp.hxx
-include/pi-expense.h
-include/pi-file.h
-include/pi-hinote.h
-include/pi-iambicExpense.h
-include/pi-iambicExpense.hxx
-include/pi-inet.h
-include/pi-inetserial.h
-include/pi-macros.h
-include/pi-mail.h
-include/pi-memo.h
-include/pi-memo.hxx
-include/pi-money.h
-include/pi-padp.h
-include/pi-serial.h
-include/pi-slp.h
-include/pi-sockaddr-win32.h
-include/pi-sockaddr.h
-include/pi-socket.h
-include/pi-source.h
-include/pi-sync.h
-include/pi-syspkt.h
-include/pi-todo.h
-include/pi-todo.hxx
-include/pi-version.h
-lib/libpicc.a
-lib/libpisock.a
-lib/libpisock.so
-lib/libpisock.so.3.1
-lib/pix/b1.gif
-lib/pix/b2.gif
-lib/pix/b3.gif
-lib/pix/b4.gif
-lib/pix/b5.gif
-lib/pix/b6.gif
-lib/pix/b7.gif
-lib/pix/case.gif
-lib/pix/case.xbm
-lib/pix/casemask.xbm
-@dirrm lib/pix