diff options
author | itohy <itohy> | 2008-01-18 14:40:19 +0000 |
---|---|---|
committer | itohy <itohy> | 2008-01-18 14:40:19 +0000 |
commit | 6058ba1ee402f81d2f644447dd23d5e567cc0a80 (patch) | |
tree | 904aa6f5e7e819b64b59f424203e50b8b4b74921 /comms/kyopon | |
parent | 6a202b787ee23b2c9cf4fd175fd9b7bac71a4a4e (diff) | |
download | pkgsrc-6058ba1ee402f81d2f644447dd23d5e567cc0a80.tar.gz |
Update to kyopon-0.5.
- Change "AIR-EDGE PHONE" to "PHS handset" since Willcom doesn't use the term
any longer.
- Add support for "Photo" folder (and any unknown folders).
- Remove checking against 1.5MB limit, since new models have more capacity.
Result of writing too large file is unknown.
- Make sure reading non-existent file on the handset will be properly warned.
- Add Linux support (but do not enable since it requires non-standard driver).
Diffstat (limited to 'comms/kyopon')
-rw-r--r-- | comms/kyopon/DESCR | 2 | ||||
-rw-r--r-- | comms/kyopon/Makefile | 6 | ||||
-rw-r--r-- | comms/kyopon/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/comms/kyopon/DESCR b/comms/kyopon/DESCR index fc7c6bc66e9..3b2db17697a 100644 --- a/comms/kyopon/DESCR +++ b/comms/kyopon/DESCR @@ -1,4 +1,4 @@ kyopon(1) is a simple command-line tool to manipulate data of -Kyocera AIR-EDGE PHONE AH-K3001V/AH-K3002V. +Kyocera PHS handset This tool uses ukyopon(4) device driver. diff --git a/comms/kyopon/Makefile b/comms/kyopon/Makefile index 69a7d52cc63..3f43ef4b1c2 100644 --- a/comms/kyopon/Makefile +++ b/comms/kyopon/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2006/07/13 11:52:28 itohy Exp $ +# $NetBSD: Makefile,v 1.8 2008/01/18 14:40:19 itohy Exp $ -DISTNAME= kyopon-0.4 +DISTNAME= kyopon-0.5 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= itohy@NetBSD.org #HOMEPAGE= -COMMENT= tool to manipulate data of Kyocera AIR-EDGE PHONE +COMMENT= tool to manipulate data of Kyocera PHS handset ONLY_FOR_PLATFORM= NetBSD-*-* DragonFly-*-* diff --git a/comms/kyopon/distinfo b/comms/kyopon/distinfo index 99eac953899..8ea3aba6dd2 100644 --- a/comms/kyopon/distinfo +++ b/comms/kyopon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/07/13 11:52:28 itohy Exp $ +$NetBSD: distinfo,v 1.6 2008/01/18 14:40:19 itohy Exp $ -SHA1 (kyopon-0.4.tar.gz) = 84ea7431aae573e64757f66f75617c4d92720c13 -RMD160 (kyopon-0.4.tar.gz) = 107e7c2ac04ed1e338cba6facdc7e048d56d74e1 -Size (kyopon-0.4.tar.gz) = 16756 bytes +SHA1 (kyopon-0.5.tar.gz) = e85e3fcf85c884464a17584bffbb70891f68ca56 +RMD160 (kyopon-0.5.tar.gz) = 456d5c5d97967e2fae8625f128bf942e80b93f55 +Size (kyopon-0.5.tar.gz) = 17167 bytes |