summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile27
-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-ab100
-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-plist84
7 files changed, 0 insertions, 233 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
deleted file mode 100644
index a5d37a424e38..000000000000
--- a/palm/pilot-link-devel/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: pilot-link
-# Version required: 0.8.7
-# Date created: November, 1997
-# Whom: Paul Traina <pst@freebsd.org>
-#
-# $Id: Makefile,v 1.25 1999/02/21 22:30:55 dima Exp $
-
-DISTNAME= pilot-link.0.9.2
-PKGNAME= pilot-link-0.9.2
-CATEGORIES= palm comms tk80
-MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
-
-MAINTAINER= dima@freebsd.org
-
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-
-USE_PERL5= yes
-PREFIX= ${LOCALBASE}/pilot
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-perl5=${PERL5}
-
-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
-
-.include <bsd.port.mk>
diff --git a/palm/pilot-link-devel/distinfo b/palm/pilot-link-devel/distinfo
deleted file mode 100644
index fa2e34fccccb..000000000000
--- a/palm/pilot-link-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pilot-link.0.9.2.tar.gz) = 0ce918bfe5e43a04b00daee0a14055b9
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 112e540826bd..000000000000
--- a/palm/pilot-link-devel/files/patch-ab
+++ /dev/null
@@ -1,100 +0,0 @@
---- configure.orig Sat Dec 13 23:27:17 1997
-+++ configure Wed Jan 14 06:49:36 1998
-@@ -9,7 +9,7 @@
-
- # Defaults:
- ac_help=
--ac_default_prefix=/usr/local
-+ac_default_prefix=/usr/local/pilot
- # Any additions from configure.in:
- ac_help="$ac_help
- --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
-@@ -818,9 +818,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_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.
- set dummy ranlib; ac_word=$2
-@@ -2556,7 +2556,9 @@
- itcl=''
- if test "x$with_tcl" = "xyes" || test "x$with_tcl" = "x" ; then
- for tcl_path in /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.0/tclConfig.sh; then
-+ with_tcl=$tcl_path; break
-+ elif test -f $tcl_path/lib/tclConfig.sh; then
- with_tcl=$tcl_path; break
- elif test -f $tcl_path/lib/itcl/tclConfig.sh; then
- itcl='/itcl'
-@@ -2597,13 +2599,13 @@
- elif test "x$with_tcl" = "xno"; then
- echo "$ac_t""not used" 1>&6
- else
-- tclConfig="$with_tcl/lib$itcl/tclConfig.sh"
-+ tclConfig="$with_tcl/lib/tcl8.0$itcl/tclConfig.sh"
- if test ! -f $tclConfig; then
- echo "$ac_t""Unable to find tclConfig.sh" 1>&6
- else
- . $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.0$itcl"
- TCL_BIN="$TCL_EXEC_PREFIX/bin"
- TCLLIBS="$TCL_LIB_SPEC $TCL_LIBS"
- TCLTKLIBS="$TCLLIBS"
-@@ -2614,7 +2616,7 @@
-
- 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.0$itcl/itclConfig.sh; then
- with_itcl=$itcl_path; break
- fi
- done
-@@ -2632,13 +2634,13 @@
- elif test "x$with_itcl" = "xno"; then
- echo "$ac_t""not used" 1>&6
- else
-- itclConfig="$with_itcl/lib$itcl/itclConfig.sh"
-+ itclConfig="$with_itcl/lib/tcl8.0$itcl/itclConfig.sh"
- if test ! -f $itclConfig; then
- echo "$ac_t""Unable to find itclConfig.sh" 1>&6
- else
- . $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.0$itcl"
- #TK_BIN="$TK_EXEC_PREFIX/bin"
- #TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
- #TCLTK_LIBS="\$(TK_LIB_SPEC) \$(TCL_LIB_SPEC) \$(TK_LIBS)"
-@@ -2656,7 +2658,7 @@
-
- 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.0$itcl/tkConfig.sh; then
- with_tk=$tk_path; break
- fi
- done
-@@ -2674,13 +2676,13 @@
- elif test "x$with_tk" = "xno"; then
- echo "$ac_t""not used" 1>&6
- else
-- tkConfig="$with_tk/lib$itcl/tkConfig.sh"
-+ tkConfig="$with_tk/lib/tk8.0$itcl/tkConfig.sh"
- if test ! -f $tkConfig; then
- echo "$ac_t""Unable to find tkConfig.sh" 1>&6
- else
- . $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.0$itcl"
- TK_BIN="$TK_EXEC_PREFIX/bin"
- TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
- TCLTK_LIBS="\$(TK_LIB_SPEC) \$(TCL_LIB_SPEC) \$(TK_LIBS)"
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 0ba51d8dc320..000000000000
--- a/palm/pilot-link-devel/pkg-plist
+++ /dev/null
@@ -1,84 +0,0 @@
-bin/addresses
-bin/ccexample
-bin/debugsh
-bin/dlpsh
-bin/getrom
-bin/hinotes
-bin/install-hinote
-bin/iambicexample
-bin/ietf2datebook
-bin/install-datebook
-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.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-socket.h
-include/pi-source.h
-include/pi-sockaddr.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.la
-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