1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add opendis 0.0.3, a program to access Flashpoint Digita-based

cameras, download images and more.

PR:		27537
Submitted by:	Anders Nordby <anders@fix.no>
This commit is contained in:
Will Andrews 2001-06-08 16:54:25 +00:00
parent 1e0227f9f4
commit 0ca07ff1bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43648
8 changed files with 81 additions and 0 deletions

View File

@ -157,6 +157,7 @@
SUBDIR += netpbm
SUBDIR += netshow
SUBDIR += nurbs++
SUBDIR += opendis
SUBDIR += opendx
SUBDIR += opendx-samples
SUBDIR += opengl-man

31
graphics/opendis/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: opendis
# Date created: 22 May 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= opendis
PORTVERSION= 0.0.3
CATEGORIES= graphics
MASTER_SITES= http://ods.sourceforge.net/dl/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= anders@fix.no
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
DOCS= NEWS AUTHORS doc/ERRATA doc/PHILOSOPHY doc/THUMB
.if !defined(NOPORTDOCS)
post-install:
@${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (opendis-0.0.3.tar.gz) = 150bbf038ccb6220d7aff43d712224ed

View File

@ -0,0 +1,11 @@
--- configure.in.old Tue May 22 13:16:35 2001
+++ configure.in Tue May 22 13:16:58 2001
@@ -10,7 +10,7 @@
if test "$GCC" = yes; then
dnl Add some extra flags when compiling with gcc.
- gcc_extra_cflags="-D_GNU_SOURCE -Wall -ansi -pedantic -W"
+ gcc_extra_cflags="-D_GNU_SOURCE -ansi -pedantic"
AC_SUBST(gcc_extra_cflags)
fi

View File

@ -0,0 +1,11 @@
--- src/ods.c.orig Tue May 22 13:32:19 2001
+++ src/ods.c Tue May 22 13:32:38 2001
@@ -199,7 +199,7 @@
printf("OPTIONS are now supported.\n\n");
printf(" -d DEV, --device=DEV Look for camera at device DEV. Defaults\n");
- printf(" to /dev/ttyS0.\n");
+ printf(" to /dev/cuaa0.\n");
printf(" -r RATE, --rate=RATE Use bit-rate RATE for serial device. Defaults\n");
printf(" to 9600. Not applicable to USB or IrDA.\n");
printf(" -t TYPE, --type=TYPE Specifies device type, one of: \"serial\"\n");

View File

@ -0,0 +1 @@
Access Flashpoint Digita-based cameras, download images and more

View File

@ -0,0 +1,17 @@
ODS, the Open Digita Services project, is an effort to write Open Source tools
for accessing Digita cameras from Linux and other unix operating systems.
ODS has been tested with and is known to work with the following cameras:
Kodak DC-220
Kodak DC-260
Kodak DC-265
Kodak DC-290
The Minolta EX-1500 has been reported to work with ODS, but the interface needs
some debugging.
ODS will not support cameras that don't use Digita; this includes the Kodak
DC-200, DC-210, DC-240, DC-280, and earlier cameras.
WWW: http://ods.sourceforge.net/

View File

@ -0,0 +1,8 @@
bin/ks
lib/libods.a
%%PORTDOCS%%share/doc/opendis/NEWS
%%PORTDOCS%%share/doc/opendis/AUTHORS
%%PORTDOCS%%share/doc/opendis/ERRATA
%%PORTDOCS%%share/doc/opendis/PHILOSOPHY
%%PORTDOCS%%share/doc/opendis/THUMB
%%PORTDOCS%%@dirrm share/doc/opendis