diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-13 12:39:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-13 12:39:31 +0000 |
commit | 5631c5498fd0fb54fe49316ace00412a2c09d9b5 (patch) | |
tree | 1f20c59cebfe9aaa70dcf4d01ad7591819d14aeb /comms | |
parent | 556593666789b8d2c6cd16758c439a69f4a5c9d7 (diff) | |
download | pkgsrc-5631c5498fd0fb54fe49316ace00412a2c09d9b5.tar.gz |
The jpilot-expense and jpilot-synctime are included in the jpilot-0.99.3
package -- remove the separate packages.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot-expense/DESCR | 2 | ||||
-rw-r--r-- | comms/jpilot-expense/Makefile | 34 | ||||
-rw-r--r-- | comms/jpilot-expense/PLIST | 6 | ||||
-rw-r--r-- | comms/jpilot-expense/distinfo | 4 | ||||
-rw-r--r-- | comms/jpilot-synctime/DESCR | 1 | ||||
-rw-r--r-- | comms/jpilot-synctime/Makefile | 34 | ||||
-rw-r--r-- | comms/jpilot-synctime/PLIST | 6 | ||||
-rw-r--r-- | comms/jpilot-synctime/distinfo | 4 |
9 files changed, 1 insertions, 94 deletions
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 |