summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-24 21:50:23 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-24 21:50:23 +0000
commit2ace90775d46248667825688e74a3455bc19eb9a (patch)
tree15d1ef37a7ee90dd83580e5b9f5f687ef0c4608c /palm
parenttextproc/p5-EBook-Tools: schedule for removal on 2019-11-01 due to expired pa... (diff)
Remove expired ports:
2019-09-20 palm/pilot-link: obsolete technology 2019-09-20 graphics/pixmap: No longer maintained 2019-09-20 japanese/jpilot: obsolete technology 2019-09-20 palm/p5-Palm-PalmDoc: obsolete technology 2019-09-20 palm/pilot_makedoc: obsolete technology 2019-09-20 palm/jpilot: obsolete technology 2019-09-21 sysutils/bibelot: obsolete technology 2019-09-21 databases/mdbconv: obsolete technology 2019-09-21 sysutils/makeztxt: obsolete technology 2019-09-21 databases/palm-db-tools: obsolete technology 2019-09-21 comms/jpilot-picsnvideos: obsolete technology 2019-09-23 devel/libee: No longer required by rsyslog, which was its only consumer. No longer maintained upstream 2019-09-21 devel/libmal: obsolete technology
Notes
Notes: svn path=/head/; revision=512759
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile4
-rw-r--r--palm/jpilot/Makefile60
-rw-r--r--palm/jpilot/distinfo2
-rw-r--r--palm/jpilot/files/patch-Makefile.in11
-rw-r--r--palm/jpilot/pkg-descr5
-rw-r--r--palm/jpilot/pkg-plist90
-rw-r--r--palm/p5-Palm-PalmDoc/Makefile20
-rw-r--r--palm/p5-Palm-PalmDoc/distinfo2
-rw-r--r--palm/p5-Palm-PalmDoc/pkg-descr4
-rw-r--r--palm/p5-Palm-PalmDoc/pkg-plist2
-rw-r--r--palm/pilot-link/Makefile63
-rw-r--r--palm/pilot-link/distinfo2
-rw-r--r--palm/pilot-link/files/patch-libpisock_freebsdusb.c36
-rw-r--r--palm/pilot-link/files/patch-popt__popthelp.c11
-rw-r--r--palm/pilot-link/files/patch-src_pilot-clip.c10
-rw-r--r--palm/pilot-link/files/patch-xml15
-rw-r--r--palm/pilot-link/pkg-descr6
-rw-r--r--palm/pilot-link/pkg-plist139
-rw-r--r--palm/pilot_makedoc/Makefile31
-rw-r--r--palm/pilot_makedoc/distinfo2
-rw-r--r--palm/pilot_makedoc/files/Makefile12
-rw-r--r--palm/pilot_makedoc/files/patch-makedoc7.cpp18
-rw-r--r--palm/pilot_makedoc/pkg-descr5
23 files changed, 0 insertions, 550 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 85dba4e90707..a0fbeaa4f6a0 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -3,11 +3,7 @@
COMMENT = Software support for handheld devices (Palm, PocketPC, ...)
- SUBDIR += jpilot
SUBDIR += p5-Palm
- SUBDIR += p5-Palm-PalmDoc
- SUBDIR += pilot-link
- SUBDIR += pilot_makedoc
SUBDIR += synce-libsynce
.include <bsd.port.subdir.mk>
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
deleted file mode 100644
index 110ce8db97d5..000000000000
--- a/palm/jpilot/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# Created by: Alex Varju <varju@webct.com>
-# $FreeBSD$
-
-# "?=" and "+=" are for including this Makefile from japanese/jpilot"
-
-PORTNAME= jpilot
-PORTVERSION= 1.8.2
-PORTREVISION= 7
-CATEGORIES+= palm comms
-MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \
- http://jpilot.org/
-
-MAINTAINER?= samm@os2.kiev.ua
-COMMENT= Desktop Organizer Software for the Palm Pilot
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= obsolete technology
-EXPIRATION_DATE= 2019-09-20
-
-LIB_DEPENDS= libpisock.so:palm/pilot-link \
- libgcrypt.so:security/libgcrypt
-
-USES= pkgconfig gmake libtool
-GNU_CONFIGURE= yes
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE}
-USE_GNOME+= gtk20 intltool
-INSTALL_TARGET= install-strip
-
-OPTIONS_DEFINE= DOCS NLS
-OPTIONS_SUB= yes
-
-NLS_USES= gettext
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES_OFF= gettext-tools
-
-post-build:
- cd ${WRKSRC}/docs && ${MAKE_CMD}
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dial.1 ${STAGEDIR}${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-dump.1 ${STAGEDIR}${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/docs/jpilot-sync.1 ${STAGEDIR}${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/docs/jpilot.1 ${STAGEDIR}${PREFIX}/man/man1
- @${MKDIR} ${STAGEDIR}${DATADIR}/icons
- ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${STAGEDIR}${DATADIR}/icons
- ${INSTALL_DATA} ${WRKSRC}/empty/*.pdb ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/jpilotrc.* ${STAGEDIR}${DATADIR}
-.for ext in html png jpg
- ${INSTALL_DATA} ${WRKSRC}/docs/*.${ext} ${STAGEDIR}${DOCSDIR}
-.endfor
-.for i in AUTHORS BUGS ChangeLog INSTALL README TODO
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/icons/README ${STAGEDIR}${DOCSDIR}/README.icons
-
-.include <bsd.port.mk>
diff --git a/palm/jpilot/distinfo b/palm/jpilot/distinfo
deleted file mode 100644
index e48008359f01..000000000000
--- a/palm/jpilot/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jpilot-1.8.2.tar.gz) = 2c28ed7acea27ae3d541036f2e2ca5ed7e0121badf477e3cfa5ec8d282337e23
-SIZE (jpilot-1.8.2.tar.gz) = 1740735
diff --git a/palm/jpilot/files/patch-Makefile.in b/palm/jpilot/files/patch-Makefile.in
deleted file mode 100644
index 57d5fdbc9d1b..000000000000
--- a/palm/jpilot/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2011-04-05 23:49:45.000000000 +0200
-+++ Makefile.in 2011-06-23 10:38:01.000000000 +0200
-@@ -356,7 +356,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons docs empty
-+SUBDIRS = m4 po Expense SyncTime KeyRing dialer icons empty
- EXTRA_DIST = config.rpath mkinstalldirs reconf autogen.sh \
- intltool-extract.in intltool-merge.in intltool-update.in gettext.h \
- ChangeLog ChangeLog.cvs \
diff --git a/palm/jpilot/pkg-descr b/palm/jpilot/pkg-descr
deleted file mode 100644
index 9adb93fd600a..000000000000
--- a/palm/jpilot/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-J-Pilot is a desktop organizer application for PalmOS devices. It is meant to
-be an alternative to the Palm Desktop for those who run the most popular
-Operating Systems in the World, Linux and Unix.
-
-WWW: http://jpilot.org/
diff --git a/palm/jpilot/pkg-plist b/palm/jpilot/pkg-plist
deleted file mode 100644
index 9424aa02ad30..000000000000
--- a/palm/jpilot/pkg-plist
+++ /dev/null
@@ -1,90 +0,0 @@
-bin/jpilot
-bin/jpilot-dump
-bin/jpilot-merge
-bin/jpilot-sync
-lib/jpilot/plugins/libexpense.so
-lib/jpilot/plugins/libkeyring.so
-lib/jpilot/plugins/libsynctime.so
-man/man1/jpilot-dial.1.gz
-man/man1/jpilot-dump.1.gz
-man/man1/jpilot-sync.1.gz
-man/man1/jpilot.1.gz
-share/applications/jpilot.desktop
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.icons
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/icons/README
-%%PORTDOCS%%%%DOCSDIR%%/icons/jpilot-icon1.xpm
-%%PORTDOCS%%%%DOCSDIR%%/icons/jpilot-icon2.xpm
-%%PORTDOCS%%%%DOCSDIR%%/icons/jpilot-icon3.xpm
-%%PORTDOCS%%%%DOCSDIR%%/icons/jpilot-icon4.xpm
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-address.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-datebook.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-expense.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-install.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-memo.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-1.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-2.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-3.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-4.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-5.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-6.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-7.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-prefs-8.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-print.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-search.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-todo.png
-%%PORTDOCS%%%%DOCSDIR%%/jpilot-toplogo.jpg
-%%PORTDOCS%%%%DOCSDIR%%/manual.html
-%%PORTDOCS%%%%DOCSDIR%%/plugin.html
-%%DATADIR%%/AddressDB.pdb
-%%DATADIR%%/CalendarDB-PDat.pdb
-%%DATADIR%%/ContactsDB-PAdd.pdb
-%%DATADIR%%/DatebookDB.pdb
-%%DATADIR%%/ExpenseDB.pdb
-%%DATADIR%%/MananaDB.pdb
-%%DATADIR%%/Memo32DB.pdb
-%%DATADIR%%/MemoDB.pdb
-%%DATADIR%%/MemosDB-PMem.pdb
-%%DATADIR%%/TasksDB-PTod.pdb
-%%DATADIR%%/ToDoDB.pdb
-%%DATADIR%%/icons/address.xpm
-%%DATADIR%%/icons/backup.xpm
-%%DATADIR%%/icons/cancel_sync.xpm
-%%DATADIR%%/icons/datebook.xpm
-%%DATADIR%%/icons/jpilot-icon1.xpm
-%%DATADIR%%/icons/jpilot-icon2.xpm
-%%DATADIR%%/icons/jpilot-icon3.xpm
-%%DATADIR%%/icons/jpilot-icon4.xpm
-%%DATADIR%%/icons/memo.xpm
-%%DATADIR%%/icons/sync.xpm
-%%DATADIR%%/icons/todo.xpm
-%%DATADIR%%/jpilotrc.blue
-%%DATADIR%%/jpilotrc.default
-%%DATADIR%%/jpilotrc.green
-%%DATADIR%%/jpilotrc.purple
-%%DATADIR%%/jpilotrc.steel
-%%NLS%%share/locale/ca/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/da/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/de/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/es/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/it/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/rw/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/jpilot.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/jpilot.mo
diff --git a/palm/p5-Palm-PalmDoc/Makefile b/palm/p5-Palm-PalmDoc/Makefile
deleted file mode 100644
index 8e060e645b8c..000000000000
--- a/palm/p5-Palm-PalmDoc/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Simon Dick <simond@irrelevant.org>
-# $FreeBSD$
-
-PORTNAME= Palm-PalmDoc
-PORTVERSION= 0.13
-PORTREVISION= 1
-CATEGORIES= palm perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= simond@irrelevant.org
-COMMENT= Perl 5 modules for reading and writing PalmDoc files
-
-DEPRECATED= obsolete technology
-EXPIRATION_DATE= 2019-09-20
-
-USES= perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/palm/p5-Palm-PalmDoc/distinfo b/palm/p5-Palm-PalmDoc/distinfo
deleted file mode 100644
index 06d0e31b5956..000000000000
--- a/palm/p5-Palm-PalmDoc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Palm-PalmDoc-0.13.tar.gz) = fc07374613ad7be93222ae627f3d6d3f9caf2e67aa12ee9c0067763fbddecff4
-SIZE (Palm-PalmDoc-0.13.tar.gz) = 7689
diff --git a/palm/p5-Palm-PalmDoc/pkg-descr b/palm/p5-Palm-PalmDoc/pkg-descr
deleted file mode 100644
index ad0cdc884dc8..000000000000
--- a/palm/p5-Palm-PalmDoc/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Perl extension for PalmDoc format. This module can format ASCII
-text into a PalmDoc PDB file
-
-WWW: https://metacpan.org/release/Palm-PalmDoc
diff --git a/palm/p5-Palm-PalmDoc/pkg-plist b/palm/p5-Palm-PalmDoc/pkg-plist
deleted file mode 100644
index 085df6f1f606..000000000000
--- a/palm/p5-Palm-PalmDoc/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%SITE_PERL%%/Palm/PalmDoc.pm
-%%PERL5_MAN3%%/Palm::PalmDoc.3.gz
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
deleted file mode 100644
index 3caa3530d035..000000000000
--- a/palm/pilot-link/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# Created by: Paul Traina <pst@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pilot-link
-PORTVERSION= 0.12.5
-PORTREVISION= 4
-PORTEPOCH= 1
-CATEGORIES= palm comms
-MASTER_SITES= http://downloads.pilot-link.org/ \
- http://miwibox.org/distfiles/
-
-MAINTAINER= samm@os2.kiev.ua
-COMMENT= Suite of tools to connect and sync your Palm handheld
-
-LICENSE= GPLv2
-
-DEPRECATED= obsolete technology
-EXPIRATION_DATE= 2019-09-20
-
-BUILD_DEPENDS= xsltproc:textproc/libxslt
-
-GNU_CONFIGURE= yes
-CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include
-CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc
-INSTALL_TARGET= install-strip
-USES= iconv libtool pathfix pkgconfig readline tar:bzip2
-USE_LDCONFIG= yes
-
-OPTIONS_DEFINE= PNG THREADS USB
-USB_DESC= Compile with USB via libusb support (READ MANUAL!)
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTHREADS}
-CONFIGURE_ARGS+= --enable-threads
-.endif
-
-.if ${PORT_OPTIONS:MUSB}
-CONFIGURE_ARGS+=--enable-libusb
-LDFLAGS+= -L${PREFIX}/lib -lusb
-
-.if ! ${PORT_OPTIONS:MTHREADS}
-IGNORE= cannot be built: USB support requires THREADS turned on. Please reconfigure using 'make config'
-.endif
-.endif
-
-.if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+= libpng.so:graphics/png
-CONFIGURE_ARGS+= --with-libpng=${PREFIX}
-.else
-CONFIGURE_ARGS+= --disable-png
-.endif
-
-post-patch:
- @${REINPLACE_CMD} '/enable_werror="yes"/d' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \
- -e 's|png_error_ptr_NULL|NULL|g' \
- ${WRKSRC}/src/pilot-read-notepad.c \
- ${WRKSRC}/src/pilot-read-palmpix.c \
- ${WRKSRC}/src/pilot-read-screenshot.c \
- ${WRKSRC}/src/pilot-read-veo.c
-
-.include <bsd.port.mk>
diff --git a/palm/pilot-link/distinfo b/palm/pilot-link/distinfo
deleted file mode 100644
index 3f572deb8ffe..000000000000
--- a/palm/pilot-link/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pilot-link-0.12.5.tar.bz2) = d3f99ec04016b38995fb370265200254710318105c792c017d3aaccfb97a84b2
-SIZE (pilot-link-0.12.5.tar.bz2) = 1578735
diff --git a/palm/pilot-link/files/patch-libpisock_freebsdusb.c b/palm/pilot-link/files/patch-libpisock_freebsdusb.c
deleted file mode 100644
index 811c8e54d937..000000000000
--- a/palm/pilot-link/files/patch-libpisock_freebsdusb.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- libpisock/freebsdusb.c.orig 2006-10-12 16:21:22.000000000 +0200
-+++ libpisock/freebsdusb.c 2009-06-18 13:05:35.383212316 +0200
-@@ -48,7 +48,15 @@
-
- #if defined(__FreeBSD__)
- /* freebsd usb header */
-+#include <sys/param.h>
- #include <dev/usb/usb.h>
-+#if __FreeBSD_version+0 >= 800092
-+#include <dev/usb/usb_ioctl.h>
-+#else
-+/* redefine to legacy names, so this continues to build on FreeBSD 7.x */
-+#define USB_SET_TX_TIMEOUT USB_SET_TIMEOUT
-+#define USB_SET_RX_SHORT_XFER USB_SET_SHORT_XFER
-+#endif
- #define MAX_BUF 256
- #endif
-
-@@ -173,7 +181,7 @@
- will don't know exactly
- what is coming so we can't specify exact byte amounts */
- i = 1;
-- if (ioctl(endpoint_fd, USB_SET_SHORT_XFER, &i) < 0) {
-+ if (ioctl(endpoint_fd, USB_SET_RX_SHORT_XFER, &i) < 0) {
- LOG((PI_DBG_DEV, PI_DBG_LVL_WARN,
- "DEV USB_SET_SHORT_XFER USB FreeBSD fd: %d failed\n",
- endpoint_fd));
-@@ -182,7 +190,7 @@
- /* 0 timeout value will cause us the wait until the device has data
- available or is disconnected */
- i = 0;
-- if (ioctl(endpoint_fd, USB_SET_TIMEOUT, &i) < 0) {
-+ if (ioctl(endpoint_fd, USB_SET_TX_TIMEOUT, &i) < 0) {
- LOG((PI_DBG_DEV, PI_DBG_LVL_WARN,
- "DEV USB_SET_TIMEOUT USB FreeBSD fd: %d failed\n",
- endpoint_fd));
diff --git a/palm/pilot-link/files/patch-popt__popthelp.c b/palm/pilot-link/files/patch-popt__popthelp.c
deleted file mode 100644
index ae0fb32d1736..000000000000
--- a/palm/pilot-link/files/patch-popt__popthelp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- popt/popthelp.c.orig 2004-08-25 15:06:39 UTC
-+++ popt/popthelp.c
-@@ -683,7 +683,7 @@
- s[0] = '\0';
- /*@-branchstate@*/ /* FIX: W2DO? */
- if (str == NULL) {
-- memset(s, 0, sizeof(s));
-+ memset(s, 0, 300);
- str = s;
- }
- /*@=branchstate@*/
diff --git a/palm/pilot-link/files/patch-src_pilot-clip.c b/palm/pilot-link/files/patch-src_pilot-clip.c
deleted file mode 100644
index 890c6ac60b61..000000000000
--- a/palm/pilot-link/files/patch-src_pilot-clip.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/pilot-clip.c.orig Sun Aug 6 16:55:58 2006
-+++ src/pilot-clip.c Tue Nov 21 19:24:15 2006
-@@ -18,6 +18,7 @@
- */
-
- #include <stdio.h>
-+#include <sys/types.h>
- #include <netinet/in.h>
-
- #include "pi-source.h"
diff --git a/palm/pilot-link/files/patch-xml b/palm/pilot-link/files/patch-xml
deleted file mode 100644
index 7af0485dd0e4..000000000000
--- a/palm/pilot-link/files/patch-xml
+++ /dev/null
@@ -1,15 +0,0 @@
---- doc/xml/Makefile.in.orig Thu Jul 12 00:00:51 2007
-+++ doc/xml/Makefile.in Thu Jul 12 00:01:25 2007
-@@ -587,9 +587,9 @@
-
-
- all:
-- $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(top_srcdir)/doc/man/ \
-- $(top_srcdir)/doc/xml/docbook.xsl \
-- $(top_srcdir)/doc/xml/pilot-link.docbook
-+# $(XSLTPROC) $(XSLTPROC_FLAGS) -o $(top_srcdir)/doc/man/ \
-+# $(top_srcdir)/doc/xml/docbook.xsl \
-+# $(top_srcdir)/doc/xml/pilot-link.docbook
-
- distclean-local:
- $(RM) -f xml/catalog.xml
diff --git a/palm/pilot-link/pkg-descr b/palm/pilot-link/pkg-descr
deleted file mode 100644
index 1fe1e3b2d1a0..000000000000
--- a/palm/pilot-link/pkg-descr
+++ /dev/null
@@ -1,6 +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.
-
-WWW: http://www.pilot-link.org/
diff --git a/palm/pilot-link/pkg-plist b/palm/pilot-link/pkg-plist
deleted file mode 100644
index e7698c73c954..000000000000
--- a/palm/pilot-link/pkg-plist
+++ /dev/null
@@ -1,139 +0,0 @@
-bin/pilot-addresses
-bin/pilot-clip
-bin/pilot-csd
-bin/pilot-debugsh
-bin/pilot-dedupe
-bin/pilot-dlpsh
-bin/pilot-file
-bin/pilot-foto
-bin/pilot-foto-treo600
-bin/pilot-foto-treo650
-bin/pilot-getram
-bin/pilot-getrom
-bin/pilot-getromtoken
-bin/pilot-hinotes
-bin/pilot-install-datebook
-bin/pilot-install-expenses
-bin/pilot-install-hinote
-bin/pilot-install-memo
-bin/pilot-install-netsync
-bin/pilot-install-todo
-bin/pilot-install-todos
-bin/pilot-install-user
-bin/pilot-memos
-bin/pilot-nredir
-bin/pilot-read-expenses
-bin/pilot-read-ical
-bin/pilot-read-notepad
-bin/pilot-read-palmpix
-bin/pilot-read-screenshot
-bin/pilot-read-todos
-bin/pilot-read-veo
-bin/pilot-reminders
-bin/pilot-schlep
-bin/pilot-wav
-bin/pilot-xfer
-include/pi-address.h
-include/pi-appinfo.h
-include/pi-args.h
-include/pi-bluetooth.h
-include/pi-buffer.h
-include/pi-cmp.h
-include/pi-contact.h
-include/pi-datebook.h
-include/pi-debug.h
-include/pi-dlp.h
-include/pi-error.h
-include/pi-expense.h
-include/pi-file.h
-include/pi-foto.h
-include/pi-header.h
-include/pi-hinote.h
-include/pi-inet.h
-include/pi-macros.h
-include/pi-mail.h
-include/pi-md5.h
-include/pi-memo.h
-include/pi-money.h
-include/pi-net.h
-include/pi-notepad.h
-include/pi-padp.h
-include/pi-palmpix.h
-include/pi-serial.h
-include/pi-slp.h
-include/pi-sockaddr.h
-include/pi-socket.h
-include/pi-source.h
-include/pi-sync.h
-include/pi-sys.h
-include/pi-syspkt.h
-include/pi-threadsafe.h
-include/pi-todo.h
-include/pi-usb.h
-include/pi-util.h
-include/pi-veo.h
-include/pi-versamail.h
-include/pi-version.h
-include/pi-blob.h
-include/pi-calendar.h
-include/pi-location.h
-lib/libpisock.a
-lib/libpisock.so
-lib/libpisock.so.9
-lib/libpisock.so.9.0.2
-lib/libpisync.a
-lib/libpisync.so
-lib/libpisync.so.1
-lib/libpisync.so.1.0.3
-libdata/pkgconfig/pilot-link.pc
-share/aclocal/pilot-link.m4
-%%DATADIR%%/pix/b1.gif
-%%DATADIR%%/pix/b2.gif
-%%DATADIR%%/pix/b3.gif
-%%DATADIR%%/pix/b4.gif
-%%DATADIR%%/pix/b5.gif
-%%DATADIR%%/pix/b6.gif
-%%DATADIR%%/pix/b7.gif
-%%DATADIR%%/pix/case.gif
-%%DATADIR%%/pix/case.xbm
-%%DATADIR%%/pix/casemask.xbm
-%%DATADIR%%/prc/getrom.prc
-%%DATADIR%%/prc/getrom2.prc
-%%DATADIR%%/udev/60-libpisock.rules
-man/man1/ietf2datebook.1.gz
-man/man1/pilot-install-datebook.1.gz
-man/man1/pilot-install-expenses.1.gz
-man/man1/pilot-install-hinote.1.gz
-man/man1/pilot-install-memo.1.gz
-man/man1/pilot-install-netsync.1.gz
-man/man1/pilot-install-todo.1.gz
-man/man1/pilot-install-todos.1.gz
-man/man1/pilot-install-user.1.gz
-man/man1/pilot-addresses.1.gz
-man/man1/pilot-clip.1.gz
-man/man1/pilot-csd.1.gz
-man/man1/pilot-debugsh.1.gz
-man/man1/pilot-dedupe.1.gz
-man/man1/pilot-dlpsh.1.gz
-man/man1/pilot-file.1.gz
-man/man1/pilot-foto.1.gz
-man/man1/pilot-foto-treo600.1.gz
-man/man1/pilot-foto-treo650.1.gz
-man/man1/pilot-getram.1.gz
-man/man1/pilot-getrom.1.gz
-man/man1/pilot-getromtoken.1.gz
-man/man1/pilot-hinotes.1.gz
-man/man1/pilot-memos.1.gz
-man/man1/pilot-nredir.1.gz
-man/man1/pilot-reminders.1.gz
-man/man1/pilot-schlep.1.gz
-man/man1/pilot-wav.1.gz
-man/man1/pilot-xfer.1.gz
-man/man1/pilot-read-expenses.1.gz
-man/man1/pilot-read-ical.1.gz
-man/man1/pilot-read-notepad.1.gz
-man/man1/pilot-read-palmpix.1.gz
-man/man1/pilot-read-screenshot.1.gz
-man/man1/pilot-read-todos.1.gz
-man/man1/pilot-read-veo.1.gz
-man/man7/pilot-link.7.gz
diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile
deleted file mode 100644
index af15953a09ac..000000000000
--- a/palm/pilot_makedoc/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: jfitz@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= pilot_makedoc
-PORTVERSION= 0.7a
-PORTREVISION= 1
-CATEGORIES= palm textproc
-MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \
- ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/
-DISTNAME= makedoc7
-EXTRACT_SUFX= .cpp
-
-MAINTAINER= simond@irrelevant.org
-COMMENT= Converts text into the Doc format used by PalmPilots
-
-DEPRECATED= obsolete technology
-EXPIRATION_DATE= 2019-09-20
-
-NO_WRKSUBDIR= yes
-PLIST_FILES= bin/pilot_makedoc
-ALL_TARGET= pilot_makedoc
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pilot_makedoc ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/palm/pilot_makedoc/distinfo b/palm/pilot_makedoc/distinfo
deleted file mode 100644
index fe856babe104..000000000000
--- a/palm/pilot_makedoc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (makedoc7.cpp) = cd1905a69e959a5f5753022de021b3c736bec32209939fd6c234ca7edd9b12a9
-SIZE (makedoc7.cpp) = 17357
diff --git a/palm/pilot_makedoc/files/Makefile b/palm/pilot_makedoc/files/Makefile
deleted file mode 100644
index d7c9bd12913c..000000000000
--- a/palm/pilot_makedoc/files/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# $FreeBSD$
-#
-
-CXX?= g++
-CXXFLAGS?=-O2
-
-pilot_makedoc: makedoc7.cpp
- ${CXX} ${CXXFLAGS} -o pilot_makedoc makedoc7.cpp
-
-#
-# EOF
diff --git a/palm/pilot_makedoc/files/patch-makedoc7.cpp b/palm/pilot_makedoc/files/patch-makedoc7.cpp
deleted file mode 100644
index f1cf39902187..000000000000
--- a/palm/pilot_makedoc/files/patch-makedoc7.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- makedoc7.cpp.orig Wed Mar 13 21:37:41 2002
-+++ makedoc7.cpp Wed Mar 13 21:39:39 2002
-@@ -589,7 +589,7 @@
- printf("\n -n builds the .prc file without compression");
- printf("\n -b option compresses/decompresses binary");
- #if UNIX
-- printf("\n");
-+ printf("\n\n");
- #endif
- exit(1);
- }
-@@ -746,5 +746,6 @@
- fclose(fin);
- fclose(fout);
- }
-+ printf("\n");
- exit(0);
- }
diff --git a/palm/pilot_makedoc/pkg-descr b/palm/pilot_makedoc/pkg-descr
deleted file mode 100644
index 81cf09f70601..000000000000
--- a/palm/pilot_makedoc/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-makedoc is a utility for compressing and converting text files into the Doc
-standard. Doc is a program by Rick Bram to display text files on many popular
-PDAs, such as the USR PalmPilot.
-
-WWW: http://www.concentric.net/~rbram/