diff options
author | itohy <itohy@pkgsrc.org> | 2005-04-21 03:15:00 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2005-04-21 03:15:00 +0000 |
commit | b4b9530833160300026ce27591b0feca9fdffc75 (patch) | |
tree | 715887974cc78cfa4d0b1369fc4564d90110bb92 /comms | |
parent | 690be78f0dd01fa35f621228110f3f6e9a4c2cb9 (diff) | |
download | pkgsrc-b4b9530833160300026ce27591b0feca9fdffc75.tar.gz |
A simple command-line tool to manipulate data of
Kyocera AIR-EDGE PHONE AH-K3001V.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kyopon/DESCR | 4 | ||||
-rw-r--r-- | comms/kyopon/Makefile | 16 | ||||
-rw-r--r-- | comms/kyopon/PLIST | 4 | ||||
-rw-r--r-- | comms/kyopon/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/comms/kyopon/DESCR b/comms/kyopon/DESCR new file mode 100644 index 00000000000..9d179cf3cbc --- /dev/null +++ b/comms/kyopon/DESCR @@ -0,0 +1,4 @@ +kyopon(1) is a simple command-line tool to manipulate data of +Kyocera AIR-EDGE PHONE AH-K3001V. + +This tool uses ukyopon(4) device driver. diff --git a/comms/kyopon/Makefile b/comms/kyopon/Makefile new file mode 100644 index 00000000000..ab3a1efaa3a --- /dev/null +++ b/comms/kyopon/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/04/21 03:15:00 itohy Exp $ + +DISTNAME= kyopon-0.1 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= itohy@NetBSD.org +#HOMEPAGE= +COMMENT= tool to manipulate data of Kyocera AIR-EDGE PHONE + +ONLY_FOR_PLATFORM= NetBSD-*-* + +MAKE_FLAGS+= BINDIR="${PREFIX}/bin" +MAKE_FLAGS+= MANDIR="${PREFIX}/man" + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/kyopon/PLIST b/comms/kyopon/PLIST new file mode 100644 index 00000000000..ad335730549 --- /dev/null +++ b/comms/kyopon/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/21 03:15:00 itohy Exp $ +bin/kyopon +man/cat1/kyopon.0 +man/man1/kyopon.1 diff --git a/comms/kyopon/distinfo b/comms/kyopon/distinfo new file mode 100644 index 00000000000..2e7637bb68b --- /dev/null +++ b/comms/kyopon/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/04/21 03:15:00 itohy Exp $ + +SHA1 (kyopon-0.1.tar.gz) = e8feeb249c627bee0989653a258104839fea5211 +RMD160 (kyopon-0.1.tar.gz) = 12d955bdcf504852a80c2253f1f4540e50878034 +Size (kyopon-0.1.tar.gz) = 16460 bytes |