pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove fswebcam, imported



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Mon Aug 16 08:57:13 2021 +0200
Changeset:	1bfe867bc3a57da24634e82eac6f5136523b0fd4

Modified Files:
	Makefile
Removed Files:
	fswebcam/DESCR
	fswebcam/Makefile
	fswebcam/PLIST
	fswebcam/distinfo
	fswebcam/patches/patch-Makefile.in
	fswebcam/patches/patch-videodev2.h

Log Message:
remove fswebcam, imported

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1bfe867bc3a57da24634e82eac6f5136523b0fd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                           |  1 -
 fswebcam/DESCR                     |  7 -------
 fswebcam/Makefile                  | 17 -----------------
 fswebcam/PLIST                     |  3 ---
 fswebcam/distinfo                  |  8 --------
 fswebcam/patches/patch-Makefile.in | 22 ----------------------
 fswebcam/patches/patch-videodev2.h | 29 -----------------------------
 7 files changed, 87 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f992b3552f..90f4e4d770 100644
--- a/Makefile
+++ b/Makefile
@@ -922,7 +922,6 @@ SUBDIR+=	fslsfonts
 SUBDIR+=	fsom
 SUBDIR+=	fstobdf
 SUBDIR+=	fswatch
-SUBDIR+=	fswebcam
 SUBDIR+=	ft8-lib
 SUBDIR+=	ftpsesame
 SUBDIR+=	fuse-cryfs
diff --git a/fswebcam/DESCR b/fswebcam/DESCR
deleted file mode 100644
index 9654c2b46b..0000000000
--- a/fswebcam/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-fswebcam is a neat and simple webcam app.
-
-It captures images from a V4L1/V4L2 compatible device or file,
-averages them to reduce noise and draws a caption using the GD
-Graphics Library which also handles compressing the image to PNG
-or JPEG. The resulting image is saved to a file or sent to stdio
-where it can be piped to something like ncftpput or scp.
diff --git a/fswebcam/Makefile b/fswebcam/Makefile
deleted file mode 100644
index 560acd4b8e..0000000000
--- a/fswebcam/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	fswebcam-20140113
-CATEGORIES=	graphics www
-MASTER_SITES=	https://www.sanslogic.co.uk/fswebcam/files/
-
-MAINTAINER=	catskillmarina%gmail.com@localhost
-HOMEPAGE=	https://www.sanslogic.co.uk/fswebcam/
-COMMENT=	Pulls single images off of webcams without graphic bloat
-LICENSE=	gnu-gpl-v2
-
-GNU_CONFIGURE=	yes
-
-CONFIGURE_ARGS+=	--disable-v4l1
-
-.include "../../graphics/gd/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/fswebcam/PLIST b/fswebcam/PLIST
deleted file mode 100644
index ed941bec4f..0000000000
--- a/fswebcam/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/fswebcam
-man/man1/fswebcam.1
diff --git a/fswebcam/distinfo b/fswebcam/distinfo
deleted file mode 100644
index 4aaf019fb2..0000000000
--- a/fswebcam/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (fswebcam-20140113.tar.gz) = 8140e275be75304bdd408500e73c007333bafa81
-RMD160 (fswebcam-20140113.tar.gz) = 559932a176eaf4d1b2af14b88030d0edeb75a4cc
-SHA512 (fswebcam-20140113.tar.gz) = 5d10d74f8ef705c6dc31f1781ca6af178e3aa3c64c625cbac1158c48ffdd9cbfc613ad6c08b69edee8297a099be08a844fb3ecbf21733124cd8b6163190af5db
-Size (fswebcam-20140113.tar.gz) = 113226 bytes
-SHA1 (patch-Makefile.in) = 220d06a01d260f3027fe792ef4077c88626da3af
-SHA1 (patch-videodev2.h) = e13ef80d4daad0750fd4727235aa3231245a3818
diff --git a/fswebcam/patches/patch-Makefile.in b/fswebcam/patches/patch-Makefile.in
deleted file mode 100644
index 77b469cf8c..0000000000
--- a/fswebcam/patches/patch-Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-Do not compress man pages.
-
---- Makefile.in.orig	2014-01-13 19:15:06.000000000 +0000
-+++ Makefile.in
-@@ -17,13 +17,13 @@ OBJS  = fswebcam.o log.o effects.o parse
- OBJS += dec_rgb.o dec_yuv.o dec_grey.o dec_bayer.o dec_jpeg.o dec_png.o
- OBJS += dec_s561.o
- 
--all: fswebcam fswebcam.1.gz
-+all: fswebcam
- 
- install: all
- 	mkdir -p ${DESTDIR}${bindir}
- 	mkdir -p ${DESTDIR}${mandir}/man1
- 	install -m 755 fswebcam ${DESTDIR}${bindir}
--	install -m 644 fswebcam.1.gz ${DESTDIR}${mandir}/man1
-+	install -m 644 fswebcam.1 ${DESTDIR}${mandir}/man1
- 
- fswebcam: $(OBJS)
- 	$(CC) -o fswebcam $(OBJS) $(LDFLAGS)
diff --git a/fswebcam/patches/patch-videodev2.h b/fswebcam/patches/patch-videodev2.h
deleted file mode 100644
index 9f36ed2dbc..0000000000
--- a/fswebcam/patches/patch-videodev2.h
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
-Avoid possible Linux-isms.
-
-In part inspired from <sys/videoio.h> and OpenBSD port trying to
-be less intrusive as possible though.
-
---- videodev2.h.orig	2014-01-13 18:47:15.000000000 +0000
-+++ videodev2.h
-@@ -58,8 +58,17 @@
- 
- #include <sys/time.h>
- 
--#include <linux/ioctl.h>
--#include <linux/types.h>
-+#define __u64	uint64_t
-+#define __u32	uint32_t
-+#define __u16	uint16_t
-+#define __u8	uint8_t
-+#define __s64	int64_t
-+#define __s32	int32_t
-+#define __s16	int16_t
-+#define __s8	int8_t
-+#define __le32	uint32_t
-+
-+#include <stdint.h>
- 
- /*
-  * Common stuff for both V4L1 and V4L2


Home | Main Index | Thread Index | Old Index