pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/s6-portable-utils Initial import of s6-portable-u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58b71e776094
branches:  trunk
changeset: 442184:58b71e776094
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Nov 19 20:19:09 2020 +0000

description:
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.

diffstat:

 misc/s6-portable-utils/DESCR    |   7 ++++++
 misc/s6-portable-utils/Makefile |  20 +++++++++++++++++
 misc/s6-portable-utils/PLIST    |  46 +++++++++++++++++++++++++++++++++++++++++
 misc/s6-portable-utils/distinfo |   6 +++++
 4 files changed, 79 insertions(+), 0 deletions(-)

diffs (95 lines):

diff -r 8fc46a7dff8e -r 58b71e776094 misc/s6-portable-utils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/s6-portable-utils/DESCR      Thu Nov 19 20:19:09 2020 +0000
@@ -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.
diff -r 8fc46a7dff8e -r 58b71e776094 misc/s6-portable-utils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/s6-portable-utils/Makefile   Thu Nov 19 20:19:09 2020 +0000
@@ -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"
diff -r 8fc46a7dff8e -r 58b71e776094 misc/s6-portable-utils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/s6-portable-utils/PLIST      Thu Nov 19 20:19:09 2020 +0000
@@ -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
diff -r 8fc46a7dff8e -r 58b71e776094 misc/s6-portable-utils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/s6-portable-utils/distinfo   Thu Nov 19 20:19:09 2020 +0000
@@ -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