pkgsrc-WIP-changes archive

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

cups-browsed: began works on cups-browsed



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Fri Apr 12 21:29:59 2024 -0400
Changeset:	c1da7cf3246151b0cf07381d30c90ba04850f2e8

Added Files:
	cups-browsed/.gt-temp1.txt
	cups-browsed/DESCR
	cups-browsed/Makefile
	cups-browsed/PLIST
	cups-browsed/distinfo

Log Message:
cups-browsed: began works on cups-browsed

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

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

diffstat:
 cups-browsed/.gt-temp1.txt |  8 ++++++++
 cups-browsed/DESCR         | 23 +++++++++++++++++++++++
 cups-browsed/Makefile      | 21 +++++++++++++++++++++
 cups-browsed/PLIST         | 17 +++++++++++++++++
 cups-browsed/distinfo      |  5 +++++
 5 files changed, 74 insertions(+)

diffs:
diff --git a/cups-browsed/.gt-temp1.txt b/cups-browsed/.gt-temp1.txt
new file mode 100644
index 0000000000..a26cb74d44
--- /dev/null
+++ b/cups-browsed/.gt-temp1.txt
@@ -0,0 +1,8 @@
+On branch master
+Your branch is up to date with 'origin/master'.
+
+Untracked files:
+  (use "git add <file>..." to include in what will be committed)
+1.	./
+
+nothing added to commit but untracked files present (use "git add" to track)
diff --git a/cups-browsed/DESCR b/cups-browsed/DESCR
new file mode 100644
index 0000000000..a8c9c947d9
--- /dev/null
+++ b/cups-browsed/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# OpenPrinting cups-browsed v2.0.0 - 2023-09-22
+
+Looking for compile instructions?  Read the file "INSTALL"
+instead...
+
+
+## INTRODUCTION
+
+CUPS is a standards-based, open-source printing system used by
+Apple's Mac OS® and other UNIX®-like operating systems,
+especially also Linux. CUPS uses the Internet Printing Protocol
+("IPP") and provides System V and Berkeley command-line
+interfaces, a web interface, and a C API to manage printers and
+print jobs.
+
+This package contains cups-browsed, a helper daemon to browse the
+network for remote CUPS queues and IPP network printers and
+automatically create local queues pointing to them.
+
+cups-browsed has the following functionality:
+...
diff --git a/cups-browsed/Makefile b/cups-browsed/Makefile
new file mode 100644
index 0000000000..2588ea4338
--- /dev/null
+++ b/cups-browsed/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	cups-browsed
+DISTNAME=	cups-browsed-2.0.0
+CATEGORIES=	print
+MASTER_SITES=	${MASTER_SITE_GITHUB:=OpenPrinting/}
+GITHUB_RELEASE=	2.0.0
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/OpenPrinting/cups-browsed/
+COMMENT=	
+LICENSE=	apache-2.0
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=		bash:run pkg-config gmake gdbus-codegen
+
+.include "../../net/avahi/buildlink3.mk"
+.include "../../wip/libcupsfilters/buildlink3.mk"
+.include "../../wip/libppd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cups-browsed/PLIST b/cups-browsed/PLIST
new file mode 100644
index 0000000000..e25490aeba
--- /dev/null
+++ b/cups-browsed/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+etc/cups/cups-browsed.conf
+libexec/cups/backend/implicitclass
+man/man5/cups-browsed.conf.5
+man/man8/cups-browsed.8
+sbin/cups-browsed
+share/doc/cups-browsed/ABOUT-NLS
+share/doc/cups-browsed/AUTHORS
+share/doc/cups-browsed/CHANGES-1.x.md
+share/doc/cups-browsed/CHANGES.md
+share/doc/cups-browsed/CONTRIBUTING.md
+share/doc/cups-browsed/COPYING
+share/doc/cups-browsed/DEVELOPING.md
+share/doc/cups-browsed/INSTALL
+share/doc/cups-browsed/LICENSE
+share/doc/cups-browsed/NOTICE
+share/doc/cups-browsed/README.md
diff --git a/cups-browsed/distinfo b/cups-browsed/distinfo
new file mode 100644
index 0000000000..448b9bd930
--- /dev/null
+++ b/cups-browsed/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (cups-browsed-2.0.0.tar.gz) = 65e11b482d2ef4d32bda54188bd83c7521c6e4a9ec6ac00500ffabc4d044b171
+SHA512 (cups-browsed-2.0.0.tar.gz) = e4664f9c04b9f15167373815586db7158aa29987adcbf43b2cb3c5a419ddba5016fd34c57b8baeabbd1b09d43b5d65d88dbb38ee0990de6670e98f4aeee025f0
+Size (cups-browsed-2.0.0.tar.gz) = 613417 bytes


Home | Main Index | Thread Index | Old Index