From 5631c5498fd0fb54fe49316ace00412a2c09d9b5 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 13 Jan 2003 12:39:31 +0000 Subject: The jpilot-expense and jpilot-synctime are included in the jpilot-0.99.3 package -- remove the separate packages. --- comms/Makefile | 4 +--- comms/jpilot-expense/DESCR | 2 -- comms/jpilot-expense/Makefile | 34 ---------------------------------- comms/jpilot-expense/PLIST | 6 ------ comms/jpilot-expense/distinfo | 4 ---- comms/jpilot-synctime/DESCR | 1 - comms/jpilot-synctime/Makefile | 34 ---------------------------------- comms/jpilot-synctime/PLIST | 6 ------ comms/jpilot-synctime/distinfo | 4 ---- 9 files changed, 1 insertion(+), 94 deletions(-) delete mode 100644 comms/jpilot-expense/DESCR delete mode 100644 comms/jpilot-expense/Makefile delete mode 100644 comms/jpilot-expense/PLIST delete mode 100644 comms/jpilot-expense/distinfo delete mode 100644 comms/jpilot-synctime/DESCR delete mode 100644 comms/jpilot-synctime/Makefile delete mode 100644 comms/jpilot-synctime/PLIST delete mode 100644 comms/jpilot-synctime/distinfo (limited to 'comms') diff --git a/comms/Makefile b/comms/Makefile index f686db0a88b..0f352c3f880 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2003/01/11 02:57:11 rh Exp $ +# $NetBSD: Makefile,v 1.46 2003/01/13 12:39:31 wiz Exp $ # COMMENT= Communication utilities @@ -18,9 +18,7 @@ SUBDIR+= gsmlib SUBDIR+= hylafax SUBDIR+= ifcico-cm SUBDIR+= jpilot -SUBDIR+= jpilot-expense SUBDIR+= jpilot-syncmal -SUBDIR+= jpilot-synctime SUBDIR+= kermit SUBDIR+= lrzsz SUBDIR+= malsync diff --git a/comms/jpilot-expense/DESCR b/comms/jpilot-expense/DESCR deleted file mode 100644 index 513bbb4a8a8..00000000000 --- a/comms/jpilot-expense/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Expense synchronizes the Expense application data files between the server -and the PDA. diff --git a/comms/jpilot-expense/Makefile b/comms/jpilot-expense/Makefile deleted file mode 100644 index 8bb726daba8..00000000000 --- a/comms/jpilot-expense/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2002/09/21 07:24:04 jlam Exp $ - -DISTNAME= jpilot-0.99 -PKGNAME= jpilot-expense-0.99 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${DISTNAME}/Expense -CATEGORIES= comms -MASTER_SITES= http://jpilot.org/ - -MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://jpilot.org/ -COMMENT= Expense synchronization plugin for J-Pilot - -BUILDLINK_DEPMETHOD.jpilot= full - -USE_BUILDLINK2= # defined -USE_X11= # defined -USE_LIBTOOL= # defined - -GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" -CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}" - -PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins -PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///} - -post-extract: - ${RM} -f ${WRKSRC}/../libtool - ${LN} -sf ${PKGLIBTOOL} ${WRKSRC}/../libtool - -.include "../../comms/jpilot/buildlink2.mk" -.include "../../comms/pilot-link-libs/buildlink2.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/comms/jpilot-expense/PLIST b/comms/jpilot-expense/PLIST deleted file mode 100644 index edacc9d379c..00000000000 --- a/comms/jpilot-expense/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:44:11 zuntum Exp $ -${PLUGINSDIR}/libexpense.a -${PLUGINSDIR}/libexpense.la -${PLUGINSDIR}/libexpense.so -${PLUGINSDIR}/libexpense.so.1 -${PLUGINSDIR}/libexpense.so.1.1 diff --git a/comms/jpilot-expense/distinfo b/comms/jpilot-expense/distinfo deleted file mode 100644 index ddd502da797..00000000000 --- a/comms/jpilot-expense/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:04:20 agc Exp $ - -SHA1 (jpilot-0.99.tar.gz) = d52e4b31872c1b20bf882c8a062fdb954c8f4b1f -Size (jpilot-0.99.tar.gz) = 488619 bytes diff --git a/comms/jpilot-synctime/DESCR b/comms/jpilot-synctime/DESCR deleted file mode 100644 index dd0d2b3f87e..00000000000 --- a/comms/jpilot-synctime/DESCR +++ /dev/null @@ -1 +0,0 @@ -SyncTime synchronizes the time between the server and the PDA. diff --git a/comms/jpilot-synctime/Makefile b/comms/jpilot-synctime/Makefile deleted file mode 100644 index 7d9361845f8..00000000000 --- a/comms/jpilot-synctime/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2002/09/21 07:25:55 jlam Exp $ - -DISTNAME= jpilot-0.99 -PKGNAME= jpilot-synctime-0.99 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${DISTNAME}/SyncTime -CATEGORIES= comms -MASTER_SITES= http://jpilot.org/ - -MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://jpilot.org/ -COMMENT= Time synchronization plugin for J-Pilot - -BUILDLINK_DEPMETHOD.jpilot= full - -USE_BUILDLINK2= # defined -USE_X11= # defined -USE_LIBTOOL= # defined - -GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" -CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}" - -PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins -PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///} - -post-extract: - ${RM} -f ${WRKSRC}/../libtool - ${LN} -sf ${PKGLIBTOOL} ${WRKSRC}/../libtool - -.include "../../comms/jpilot/buildlink2.mk" -.include "../../comms/pilot-link-libs/buildlink2.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/comms/jpilot-synctime/PLIST b/comms/jpilot-synctime/PLIST deleted file mode 100644 index f56fb66d737..00000000000 --- a/comms/jpilot-synctime/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:44:13 zuntum Exp $ -${PLUGINSDIR}/libsynctime.a -${PLUGINSDIR}/libsynctime.la -${PLUGINSDIR}/libsynctime.so -${PLUGINSDIR}/libsynctime.so.1 -${PLUGINSDIR}/libsynctime.so.1.1 diff --git a/comms/jpilot-synctime/distinfo b/comms/jpilot-synctime/distinfo deleted file mode 100644 index ddd502da797..00000000000 --- a/comms/jpilot-synctime/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:04:20 agc Exp $ - -SHA1 (jpilot-0.99.tar.gz) = d52e4b31872c1b20bf882c8a062fdb954c8f4b1f -Size (jpilot-0.99.tar.gz) = 488619 bytes -- cgit v1.2.3