pkgsrc-WIP-changes archive

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

Add s6-portable-utils.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Nov 12 13:05:32 2016 -0800
Changeset:	c869b92cf2fb04b8b28daef4068a7c4c44ee835f

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

Log Message:
Add s6-portable-utils.

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c869b92cf2fb04b8b28daef4068a7c4c44ee835f

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

diffstat:
 Makefile                   |  1 +
 s6-portable-utils/DESCR    |  7 +++++++
 s6-portable-utils/Makefile | 20 ++++++++++++++++++++
 s6-portable-utils/PLIST    | 45 +++++++++++++++++++++++++++++++++++++++++++++
 s6-portable-utils/distinfo |  6 ++++++
 5 files changed, 79 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e0e8021..217a3da 100644
--- a/Makefile
+++ b/Makefile
@@ -3764,6 +3764,7 @@ SUBDIR+=	rygel
 SUBDIR+=	s3cmd
 SUBDIR+=	s3funnel
 SUBDIR+=	s6
+SUBDIR+=	s6-portable-utils
 SUBDIR+=	sabnzbdplus
 SUBDIR+=	safekeep
 SUBDIR+=	sailor
diff --git a/s6-portable-utils/DESCR b/s6-portable-utils/DESCR
new file mode 100644
index 0000000..237a33f
--- /dev/null
+++ b/s6-portable-utils/DESCR
@@ -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 --git a/s6-portable-utils/Makefile b/s6-portable-utils/Makefile
new file mode 100644
index 0000000..cfc47c2
--- /dev/null
+++ b/s6-portable-utils/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	s6-portable-utils-2.1.0.0
+CATEGORIES=	misc
+MASTER_SITES=	http://www.skarnet.org/software/s6-portable-utils/
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+COMMENT=	Tiny portable generic utilties
+HOMEPAGE=	http://www.skarnet.org/software/s6-portable-utils/
+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 "../../wip/skalibs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/s6-portable-utils/PLIST b/s6-portable-utils/PLIST
new file mode 100644
index 0000000..f21fe9a
--- /dev/null
+++ b/s6-portable-utils/PLIST
@@ -0,0 +1,45 @@
+@comment $NetBSD$
+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-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 --git a/s6-portable-utils/distinfo b/s6-portable-utils/distinfo
new file mode 100644
index 0000000..9684787
--- /dev/null
+++ b/s6-portable-utils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (s6-portable-utils-2.1.0.0.tar.gz) = 0d886b6cc37095b54772497463c7d6d4c35d9800
+RMD160 (s6-portable-utils-2.1.0.0.tar.gz) = c0fdbddedc7fcb555d62dca881ac90d465d990c5
+SHA512 (s6-portable-utils-2.1.0.0.tar.gz) = 0b18304c63180c3233a5f29e1fc24b20c9c99c8949b042244d4a5b69cf2f15049ccbeddb2c3ffc5e88ee636bcfe836568670cc1626d5517381771ee3baff10c5
+Size (s6-portable-utils-2.1.0.0.tar.gz) = 47170 bytes


Home | Main Index | Thread Index | Old Index