diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 15:27:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 15:27:39 +0000 |
commit | 5a0ca50d2e70852013e10c68bf1a647154913283 (patch) | |
tree | c97700d13b26be312579dd5dee48e6815b1b2116 | |
parent | d39829efda1a15974da75961670ca027e0970559 (diff) | |
download | pkgsrc-5a0ca50d2e70852013e10c68bf1a647154913283.tar.gz |
Improve COMMENT, from FreeBSD ports.
-rw-r--r-- | comms/synce-dccm/Makefile | 4 | ||||
-rw-r--r-- | comms/synce-librapi2/Makefile | 4 | ||||
-rw-r--r-- | comms/synce-libsynce/Makefile | 6 | ||||
-rw-r--r-- | comms/synce-serial/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/comms/synce-dccm/Makefile b/comms/synce-dccm/Makefile index 0e5ac400577..b77a75f6010 100644 --- a/comms/synce-dccm/Makefile +++ b/comms/synce-dccm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:05:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/13 15:27:39 wiz Exp $ # DISTNAME= synce-dccm-0.9.1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://synce.sourceforge.net/ -COMMENT= SynCE communication application +COMMENT= Listener daemon for connections from WinCE devices USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/comms/synce-librapi2/Makefile b/comms/synce-librapi2/Makefile index 946a4eddb47..424a184b685 100644 --- a/comms/synce-librapi2/Makefile +++ b/comms/synce-librapi2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:03:42 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/13 15:27:40 wiz Exp $ # DISTNAME= synce-librapi2-0.9.1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://synce.sourceforge.net/ -COMMENT= SynCE RAPI library +COMMENT= Utilities/libraries to make RAPI calls on WinCE devices USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/comms/synce-libsynce/Makefile b/comms/synce-libsynce/Makefile index 4a28e56c564..b0e1756ef93 100644 --- a/comms/synce-libsynce/Makefile +++ b/comms/synce-libsynce/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:00:13 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/13 15:27:40 wiz Exp $ # DISTNAME= synce-libsynce-0.9.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://synce.sourceforge.net/ -COMMENT= SynCE Library +COMMENT= Library to support communication with WinCE devices USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/comms/synce-serial/Makefile b/comms/synce-serial/Makefile index 229e04c1dc6..02b934aeedd 100644 --- a/comms/synce-serial/Makefile +++ b/comms/synce-serial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 15:08:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/13 15:27:40 wiz Exp $ # DISTNAME= synce-serial-0.9.1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://synce.sourceforge.net/ -COMMENT= SynCE helper scripts for setting up a serial connection +COMMENT= Wrappers for pppd to initiate communications with WinCE devices USE_LIBTOOL= yes GNU_CONFIGURE= yes |