diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 15:05:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 15:05:16 +0000 |
commit | d454aa39decfab60a05e548d875f2f075d2dc720 (patch) | |
tree | 2a499e2749dcfcf2d4c3ee41bc8fc521b55d89a2 /comms/synce-dccm | |
parent | 5b0c9269c8568d916770113cf1b11259889ac6dc (diff) | |
download | pkgsrc-d454aa39decfab60a05e548d875f2f075d2dc720.tar.gz |
Initial import of synce-dccm-0.9.1:
DCCM is part of the SynCE project.
This daemon is required to be able to communicate with a handheld
device.
Diffstat (limited to 'comms/synce-dccm')
-rw-r--r-- | comms/synce-dccm/DESCR | 4 | ||||
-rw-r--r-- | comms/synce-dccm/Makefile | 16 | ||||
-rw-r--r-- | comms/synce-dccm/PLIST | 5 | ||||
-rw-r--r-- | comms/synce-dccm/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/comms/synce-dccm/DESCR b/comms/synce-dccm/DESCR new file mode 100644 index 00000000000..97dd91e32bd --- /dev/null +++ b/comms/synce-dccm/DESCR @@ -0,0 +1,4 @@ +DCCM is part of the SynCE project. + +This daemon is required to be able to communicate with a handheld +device. diff --git a/comms/synce-dccm/Makefile b/comms/synce-dccm/Makefile new file mode 100644 index 00000000000..0e5ac400577 --- /dev/null +++ b/comms/synce-dccm/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:05:16 wiz Exp $ +# + +DISTNAME= synce-dccm-0.9.1 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://synce.sourceforge.net/ +COMMENT= SynCE communication application + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../comms/synce-libsynce/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/synce-dccm/PLIST b/comms/synce-dccm/PLIST new file mode 100644 index 00000000000..479c1a0b785 --- /dev/null +++ b/comms/synce-dccm/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 15:05:16 wiz Exp $ +bin/dccm +bin/synce-sound +man/man1/dccm.1 +man/man1/synce-sound.1 diff --git a/comms/synce-dccm/distinfo b/comms/synce-dccm/distinfo new file mode 100644 index 00000000000..6f1454e5ad7 --- /dev/null +++ b/comms/synce-dccm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/13 15:05:16 wiz Exp $ + +SHA1 (synce-dccm-0.9.1.tar.gz) = d43a89844ae7031b1eac0ebbe34ef910c964fc5f +RMD160 (synce-dccm-0.9.1.tar.gz) = 80475bdf2cc7fa5869b3cc18872f4c0782643200 +Size (synce-dccm-0.9.1.tar.gz) = 292930 bytes |