summaryrefslogtreecommitdiff
path: root/graphics/gphoto2
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r--graphics/gphoto2/Makefile33
-rw-r--r--graphics/gphoto2/distinfo1
-rw-r--r--graphics/gphoto2/files/patch-ai13
-rw-r--r--graphics/gphoto2/files/patch-as33
-rw-r--r--graphics/gphoto2/files/patch-at12
-rw-r--r--graphics/gphoto2/files/patch-au12
-rw-r--r--graphics/gphoto2/files/patch-av11
-rw-r--r--graphics/gphoto2/files/patch-aw11
-rw-r--r--graphics/gphoto2/files/patch-ax10
-rw-r--r--graphics/gphoto2/files/patch-ay10
-rw-r--r--graphics/gphoto2/files/patch-az22
-rw-r--r--graphics/gphoto2/files/patch-ba11
-rw-r--r--graphics/gphoto2/pkg-comment1
-rw-r--r--graphics/gphoto2/pkg-descr16
-rw-r--r--graphics/gphoto2/pkg-plist98
15 files changed, 0 insertions, 294 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
deleted file mode 100644
index 4e5031b46ed0..000000000000
--- a/graphics/gphoto2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gphoto
-# Date created: 26 May 1999
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gphoto
-PORTVERSION= 0.4.3
-CATEGORIES= graphics
-MASTER_SITES= http://www.gphoto.net/dist/
-
-MAINTAINER= ports@FreeBSD.org
-
-RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
-
-USE_IMLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-INSTALLS_SHLIB= yes
-
-MAN1= gphoto.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/gphoto
-.for file in ChangeLog FAQ NEWS PROGRAMMERS README THANKS THEMES TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gphoto
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo
deleted file mode 100644
index 6b6317752035..000000000000
--- a/graphics/gphoto2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gphoto-0.4.3.tar.gz) = 8b4e70df78870479d2d9a45c8f4db5f4
diff --git a/graphics/gphoto2/files/patch-ai b/graphics/gphoto2/files/patch-ai
deleted file mode 100644
index c7deffd51dd7..000000000000
--- a/graphics/gphoto2/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/callbacks.c.orig Tue Mar 7 06:23:06 2000
-+++ src/callbacks.c Thu Apr 20 03:00:00 2000
-@@ -529,7 +529,9 @@
-
- #ifdef linux
- sprintf(serial_port_prefix, "/dev/ttyS");
--#elif defined(BSD)
-+#elif defined(__FreeBSD__)
-+ sprintf(serial_port_prefix, "/dev/cuaa");
-+#elif defined(__NetBSD__)
- sprintf(serial_port_prefix, "/dev/tty0");
- #else
- sprintf(serial_port_prefix, "/dev/tty0");
diff --git a/graphics/gphoto2/files/patch-as b/graphics/gphoto2/files/patch-as
deleted file mode 100644
index 99543bacfd86..000000000000
--- a/graphics/gphoto2/files/patch-as
+++ /dev/null
@@ -1,33 +0,0 @@
---- Makefile.in.orig Tue Mar 7 07:06:33 2000
-+++ Makefile.in Thu Apr 20 03:00:00 2000
-@@ -85,12 +85,12 @@
- driversdir = @driversdir@
- gallerydir = @gallerydir@
-
--CFLAGS = -O2 -Wall
-+CFLAGS = @CFLAGS@
-
- SUBDIRS = canon casio directory fuji gallery kodak kodak_generic konica konica_qmxxx man minolta mustek nikon philips photopc ricoh samsung sony src
-
-
--gphotodocdir = $(datadir)/gphoto/doc
-+gphotodocdir = $(datadir)/gphoto
-
- gphotodoc_DATA = AUTHORS MANUAL
-
-@@ -365,13 +365,13 @@
- install-exec-am:
- install-exec: install-exec-recursive
-
--install-data-am: install-gphotodocDATA install-sysDATA
-+install-data-am: install-gphotodocDATA
- install-data: install-data-recursive
-
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- install: install-recursive
--uninstall-am: uninstall-gphotodocDATA uninstall-sysDATA
-+uninstall-am: uninstall-gphotodocDATA
- uninstall: uninstall-recursive
- all-am: Makefile $(DATA) config.h
- all-redirect: all-recursive-am
diff --git a/graphics/gphoto2/files/patch-at b/graphics/gphoto2/files/patch-at
deleted file mode 100644
index da835efe973c..000000000000
--- a/graphics/gphoto2/files/patch-at
+++ /dev/null
@@ -1,12 +0,0 @@
---- kodak/dc21x/lowlevel.c.orig Fri Jan 21 06:42:18 2000
-+++ kodak/dc21x/lowlevel.c Thu Apr 20 03:00:00 2000
-@@ -2,7 +2,9 @@
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
-+#ifndef __FreeBSD__
- #include <sys/select.h>
-+#endif
- #include <sys/time.h>
- #include <time.h>
- #include "dc21x.h"
diff --git a/graphics/gphoto2/files/patch-au b/graphics/gphoto2/files/patch-au
deleted file mode 100644
index b36f8e1da325..000000000000
--- a/graphics/gphoto2/files/patch-au
+++ /dev/null
@@ -1,12 +0,0 @@
---- kodak/dc21x/main.c.orig Fri Jan 21 06:42:18 2000
-+++ kodak/dc21x/main.c Thu Apr 20 03:00:00 2000
-@@ -2,7 +2,9 @@
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
-+#ifndef __FreeBSD__
- #include <sys/select.h>
-+#endif
- #include <sys/time.h>
- #include <time.h>
- #include "dc21x.h"
diff --git a/graphics/gphoto2/files/patch-av b/graphics/gphoto2/files/patch-av
deleted file mode 100644
index 03fad373b287..000000000000
--- a/graphics/gphoto2/files/patch-av
+++ /dev/null
@@ -1,11 +0,0 @@
---- kodak/dc21x/Makefile.in.orig Tue Mar 7 07:06:48 2000
-+++ kodak/dc21x/Makefile.in Thu Apr 20 03:00:00 2000
-@@ -87,7 +87,7 @@
-
- LIBDIR =
- LIBS =
--CFLAGS = -O2 -Wall
-+CFLAGS = @CFLAGS@
-
- bin_PROGRAMS = dc21x_cam
- dc21x_cam_SOURCES = dc21x.h main.c lowlevel.c
diff --git a/graphics/gphoto2/files/patch-aw b/graphics/gphoto2/files/patch-aw
deleted file mode 100644
index f8e8f3e44ea0..000000000000
--- a/graphics/gphoto2/files/patch-aw
+++ /dev/null
@@ -1,11 +0,0 @@
---- mustek/device.c.orig Mon Dec 6 03:48:54 1999
-+++ mustek/device.c Thu Apr 20 03:00:00 2000
-@@ -59,7 +59,7 @@
- newtio.c_cflag = (newtio.c_cflag & ~CSIZE) | CS8;
-
- // Set into raw, no echo mode
-- #if defined(__NetBSD__)
-+ #if defined(__NetBSD__) || defined(__FreeBSD__)
- newtio.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL |
- IXANY | IXON | IXOFF | INPCK | ISTRIP);
- #else
diff --git a/graphics/gphoto2/files/patch-ax b/graphics/gphoto2/files/patch-ax
deleted file mode 100644
index 5f4a9005412b..000000000000
--- a/graphics/gphoto2/files/patch-ax
+++ /dev/null
@@ -1,10 +0,0 @@
---- philips/philips_io.c.orig Sun Nov 21 01:28:41 1999
-+++ philips/philips_io.c Thu Apr 20 03:00:00 2000
-@@ -55,7 +55,6 @@
- #include <errno.h>
- #include <signal.h>
- #include <time.h>
--#include <malloc.h>
- #include <unistd.h>
- #include <string.h>
- #include <sys/time.h>
diff --git a/graphics/gphoto2/files/patch-ay b/graphics/gphoto2/files/patch-ay
deleted file mode 100644
index 035cc6defcf8..000000000000
--- a/graphics/gphoto2/files/patch-ay
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.c.orig Tue Mar 7 06:23:06 2000
-+++ src/main.c Thu Apr 20 03:00:00 2000
-@@ -134,6 +134,7 @@
- "Usage: gphoto [-h] [-c] [-n] [-s # filename] [-t # filename]\n");
- fprintf(stdout, " [-d #] [-p filename] [-l filename]\n");
-
-+ gtk_set_locale();
- gtk_init(&argc, &argv);
- #if 1 /* by fujisawa */
- gdk_imlib_init();
diff --git a/graphics/gphoto2/files/patch-az b/graphics/gphoto2/files/patch-az
deleted file mode 100644
index 7a2668d3f139..000000000000
--- a/graphics/gphoto2/files/patch-az
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/util.c.orig Tue Mar 7 06:23:06 2000
-+++ src/util.c Thu Apr 20 03:00:00 2000
-@@ -1,3 +1,4 @@
-+#include "config.h"
- #include "gphoto.h"
- #include "util.h"
- #include <stdio.h>
-@@ -9,10 +10,12 @@
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>
--#include <sys/dir.h>
-+#ifdef HAVE_DIRENT_H
- #include <dirent.h>
--#ifdef __FreeBSD__
- #else
-+#include <sys/dir.h>
-+#endif
-+#ifndef __FreeBSD__
- #include <sys/resource.h>
- #endif
- #ifdef linux
diff --git a/graphics/gphoto2/files/patch-ba b/graphics/gphoto2/files/patch-ba
deleted file mode 100644
index c8d0952b38a4..000000000000
--- a/graphics/gphoto2/files/patch-ba
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Tue Mar 7 07:07:09 2000
-+++ src/Makefile.in Thu Apr 20 03:00:00 2000
-@@ -89,7 +89,7 @@
-
- bin_PROGRAMS = gphoto
-
--CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ -O2 -Wall -I$(srcdir)/icons
-+CFLAGS = @GTK_CFLAGS@ @GDK_IMLIB_CFLAGS@ @CFLAGS@ -I$(srcdir)/icons
-
- gphoto_LDADD = ../konica/libgphoto_konica_qm100.la ../konica_qmxxx/libgphoto_konica_qmxxx.la ../canon/libgphoto_canon.la ../casio/libgphoto_casio_qv.la ../nikon/libgphoto_coolpix600.la ../philips/libgphoto_philips.la ../fuji/libgphoto_fuji.la ../photopc/libgphoto_photopc.la ../kodak/libgphoto_kodak_dc2x.la ../kodak_generic/libgphoto_kodak_generic.la ../minolta/libgphoto_dimage_v.la ../mustek/libgphoto_mustek_mdc800.la ../ricoh/libgphoto_ricoh300z.la ../samsung/libgphoto_samsung.la ../sony/libgphoto_sony_dscf1.la ../sony/dscf55/libgphoto_sony_dscf55.la ../directory/libgphoto_dir.la @GTK_LIBS@ @GDK_IMLIB_LIBS@ -ljpeg
-
diff --git a/graphics/gphoto2/pkg-comment b/graphics/gphoto2/pkg-comment
deleted file mode 100644
index f0c4300f9733..000000000000
--- a/graphics/gphoto2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A universal digital camera picture control tool
diff --git a/graphics/gphoto2/pkg-descr b/graphics/gphoto2/pkg-descr
deleted file mode 100644
index 863e2eb4b940..000000000000
--- a/graphics/gphoto2/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-gPhoto is an universal, free GTK+ application that will allow
-downloading, saving, and manipulation of images from several
-different digital camera models, or from the local harddrive.
-
-gPhoto has a basic command line interface, which is handy,
-if you want to set up a web camera, and use gphoto in a
-script, e.g. with Perl/PHP.
-
-gPhoto sports a new HTML engine, that let's you create your
-gallery "themes" (HTML with special tags), and publish images
-to the web. A directory browse mode has also been implemented.
-
-gPhoto supports a wide array of digital camera models. Visit
-http://www.gphoto.org/cameras-04.html for an updated list.
-
-WWW: http://www.gphoto.org/
diff --git a/graphics/gphoto2/pkg-plist b/graphics/gphoto2/pkg-plist
deleted file mode 100644
index bb8bfec3e78e..000000000000
--- a/graphics/gphoto2/pkg-plist
+++ /dev/null
@@ -1,98 +0,0 @@
-bin/dc21x_cam
-bin/gphoto
-bin/gphoto-exifdump
-bin/qm100
-bin/qmxxx
-bin/rsony
-lib/libgphoto_canon.a
-lib/libgphoto_canon.so
-lib/libgphoto_canon.so.0
-lib/libgphoto_casio_qv.a
-lib/libgphoto_casio_qv.so
-lib/libgphoto_casio_qv.so.0
-lib/libgphoto_coolpix600.so.0
-lib/libgphoto_coolpix600.a
-lib/libgphoto_coolpix600.so
-lib/libgphoto_dimage_v.a
-lib/libgphoto_dimage_v.so
-lib/libgphoto_dimage_v.so.0
-lib/libgphoto_dir.a
-lib/libgphoto_dir.so
-lib/libgphoto_dir.so.0
-lib/libgphoto_fuji.a
-lib/libgphoto_fuji.so
-lib/libgphoto_fuji.so.0
-lib/libgphoto_kodak_dc2x.a
-lib/libgphoto_kodak_dc2x.so
-lib/libgphoto_kodak_dc2x.so.0
-lib/libgphoto_kodak_generic.a
-lib/libgphoto_kodak_generic.so
-lib/libgphoto_kodak_generic.so.0
-lib/libgphoto_konica_qm100.a
-lib/libgphoto_konica_qm100.so
-lib/libgphoto_konica_qm100.so.0
-lib/libgphoto_konica_qmxxx.a
-lib/libgphoto_konica_qmxxx.so
-lib/libgphoto_konica_qmxxx.so.0
-lib/libgphoto_mustek_mdc800.a
-lib/libgphoto_mustek_mdc800.so
-lib/libgphoto_mustek_mdc800.so.1
-lib/libgphoto_philips.a
-lib/libgphoto_philips.so
-lib/libgphoto_philips.so.0
-lib/libgphoto_photopc.a
-lib/libgphoto_photopc.so
-lib/libgphoto_photopc.so.0
-lib/libgphoto_ricoh300z.a
-lib/libgphoto_ricoh300z.so
-lib/libgphoto_ricoh300z.so.0
-lib/libgphoto_samsung.a
-lib/libgphoto_samsung.so
-lib/libgphoto_samsung.so.0
-lib/libgphoto_sony_dscf1.a
-lib/libgphoto_sony_dscf1.so
-lib/libgphoto_sony_dscf1.so.0
-lib/libgphoto_sony_dscf55.a
-lib/libgphoto_sony_dscf55.so
-lib/libgphoto_sony_dscf55.so.0
-share/doc/gphoto/ChangeLog
-share/doc/gphoto/FAQ
-share/doc/gphoto/NEWS
-share/doc/gphoto/PROGRAMMERS
-share/doc/gphoto/README
-share/doc/gphoto/THANKS
-share/doc/gphoto/THEMES
-share/doc/gphoto/TODO
-share/gphoto/AUTHORS
-share/gphoto/MANUAL
-share/gphoto/gallery/CSStheme/gphotobutton.png
-share/gphoto/gallery/CSStheme/index_bottom.html
-share/gphoto/gallery/CSStheme/index_top.html
-share/gphoto/gallery/CSStheme/mwcos.png
-share/gphoto/gallery/CSStheme/picture.html
-share/gphoto/gallery/CSStheme/styles.css
-share/gphoto/gallery/CSStheme/thumbnail.html
-share/gphoto/gallery/CSStheme/vh40.png
-share/gphoto/gallery/Default/banner.gif
-share/gphoto/gallery/Default/index.gif
-share/gphoto/gallery/Default/index_bottom.html
-share/gphoto/gallery/Default/index_top.html
-share/gphoto/gallery/Default/next.gif
-share/gphoto/gallery/Default/picture.html
-share/gphoto/gallery/Default/previous.gif
-share/gphoto/gallery/Default/thumbnail.html
-share/gphoto/gallery/RedNGray/backgrnd.gif
-share/gphoto/gallery/RedNGray/banner.gif
-share/gphoto/gallery/RedNGray/index.gif
-share/gphoto/gallery/RedNGray/index_bottom.html
-share/gphoto/gallery/RedNGray/index_top.html
-share/gphoto/gallery/RedNGray/next.gif
-share/gphoto/gallery/RedNGray/picture.html
-share/gphoto/gallery/RedNGray/previous.gif
-share/gphoto/gallery/RedNGray/thumbnail.html
-@dirrm share/gphoto/gallery/RedNGray
-@dirrm share/gphoto/gallery/Default
-@dirrm share/gphoto/gallery/CSStheme
-@dirrm share/gphoto/gallery
-@dirrm share/gphoto
-@dirrm share/doc/gphoto