pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apaste



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue May 13 03:54:02 UTC 2025

Added Files:
        pkgsrc/www/apaste: DESCR Makefile PLIST distinfo

Log Message:
Add apaste: Small command-line pastebin to share terminal output

apaste is a simple implementation of a pastebin, to publish data to a
server via a short command line.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/apaste/DESCR pkgsrc/www/apaste/Makefile \
    pkgsrc/www/apaste/PLIST pkgsrc/www/apaste/distinfo

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

Added files:

Index: pkgsrc/www/apaste/DESCR
diff -u /dev/null pkgsrc/www/apaste/DESCR:1.1
--- /dev/null   Tue May 13 03:54:02 2025
+++ pkgsrc/www/apaste/DESCR     Tue May 13 03:54:02 2025
@@ -0,0 +1,2 @@
+apaste is a simple implementation of a pastebin, to publish data to a
+server via a short command line.
Index: pkgsrc/www/apaste/Makefile
diff -u /dev/null pkgsrc/www/apaste/Makefile:1.1
--- /dev/null   Tue May 13 03:54:02 2025
+++ pkgsrc/www/apaste/Makefile  Tue May 13 03:54:02 2025
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 03:54:02 schmonz Exp $
+
+DISTNAME=              apaste-0.0.3.0
+CATEGORIES=            www
+MASTER_SITES=          ${HOMEPAGE}
+
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              https://skarnet.org/software/apaste/
+COMMENT=               Small command-line pastebin to share terminal output
+LICENSE=               isc
+
+DEPENDS+=              s6-networking-[0-9]*:../../net/s6-networking
+
+USE_TOOLS+=            gmake
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
+CONFIGURE_ARGS+=       --enable-pkgconfig
+
+# for mkdtemp
+CPPFLAGS.Darwin+=      -D_DARWIN_C_SOURCE
+
+.include "../../devel/skalibs/buildlink3.mk"
+.include "../../net/s6-networking/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/apaste/PLIST
diff -u /dev/null pkgsrc/www/apaste/PLIST:1.1
--- /dev/null   Tue May 13 03:54:02 2025
+++ pkgsrc/www/apaste/PLIST     Tue May 13 03:54:02 2025
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 03:54:02 schmonz Exp $
+bin/apaste
+bin/apastec
+bin/apasted
+include/apaste/config.h
Index: pkgsrc/www/apaste/distinfo
diff -u /dev/null pkgsrc/www/apaste/distinfo:1.1
--- /dev/null   Tue May 13 03:54:02 2025
+++ pkgsrc/www/apaste/distinfo  Tue May 13 03:54:02 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 03:54:02 schmonz Exp $
+
+BLAKE2s (apaste-0.0.3.0.tar.gz) = 284ea660633e3d6813f71f72349b4364abf8221c2167c0e5ef574ebdbcaec215
+SHA512 (apaste-0.0.3.0.tar.gz) = ac3031b5d43447cf33bb4300ce866716b650ed730d74e6d41fff83a7a3eff2233172d9962e13c6d624002537a7c13ac5d581715a9a49145f392139c21b921ea6
+Size (apaste-0.0.3.0.tar.gz) = 26698 bytes



Home | Main Index | Thread Index | Old Index