pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fc-browse: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Oct 18 23:36:40 2025 +0200
Changeset: 7139a9ffa47e42e0ff9b345aa35e7a4f0886c157
Modified Files:
Makefile
Added Files:
fc-browse/DESCR
fc-browse/Makefile
fc-browse/PLIST
fc-browse/TODO
fc-browse/distinfo
Log Message:
fc-browse: 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=7139a9ffa47e42e0ff9b345aa35e7a4f0886c157
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
fc-browse/DESCR | 1 +
fc-browse/Makefile | 37 +++++++++++++++++++++++++++++++++++++
fc-browse/PLIST | 2 ++
fc-browse/TODO | 1 +
fc-browse/distinfo | 5 +++++
6 files changed, 47 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 63b47cf55a..55c4e39fc5 100644
--- a/Makefile
+++ b/Makefile
@@ -954,6 +954,7 @@ SUBDIR+= fbneo-latest
SUBDIR+= fbpager
SUBDIR+= fbpanel
SUBDIR+= fbsd2pkg
+SUBDIR+= fc-browse
SUBDIR+= fceux
SUBDIR+= fcft
SUBDIR+= fcitx5-cskk
diff --git a/fc-browse/DESCR b/fc-browse/DESCR
new file mode 100644
index 0000000000..aa2d0f6ce0
--- /dev/null
+++ b/fc-browse/DESCR
@@ -0,0 +1 @@
+A font browser that runs in a console window.
diff --git a/fc-browse/Makefile b/fc-browse/Makefile
new file mode 100644
index 0000000000..0162b9f66c
--- /dev/null
+++ b/fc-browse/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD$
+
+DISTNAME= fc-browse
+PKGNAME= fc-browse-0.0.20201201
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITLAB:=laemeur/fc-browse/-/raw/master/}
+DIST_SUBDIR= ${PKGNAME_NOREV}
+EXTRACT_SUFX= # none
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://gitlab.com/laemeur/fc-browse/
+COMMENT= Font browser that runs in a console window
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= fzf-[0-9]*:../../sysutils/fzf
+DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
+DEPENDS+= w3m-img-[0-9]*:../../www/w3m-img
+
+WRKSRC= ${WRKDIR}
+USE_LANGUAGES= # none
+USE_TOOLS+= bash
+
+REPLACE_BASH+= fc-browse
+
+INSTALLATION_DIRS+= bin
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= pre-build
+SUBST_SED.path+= -e "s,/usr/lib,${PREFIX}/libexec,g"
+SUBST_FILES.path+= fc-browse
+SUBST_MESSAGE.path= Fixing path to helpers.
+
+do-build:
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/fc-browse ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fc-browse/PLIST b/fc-browse/PLIST
new file mode 100644
index 0000000000..7c9b5a9738
--- /dev/null
+++ b/fc-browse/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/fc-browse
diff --git a/fc-browse/TODO b/fc-browse/TODO
new file mode 100644
index 0000000000..19b1e621cb
--- /dev/null
+++ b/fc-browse/TODO
@@ -0,0 +1 @@
+test.
diff --git a/fc-browse/distinfo b/fc-browse/distinfo
new file mode 100644
index 0000000000..6a8a305286
--- /dev/null
+++ b/fc-browse/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (fc-browse-0.0.20201201/fc-browse) = 5937c72cb2532a5dec1d13ee68473c5f570c0f250b54f9a80637d70e56644957
+SHA512 (fc-browse-0.0.20201201/fc-browse) = 3b81a92570e50062c6d21866a855f3b4e1618c0671eeff4391443564637544f1ff5636fb2d1a53273984c9f626fb6f0a48ae981c60fffaa9dbd38b67d9ab2e7a
+Size (fc-browse-0.0.20201201/fc-browse) = 4727 bytes
Home |
Main Index |
Thread Index |
Old Index