From 8e3ec2556b2b2b048d8b752f15c1d00cb5da62f5 Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 9 Apr 2003 23:55:37 +0000 Subject: [PATCH] simple frontend to libgphoto2 --- graphics/gphoto2/Makefile | 31 +++++++++++++++++++++++++++++++ graphics/gphoto2/distinfo | 3 +++ graphics/gphoto2/pkg/DESCR | 7 +++++++ graphics/gphoto2/pkg/PLIST | 3 +++ 4 files changed, 44 insertions(+) create mode 100644 graphics/gphoto2/Makefile create mode 100644 graphics/gphoto2/distinfo create mode 100644 graphics/gphoto2/pkg/DESCR create mode 100644 graphics/gphoto2/pkg/PLIST diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile new file mode 100644 index 00000000000..f3c0e1bff3d --- /dev/null +++ b/graphics/gphoto2/Makefile @@ -0,0 +1,31 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/04/09 23:55:37 espie Exp $ + +COMMENT= 'digital camera command-line interface' +CATEGORIES= graphics + +MAINTAINER= Marc Espie , Arnaud Launay + +DISTNAME= gphoto2-2.1.1 +PKGNAME= gphoto-2.1.1 + +HOMEPAGE=http://gphoto.sourceforge.net/ + +MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=gphoto/} + +# GPL +PERMIT_PACKAGE_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes + +CONFIGURE_STYLE= gnu +SEPARATE_BUILD= simple +CONFIGURE_ARGS= --disable-nls --without-aalib +MAKE_FLAGS= gphoto2_LDFLAGS= +FAKE_FLAGS= gphoto2_LDFLAGS= DESTDIR=${WRKINST} + +LIB_DEPENDS= gphoto2,gphoto2_port::graphics/libgphoto2 \ + jpeg::graphics/jpeg \ + popt::devel/popt + +.include diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo new file mode 100644 index 00000000000..d0b823d6678 --- /dev/null +++ b/graphics/gphoto2/distinfo @@ -0,0 +1,3 @@ +MD5 (gphoto2-2.1.1.tar.gz) = c9a18f6720225d9c02415f3717df2d0b +RMD160 (gphoto2-2.1.1.tar.gz) = 4ae3ac8fbf0bafeb3973abc8554813d6bd0505cb +SHA1 (gphoto2-2.1.1.tar.gz) = ccdf3c457a8ccc55e415fe6fe440707bd036837b diff --git a/graphics/gphoto2/pkg/DESCR b/graphics/gphoto2/pkg/DESCR new file mode 100644 index 00000000000..8292988bb77 --- /dev/null +++ b/graphics/gphoto2/pkg/DESCR @@ -0,0 +1,7 @@ +gphoto2 is a command line client to libgphoto2. It allows almost everything +that libgphoto2 can do. With it, one may use gPhoto from a terminal or +from a shell script to perform any camera operation that can be done. + +gphoto2 is the canonical user interface to libgphoto2. + +WWW: ${HOMEPAGE} diff --git a/graphics/gphoto2/pkg/PLIST b/graphics/gphoto2/pkg/PLIST new file mode 100644 index 00000000000..d80d17a3949 --- /dev/null +++ b/graphics/gphoto2/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/09 23:55:37 espie Exp $ +bin/gphoto2 +man/man1/gphoto2.1