pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/s6-portable-utils



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Nov 19 20:19:09 UTC 2020

Added Files:
        pkgsrc/misc/s6-portable-utils: DESCR Makefile PLIST distinfo

Log Message:
Initial import of s6-portable-utils, packaged in wip by cfkoch%edgebsd.org@localhost.

s6-portable-utils is a set of tiny general Unix utilities, often performing
well-known tasks such as cut and grep, but optimized for simplicity and
small size. They were designed for embedded systems and other constrained
environments, but they work everywhere.

Other set of small utilities are usually system-specific; for instance, the
(otherwise excellent) BusyBox project only works on Linux.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/s6-portable-utils/DESCR \
    pkgsrc/misc/s6-portable-utils/Makefile \
    pkgsrc/misc/s6-portable-utils/PLIST \
    pkgsrc/misc/s6-portable-utils/distinfo

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

Added files:

Index: pkgsrc/misc/s6-portable-utils/DESCR
diff -u /dev/null pkgsrc/misc/s6-portable-utils/DESCR:1.1
--- /dev/null   Thu Nov 19 20:19:09 2020
+++ pkgsrc/misc/s6-portable-utils/DESCR Thu Nov 19 20:19:09 2020
@@ -0,0 +1,7 @@
+s6-portable-utils is a set of tiny general Unix utilities, often performing
+well-known tasks such as cut and grep, but optimized for simplicity and
+small size. They were designed for embedded systems and other constrained
+environments, but they work everywhere.
+
+Other set of small utilities are usually system-specific; for instance, the
+(otherwise excellent) BusyBox project only works on Linux.
Index: pkgsrc/misc/s6-portable-utils/Makefile
diff -u /dev/null pkgsrc/misc/s6-portable-utils/Makefile:1.1
--- /dev/null   Thu Nov 19 20:19:09 2020
+++ pkgsrc/misc/s6-portable-utils/Makefile      Thu Nov 19 20:19:09 2020
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/11/19 20:19:09 schmonz Exp $
+
+DISTNAME=      s6-portable-utils-2.2.3.0
+CATEGORIES=    misc
+MASTER_SITES=  ${HOMEPAGE}
+
+MAINTAINER=    cfkoch%edgebsd.org@localhost
+HOMEPAGE=      https://www.skarnet.org/software/s6-portable-utils/
+COMMENT=       Tiny portable generic utilties
+LICENSE=       isc
+
+USE_TOOLS+=            gmake
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
+CONFIGURE_ARGS+=       --with-lib=${PREFIX}/lib/skalibs
+CONFIGURE_ARGS+=       --with-include=${PREFIX}/include
+
+.include "../../devel/skalibs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/s6-portable-utils/PLIST
diff -u /dev/null pkgsrc/misc/s6-portable-utils/PLIST:1.1
--- /dev/null   Thu Nov 19 20:19:09 2020
+++ pkgsrc/misc/s6-portable-utils/PLIST Thu Nov 19 20:19:09 2020
@@ -0,0 +1,46 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/19 20:19:09 schmonz Exp $
+bin/s6-basename
+bin/s6-cat
+bin/s6-chmod
+bin/s6-chown
+bin/s6-clock
+bin/s6-cut
+bin/s6-dirname
+bin/s6-dumpenv
+bin/s6-echo
+bin/s6-env
+bin/s6-expr
+bin/s6-false
+bin/s6-format-filter
+bin/s6-grep
+bin/s6-head
+bin/s6-hiercopy
+bin/s6-linkname
+bin/s6-ln
+bin/s6-ls
+bin/s6-maximumtime
+bin/s6-mkdir
+bin/s6-mkfifo
+bin/s6-nice
+bin/s6-nuke
+bin/s6-pause
+bin/s6-printenv
+bin/s6-quote
+bin/s6-quote-filter
+bin/s6-rename
+bin/s6-rmrf
+bin/s6-seq
+bin/s6-sleep
+bin/s6-sort
+bin/s6-sync
+bin/s6-tai64ndiff
+bin/s6-tail
+bin/s6-test
+bin/s6-touch
+bin/s6-true
+bin/s6-uniquename
+bin/s6-unquote
+bin/s6-unquote-filter
+bin/s6-update-symlinks
+bin/seekablepipe
+include/s6-portable-utils/config.h
Index: pkgsrc/misc/s6-portable-utils/distinfo
diff -u /dev/null pkgsrc/misc/s6-portable-utils/distinfo:1.1
--- /dev/null   Thu Nov 19 20:19:09 2020
+++ pkgsrc/misc/s6-portable-utils/distinfo      Thu Nov 19 20:19:09 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/19 20:19:09 schmonz Exp $
+
+SHA1 (s6-portable-utils-2.2.3.0.tar.gz) = 962a6926bceb9e5dd20e2ff9cb12dca6346a200e
+RMD160 (s6-portable-utils-2.2.3.0.tar.gz) = 1860115bbf00c6d70cf4363693be09c917565cba
+SHA512 (s6-portable-utils-2.2.3.0.tar.gz) = 17cb58a49494bba323f031aa07db134505a0884827745ea48e4e93d1ea70b9d4dd141d065b126abb40d5c7625cbb03ba71090e66fd0adb0c54ab49478e929837
+Size (s6-portable-utils-2.2.3.0.tar.gz) = 49239 bytes



Home | Main Index | Thread Index | Old Index