diff options
author | jwise <jwise@pkgsrc.org> | 1999-09-17 03:46:32 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-09-17 03:46:32 +0000 |
commit | 2ce6c11a6f214f64658aa4e6b96640349ac75168 (patch) | |
tree | adc4f3b221234f6b871494ba086d1e89bfb7ebba /graphics/qvplay | |
parent | f63f538e1714f31ce4224b3b6e245c4ad5efacb0 (diff) | |
download | pkgsrc-2ce6c11a6f214f64658aa4e6b96640349ac75168.tar.gz |
New package for qvplay-0.94, software for use with CASIO QV digital cameras
Diffstat (limited to 'graphics/qvplay')
-rw-r--r-- | graphics/qvplay/Makefile | 15 | ||||
-rw-r--r-- | graphics/qvplay/files/md5 | 3 | ||||
-rw-r--r-- | graphics/qvplay/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/qvplay/patches/patch-aa | 33 | ||||
-rw-r--r-- | graphics/qvplay/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/qvplay/pkg/DESCR | 4 | ||||
-rw-r--r-- | graphics/qvplay/pkg/PLIST | 7 |
7 files changed, 66 insertions, 0 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile new file mode 100644 index 00000000000..ea1ece4f9e6 --- /dev/null +++ b/graphics/qvplay/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/17 03:46:32 jwise Exp $ +# + +DISTNAME= qvplay-0.94 +WRKSRC= ${WRKDIR}/QVplay094/src +CATEGORIES= graphics +MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ +MIRROR_DISTFILE=no + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://www.asahi-net.or.jp/~xg2k-hys/index-e.html + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/qvplay/files/md5 b/graphics/qvplay/files/md5 new file mode 100644 index 00000000000..97a14ba7bc1 --- /dev/null +++ b/graphics/qvplay/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/17 03:46:32 jwise Exp $ + +MD5 (qvplay-0.94.tar.gz) = 4f1bbeec547e32f3348c26cfc43e505e diff --git a/graphics/qvplay/files/patch-sum b/graphics/qvplay/files/patch-sum new file mode 100644 index 00000000000..b6aaf76ec3f --- /dev/null +++ b/graphics/qvplay/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/09/17 03:46:32 jwise Exp $ + +MD5 (patch-aa) = 8566f189ead66a1d73e9467e6f752be7 diff --git a/graphics/qvplay/patches/patch-aa b/graphics/qvplay/patches/patch-aa new file mode 100644 index 00000000000..14e7420c165 --- /dev/null +++ b/graphics/qvplay/patches/patch-aa @@ -0,0 +1,33 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/09/17 03:46:32 jwise Exp $ +--- Makefile.in.orig Wed May 5 10:24:39 1999 ++++ Makefile.in Sun Jun 20 19:21:55 1999 +@@ -10,8 +10,8 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ +-bindir = /usr/local/bin +-mandir = /usr/local/man/man1 ++bindir = $(PREFIX)/bin ++mandir = $(PREFIX)/man/man1 + + SRCS1 = tty.c command.c command1.c getuint.c jpeg.c ppm.c bmp.c qvplay.c + OBJS1 = tty.o command.o command1.o getuint.o jpeg.o ppm.o bmp.o qvplay.o +@@ -52,12 +52,12 @@ + # some BSD environment /dev/tty is uucp/bin + + install: all +- $(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG1) $(bindir)/$(PROG1) +- $(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG2) $(bindir)/$(PROG2) +- $(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG3) $(bindir)/$(PROG3) +- $(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN1) $(mandir)/$(MAN1) +- $(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN2) $(mandir)/$(MAN2) +- $(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN3) $(mandir)/$(MAN3) ++ $(INSTALL_PROGRAM) $(PROG1) $(bindir)/$(PROG1) ++ $(INSTALL_PROGRAM) $(PROG2) $(bindir)/$(PROG2) ++ $(INSTALL_PROGRAM) $(PROG3) $(bindir)/$(PROG3) ++ $(INSTALL_DATA) $(MAN1) $(mandir)/$(MAN1) ++ $(INSTALL_DATA) $(MAN2) $(mandir)/$(MAN2) ++ $(INSTALL_DATA) $(MAN3) $(mandir)/$(MAN3) + depend: .depend + .depend: + mkdep $(SRCS1) diff --git a/graphics/qvplay/pkg/COMMENT b/graphics/qvplay/pkg/COMMENT new file mode 100644 index 00000000000..7d705109774 --- /dev/null +++ b/graphics/qvplay/pkg/COMMENT @@ -0,0 +1 @@ +software for use with CASIO QV digital cameras diff --git a/graphics/qvplay/pkg/DESCR b/graphics/qvplay/pkg/DESCR new file mode 100644 index 00000000000..e7406efed07 --- /dev/null +++ b/graphics/qvplay/pkg/DESCR @@ -0,0 +1,4 @@ +qvplay contains software for use with CASIO's QV series +of digital cameras. Programs are included to act as a +remote control for a camera, and to upload and download +image. diff --git a/graphics/qvplay/pkg/PLIST b/graphics/qvplay/pkg/PLIST new file mode 100644 index 00000000000..05450a8742c --- /dev/null +++ b/graphics/qvplay/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/17 03:46:32 jwise Exp $ +bin/qvplay +bin/qvrec +bin/qvalldel +man/man1/qvplay.1 +man/man1/qvrec.1 +man/man1/qvalldel.1 |