diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 06:19:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 06:19:51 +0000 |
commit | 67b498a63bbbaa67eafdd2aa7f6a5f3360b70c8e (patch) | |
tree | e5e577980174748ffa5524784a2c3ace295e56f1 /graphics/qvplay | |
parent | Some corrections, also copy correct tmac files over. (diff) |
Downloading tool for Casio QV series digital camera.
PR: 3521
Submitted by: itojun@itojun.org
Diffstat (limited to 'graphics/qvplay')
-rw-r--r-- | graphics/qvplay/Makefile | 34 | ||||
-rw-r--r-- | graphics/qvplay/distinfo | 1 | ||||
-rw-r--r-- | graphics/qvplay/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/qvplay/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/qvplay/pkg-message | 2 | ||||
-rw-r--r-- | graphics/qvplay/pkg-plist | 11 |
6 files changed, 60 insertions, 0 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile new file mode 100644 index 000000000000..5080e449e575 --- /dev/null +++ b/graphics/qvplay/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: qvplay +# Date created: 2 May 1997 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id$ +# + +DISTNAME= qvplay-0.92 +PKGNAME= qvplay +CATEGORIES= graphics +MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ + +MAINTAINER= itojun@itojun.org + +RESTRICTED= "Redistribution prohibited since it is in beta test period" + +WRKSRC= ${WRKDIR}/QVplay092/obj/FreeBSD +GNU_CONFIGURE= yes + +DOC= README README.eng README.FreeBSD FAQ.txt HISTORY PROTOCOL.txt \ + PROTOCOL.eng + +pre-configure: + @( cd ${WRKDIR}/QVplay092; ./setup FreeBSD ) + +post-install: + ${MKDIR} ${PREFIX}/share/doc/qvplay + for i in ${DOC}; do \ + ${INSTALL_DATA} ${WRKSRC}/../../$$i \ + ${PREFIX}/share/doc/qvplay; \ + done + ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/graphics/qvplay/distinfo b/graphics/qvplay/distinfo new file mode 100644 index 000000000000..b46845ccc05c --- /dev/null +++ b/graphics/qvplay/distinfo @@ -0,0 +1 @@ +MD5 (qvplay-0.92.tar.gz) = 72422f1511c1f8c75a1f1961581e0ee9 diff --git a/graphics/qvplay/pkg-comment b/graphics/qvplay/pkg-comment new file mode 100644 index 000000000000..37ddb3035561 --- /dev/null +++ b/graphics/qvplay/pkg-comment @@ -0,0 +1 @@ +digital camera downloading tool for Casio QV series diff --git a/graphics/qvplay/pkg-descr b/graphics/qvplay/pkg-descr new file mode 100644 index 000000000000..e091426f691c --- /dev/null +++ b/graphics/qvplay/pkg-descr @@ -0,0 +1,11 @@ +qvplay + Downloading tool for Casio QV series digital camera. + Known to work with: + - Casio QV-10/10A/11/100 + - Casio QV-30/300 + (The word "plus" in the US product name "Casio QV-10*plus*" + means bundled kit, so you need not to worry about the word "plus") + +AUTHOR CONTACT + Ken-ichi Hayashi <xg2k-hys@asahi-net.or.jp> + Jun-ichiro itojun Itoh <itojun@itojun.org> diff --git a/graphics/qvplay/pkg-message b/graphics/qvplay/pkg-message new file mode 100644 index 000000000000..1f7131495675 --- /dev/null +++ b/graphics/qvplay/pkg-message @@ -0,0 +1,2 @@ +qvplay has been installed. +Documents can be found at: /usr/local/share/doc/qvplay diff --git a/graphics/qvplay/pkg-plist b/graphics/qvplay/pkg-plist new file mode 100644 index 000000000000..e41d30c965c9 --- /dev/null +++ b/graphics/qvplay/pkg-plist @@ -0,0 +1,11 @@ +bin/qvalldel +bin/qvplay +bin/qvrec +share/doc/qvplay/README +share/doc/qvplay/README.eng +share/doc/qvplay/README.FreeBSD +share/doc/qvplay/FAQ.txt +share/doc/qvplay/HISTORY +share/doc/qvplay/PROTOCOL.txt +share/doc/qvplay/PROTOCOL.eng +@dirrm share/doc/qvplay |