pkgsrc-WIP-changes archive

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

qf: add new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Jun 24 15:53:08 2025 +0200
Changeset:	55247ef4a7ed588f9a34cb7da8962291658ece40

Modified Files:
	Makefile
Added Files:
	qf/DESCR
	qf/Makefile
	qf/PLIST
	qf/distinfo

Log Message:
qf: add new package

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

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

diffstat:
 Makefile    |  1 +
 qf/DESCR    |  2 ++
 qf/Makefile | 23 +++++++++++++++++++++++
 qf/PLIST    |  3 +++
 qf/distinfo |  5 +++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 24e7adfe15..52d64f9b27 100644
--- a/Makefile
+++ b/Makefile
@@ -5020,6 +5020,7 @@ SUBDIR+=	qFlipper
 SUBDIR+=	qbe-git
 SUBDIR+=	qcdloop
 SUBDIR+=	qemu-git
+SUBDIR+=	qf
 SUBDIR+=	qgis
 SUBDIR+=	qico
 SUBDIR+=	qiew
diff --git a/qf/DESCR b/qf/DESCR
new file mode 100644
index 0000000000..26ff71660c
--- /dev/null
+++ b/qf/DESCR
@@ -0,0 +1,2 @@
+qf is a pager for grep, ag 1, rg 1, etc.  which allows jumping to
+matches in $EDITOR.
diff --git a/qf/Makefile b/qf/Makefile
new file mode 100644
index 0000000000..0068edd282
--- /dev/null
+++ b/qf/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	src-abab0bbc81baae93662e4a0f01f910705c031977
+PKGNAME=	qf-0.0.20250624
+CATEGORIES=	devel
+MASTER_SITES=	https://git.causal.agency/src/snapshot/
+DIST_SUBDIR=	causal-agency
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://git.causal.agency/src/
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+WRKSRC=		${WRKDIR}/${DISTNAME}/bin
+BUILD_TARGET=	qf
+
+INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/qf ${DESTDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/man1/qf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/qf/PLIST b/qf/PLIST
new file mode 100644
index 0000000000..43588f829f
--- /dev/null
+++ b/qf/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/qf
+man/man1/qf.1
diff --git a/qf/distinfo b/qf/distinfo
new file mode 100644
index 0000000000..b1dd595223
--- /dev/null
+++ b/qf/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (causal-agency/src-abab0bbc81baae93662e4a0f01f910705c031977.tar.gz) = 388a81e7ae2d9ced8f6b1195f77d3ffa41098923c3c24225359ca1d799bec109
+SHA512 (causal-agency/src-abab0bbc81baae93662e4a0f01f910705c031977.tar.gz) = 39e53cc988db6897dea8293f3a2afdb9713037adea1a988590b1472627b2e0be39c4b52cf62ef75aa25b49cdd4cd00589f2a7fbf3c2b13c5ac9d4bc493847cd0
+Size (causal-agency/src-abab0bbc81baae93662e4a0f01f910705c031977.tar.gz) = 587729 bytes


Home | Main Index | Thread Index | Old Index