pkgsrc-WIP-changes archive

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

fswebcam: Add initial skeleton of Makefile



Module Name:	pkgsrc-wip
Committed By:	Marina Brown <catskillmarina%gmail.com@localhost>
Pushed By:	catskillmarina
Date:		Fri Feb 5 02:04:40 2016 -0500
Changeset:	c98aadfc0dfb274c61b71132efb0ffb350809a0b

Added Files:
	fswebcam/DESCR
	fswebcam/Makefile
	fswebcam/PLIST
	fswebcam/distinfo

Log Message:
fswebcam: Add initial skeleton of Makefile

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

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

diffstat:
 fswebcam/DESCR    |  0
 fswebcam/Makefile | 17 +++++++++++++++++
 fswebcam/PLIST    |  1 +
 fswebcam/distinfo |  5 +++++
 4 files changed, 23 insertions(+)

diffs:
diff --git a/fswebcam/DESCR b/fswebcam/DESCR
new file mode 100644
index 0000000..e69de29
diff --git a/fswebcam/Makefile b/fswebcam/Makefile
new file mode 100644
index 0000000..66a574f
--- /dev/null
+++ b/fswebcam/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	fswebcam-20140113
+CATEGORIES=	wip
+MASTER_SITES=	http://www.firestorm.cx/fswebcam/files/
+
+MAINTAINER=	catskillmarina%gmail.com@localhost
+HOMEPAGE=	http://www.firestorm.cx/fswebcam/files/
+COMMENT=	TODO: pulls single images off of webcams without graphic bloat
+#LICENSE=	# TODO: (see mk/license.mk)
+
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+
diff --git a/fswebcam/PLIST b/fswebcam/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/fswebcam/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/fswebcam/distinfo b/fswebcam/distinfo
new file mode 100644
index 0000000..59a0ed8
--- /dev/null
+++ b/fswebcam/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (fswebcam-20140113.tar.gz) = 8140e275be75304bdd408500e73c007333bafa81
+RMD160 (fswebcam-20140113.tar.gz) = 559932a176eaf4d1b2af14b88030d0edeb75a4cc
+Size (fswebcam-20140113.tar.gz) = 113226 bytes


Home | Main Index | Thread Index | Old Index