From ad458ff6b3997074f8321574a9d8e0b084a3feb1 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Mon, 24 Nov 1997 09:10:43 +0000 Subject: pilot-link is a set of utilities for linking with the PalmPilot PDA. Libraries and header files are included to allow the creation of custom applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled in this port). --- palm/pilot-link-devel/Makefile | 21 +++++++++ palm/pilot-link-devel/distinfo | 1 + palm/pilot-link-devel/files/patch-aa | 11 +++++ palm/pilot-link-devel/files/patch-ab | 91 ++++++++++++++++++++++++++++++++++++ palm/pilot-link-devel/pkg-comment | 1 + palm/pilot-link-devel/pkg-descr | 4 ++ palm/pilot-link-devel/pkg-plist | 83 ++++++++++++++++++++++++++++++++ palm/pilot-link/Makefile | 21 +++++++++ palm/pilot-link/distinfo | 1 + palm/pilot-link/files/patch-aa | 11 +++++ palm/pilot-link/files/patch-ab | 91 ++++++++++++++++++++++++++++++++++++ palm/pilot-link/pkg-comment | 1 + palm/pilot-link/pkg-descr | 4 ++ palm/pilot-link/pkg-plist | 83 ++++++++++++++++++++++++++++++++ 14 files changed, 424 insertions(+) create mode 100644 palm/pilot-link-devel/Makefile create mode 100644 palm/pilot-link-devel/distinfo create mode 100644 palm/pilot-link-devel/files/patch-aa create mode 100644 palm/pilot-link-devel/files/patch-ab create mode 100644 palm/pilot-link-devel/pkg-comment create mode 100644 palm/pilot-link-devel/pkg-descr create mode 100644 palm/pilot-link-devel/pkg-plist create mode 100644 palm/pilot-link/Makefile create mode 100644 palm/pilot-link/distinfo create mode 100644 palm/pilot-link/files/patch-aa create mode 100644 palm/pilot-link/files/patch-ab create mode 100644 palm/pilot-link/pkg-comment create mode 100644 palm/pilot-link/pkg-descr create mode 100644 palm/pilot-link/pkg-plist (limited to 'palm') diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile new file mode 100644 index 000000000000..d20430bb465e --- /dev/null +++ b/palm/pilot-link-devel/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pilot-link +# Version required: 0.8.7 +# Date created: November, 1997 +# Whom: Paul Traina +# +# $Id$ + +DISTNAME= pilot-link.0.8.7 +PKGNAME= pilot-link-0.8.7 +CATEGORIES= comms tk80 +MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ + +MAINTAINER= ports@freebsd.org + +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 + +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-perl5 + +.include diff --git a/palm/pilot-link-devel/distinfo b/palm/pilot-link-devel/distinfo new file mode 100644 index 000000000000..f5cf24a34a10 --- /dev/null +++ b/palm/pilot-link-devel/distinfo @@ -0,0 +1 @@ +MD5 (pilot-link.0.8.7.tar.gz) = 80feaa37f80ab447f148e34f0a514e6f diff --git a/palm/pilot-link-devel/files/patch-aa b/palm/pilot-link-devel/files/patch-aa new file mode 100644 index 000000000000..771819e7e564 --- /dev/null +++ b/palm/pilot-link-devel/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in Tue Oct 7 07:55:21 1997 ++++ Makefile.in Mon Nov 24 00:13:27 1997 +@@ -19,7 +19,7 @@ + # 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 new file mode 100644 index 000000000000..6cdfb67ac4c0 --- /dev/null +++ b/palm/pilot-link-devel/files/patch-ab @@ -0,0 +1,91 @@ +--- configure.orig Tue Oct 7 07:24:18 1997 ++++ configure Mon Nov 24 00:46:24 1997 +@@ -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 new file mode 100644 index 000000000000..1207e4820ba5 --- /dev/null +++ b/palm/pilot-link-devel/pkg-comment @@ -0,0 +1 @@ +PalmPilot communications utilities (backup/restore/install/debug/...) diff --git a/palm/pilot-link-devel/pkg-descr b/palm/pilot-link-devel/pkg-descr new file mode 100644 index 000000000000..7bba675a735f --- /dev/null +++ b/palm/pilot-link-devel/pkg-descr @@ -0,0 +1,4 @@ +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 new file mode 100644 index 000000000000..fc9324cdd965 --- /dev/null +++ b/palm/pilot-link-devel/pkg-plist @@ -0,0 +1,83 @@ +bin/addresses +bin/ccexample +bin/debugsh +bin/dlpsh +bin/getrom +bin/iambicexample +bin/ietf2datebook +bin/install-datebook +bin/install-memo +bin/install-todos +bin/install-user +bin/memos +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-expense.h +include/pi-file.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-padp.h +include/pi-serial.h +include/pi-slp.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 +lib/libpicc.a +lib/libpisock.a +lib/libpisock.la +lib/libpisock.so +lib/libpisock.so.2.0 +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 +man/man1/dlpsh.1.gz +man/man1/ietf2datebook.1.gz +man/man1/install-datebook.1.gz +man/man1/install-memo.1.gz +man/man1/install-user.1.gz +man/man1/pilot-xfer.1.gz +man/man1/read-ical.1.gz +@dirrm lib/pix diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile new file mode 100644 index 000000000000..d20430bb465e --- /dev/null +++ b/palm/pilot-link/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pilot-link +# Version required: 0.8.7 +# Date created: November, 1997 +# Whom: Paul Traina +# +# $Id$ + +DISTNAME= pilot-link.0.8.7 +PKGNAME= pilot-link-0.8.7 +CATEGORIES= comms tk80 +MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ + +MAINTAINER= ports@freebsd.org + +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 + +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-perl5 + +.include diff --git a/palm/pilot-link/distinfo b/palm/pilot-link/distinfo new file mode 100644 index 000000000000..f5cf24a34a10 --- /dev/null +++ b/palm/pilot-link/distinfo @@ -0,0 +1 @@ +MD5 (pilot-link.0.8.7.tar.gz) = 80feaa37f80ab447f148e34f0a514e6f diff --git a/palm/pilot-link/files/patch-aa b/palm/pilot-link/files/patch-aa new file mode 100644 index 000000000000..771819e7e564 --- /dev/null +++ b/palm/pilot-link/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in Tue Oct 7 07:55:21 1997 ++++ Makefile.in Mon Nov 24 00:13:27 1997 +@@ -19,7 +19,7 @@ + # 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/files/patch-ab b/palm/pilot-link/files/patch-ab new file mode 100644 index 000000000000..6cdfb67ac4c0 --- /dev/null +++ b/palm/pilot-link/files/patch-ab @@ -0,0 +1,91 @@ +--- configure.orig Tue Oct 7 07:24:18 1997 ++++ configure Mon Nov 24 00:46:24 1997 +@@ -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/pkg-comment b/palm/pilot-link/pkg-comment new file mode 100644 index 000000000000..1207e4820ba5 --- /dev/null +++ b/palm/pilot-link/pkg-comment @@ -0,0 +1 @@ +PalmPilot communications utilities (backup/restore/install/debug/...) diff --git a/palm/pilot-link/pkg-descr b/palm/pilot-link/pkg-descr new file mode 100644 index 000000000000..7bba675a735f --- /dev/null +++ b/palm/pilot-link/pkg-descr @@ -0,0 +1,4 @@ +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/pkg-plist b/palm/pilot-link/pkg-plist new file mode 100644 index 000000000000..fc9324cdd965 --- /dev/null +++ b/palm/pilot-link/pkg-plist @@ -0,0 +1,83 @@ +bin/addresses +bin/ccexample +bin/debugsh +bin/dlpsh +bin/getrom +bin/iambicexample +bin/ietf2datebook +bin/install-datebook +bin/install-memo +bin/install-todos +bin/install-user +bin/memos +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-expense.h +include/pi-file.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-padp.h +include/pi-serial.h +include/pi-slp.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 +lib/libpicc.a +lib/libpisock.a +lib/libpisock.la +lib/libpisock.so +lib/libpisock.so.2.0 +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 +man/man1/dlpsh.1.gz +man/man1/ietf2datebook.1.gz +man/man1/install-datebook.1.gz +man/man1/install-memo.1.gz +man/man1/install-user.1.gz +man/man1/pilot-xfer.1.gz +man/man1/read-ical.1.gz +@dirrm lib/pix -- cgit v1.2.3