pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tocaia
Module Name: pkgsrc
Committed By: vins
Date: Sun Sep 28 08:22:19 UTC 2025
Added Files:
pkgsrc/net/tocaia: DESCR Makefile PLIST distinfo
pkgsrc/net/tocaia/patches: patch-BSDMakefile
Log Message:
net/tocaia: initial import of package
Tocaia is a minimalist and cross-platform Gopher client.
Built with minimal dependencies, it offers a fast, efficient,
and a direct browsing experience navigating the Gopherspace.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/tocaia/DESCR pkgsrc/net/tocaia/Makefile \
pkgsrc/net/tocaia/PLIST pkgsrc/net/tocaia/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/tocaia/patches/patch-BSDMakefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/tocaia/DESCR
diff -u /dev/null pkgsrc/net/tocaia/DESCR:1.1
--- /dev/null Sun Sep 28 08:22:19 2025
+++ pkgsrc/net/tocaia/DESCR Sun Sep 28 08:22:19 2025
@@ -0,0 +1,3 @@
+Tocaia is a minimalist and cross-platform Gopher client.
+Built with minimal dependencies, it offers a fast, efficient,
+and a direct browsing experience navigating the Gopherspace.
Index: pkgsrc/net/tocaia/Makefile
diff -u /dev/null pkgsrc/net/tocaia/Makefile:1.1
--- /dev/null Sun Sep 28 08:22:19 2025
+++ pkgsrc/net/tocaia/Makefile Sun Sep 28 08:22:19 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/09/28 08:22:19 vins Exp $
+
+DISTNAME= tocaia-0.9.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=manipuladordedados/}
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= vins%NetBSD.org@localhost
+HOMEPAGE= https://github.com/manipuladordedados/tocaia/
+COMMENT= Portable TUI Gopher client written in C89 for POSIX systems
+LICENSE= 2-clause-bsd
+
+USE_BSD_MAKEFILE= yes
+MAKE_FILE= BSDMakefile
+
+INSTALLATION_DIRS+= bin
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/tocaia/PLIST
diff -u /dev/null pkgsrc/net/tocaia/PLIST:1.1
--- /dev/null Sun Sep 28 08:22:19 2025
+++ pkgsrc/net/tocaia/PLIST Sun Sep 28 08:22:19 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/09/28 08:22:19 vins Exp $
+bin/tocaia
Index: pkgsrc/net/tocaia/distinfo
diff -u /dev/null pkgsrc/net/tocaia/distinfo:1.1
--- /dev/null Sun Sep 28 08:22:19 2025
+++ pkgsrc/net/tocaia/distinfo Sun Sep 28 08:22:19 2025
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2025/09/28 08:22:19 vins Exp $
+
+BLAKE2s (tocaia-0.9.0.tar.gz) = 4837891a513c52cc60bc91fa52ee52ad6c9c57e9e3730dabeea116842c47cdb2
+SHA512 (tocaia-0.9.0.tar.gz) = d29d2ca3b852730de0579eed4c1a5fe05e998f0e3856fddee7f9236681af819f4e33b822fba107f8f688c63d5eee2fc77896e234e3bd54d45dc5c95677d4657a
+Size (tocaia-0.9.0.tar.gz) = 1101255 bytes
+SHA1 (patch-BSDMakefile) = 58fb6b86994e6c54d1c3d4afd971e2419d111563
Index: pkgsrc/net/tocaia/patches/patch-BSDMakefile
diff -u /dev/null pkgsrc/net/tocaia/patches/patch-BSDMakefile:1.1
--- /dev/null Sun Sep 28 08:22:19 2025
+++ pkgsrc/net/tocaia/patches/patch-BSDMakefile Sun Sep 28 08:22:19 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-BSDMakefile,v 1.1 2025/09/28 08:22:19 vins Exp $
+
+Local makefile for pkgsrc.
+
+--- BSDMakefile.orig 2025-09-28 08:08:15.647079666 +0000
++++ BSDMakefile
+@@ -0,0 +1,7 @@
++
++PROG = tocaia
++MKMAN = no
++
++BINDIR = $(PREFIX)/bin
++
++.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index