pkgsrc-WIP-changes archive

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

Import num-utils-0.5 as wip/num-utils.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jul 1 15:24:47 2016 +0200
Changeset:	d1cbaeebfe8e799ff13d657292cd442bef639924

Added Files:
	num-utils/DESCR
	num-utils/Makefile
	num-utils/PLIST
	num-utils/distinfo

Log Message:
Import num-utils-0.5 as wip/num-utils.

Description - num-utils are a set of utilities that aim to provide
the numeric equivilent of the GNU text-utils.  These programs do
operations on numbers such as filtering, adding, averaging and so on.
They help expand and complete the shell vocabulary.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d1cbaeebfe8e799ff13d657292cd442bef639924

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

diffstat:
 num-utils/DESCR    |  4 ++++
 num-utils/Makefile | 26 ++++++++++++++++++++++++++
 num-utils/PLIST    | 29 +++++++++++++++++++++++++++++
 num-utils/distinfo |  6 ++++++
 4 files changed, 65 insertions(+)

diffs:
diff --git a/num-utils/DESCR b/num-utils/DESCR
new file mode 100644
index 0000000..1e2a7e3
--- /dev/null
+++ b/num-utils/DESCR
@@ -0,0 +1,4 @@
+Description - num-utils are a set of utilities that aim to provide
+the numeric equivilent of the GNU text-utils.  These programs do
+operations on numbers such as filtering, adding, averaging and so on.
+They help expand and complete the shell vocabulary.
diff --git a/num-utils/Makefile b/num-utils/Makefile
new file mode 100644
index 0000000..759a5d6
--- /dev/null
+++ b/num-utils/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	num-utils-0.5
+CATEGORIES=	textproc
+MASTER_SITES=	http://suso.suso.org/programs/num-utils/downloads/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://suso.suso.org/programs/num-utils/downloads/
+COMMENT=	Set of programs that deals with numbers
+LICENSE=	gnu-gpl-v2
+
+USE_LANGUAGES=	# none
+USE_TOOLS+=	gmake perl
+
+REPLACE_PERL+=	average bound interval normalize numgrep numprocess numsum random range round
+
+MAKE_FLAGS+=	TOPDIR=${DESTDIR}/${PREFIX}
+MAKE_FLAGS+=	MANDIR=${DESTDIR}/${PREFIX}/${PKGMANDIR}/man1
+
+SUBST_CLASSES+=			fix-perms
+SUBST_STAGE.fix-perms=		pre-configure
+SUBST_MESSAGE.fix-perms=	Fixing uid/gid of files
+SUBST_FILES.fix-perms+=		Makefile
+SUBST_SED.fix-perms+=		-e 's,-o 0 -g 0,,g'
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/num-utils/PLIST b/num-utils/PLIST
new file mode 100644
index 0000000..129537e
--- /dev/null
+++ b/num-utils/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+bin/average
+bin/bound
+bin/interval
+bin/normalize
+bin/numgrep
+bin/numprocess
+bin/numsum
+bin/random
+bin/range
+bin/round
+man/man1/average.1
+man/man1/bound.1
+man/man1/interval.1
+man/man1/normalize.1
+man/man1/numgrep.1
+man/man1/numprocess.1
+man/man1/numsum.1
+man/man1/random.1
+man/man1/range.1
+man/man1/round.1
+share/doc/${PKGNAME}/CHANGELOG
+share/doc/${PKGNAME}/COPYING
+share/doc/${PKGNAME}/GOALS
+share/doc/${PKGNAME}/LICENSE
+share/doc/${PKGNAME}/MANIFEST
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/WARNING
+share/doc/${PKGNAME}/template
diff --git a/num-utils/distinfo b/num-utils/distinfo
new file mode 100644
index 0000000..750457e
--- /dev/null
+++ b/num-utils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (num-utils-0.5.tar.gz) = 3fc6130874129fe1e98db6db8b3dc43f0e1a89ac
+RMD160 (num-utils-0.5.tar.gz) = 54ed62109fdbeaf4fe2006a072e1e4e778ab146c
+SHA512 (num-utils-0.5.tar.gz) = 6f5a2a8304a0ac3cdba342ecfd28ccd926778a5fde5eed4655f973a5c921e558f0986061ec11ba6146382f63a46b1503570576370a28a0f975e361d790f03561
+Size (num-utils-0.5.tar.gz) = 31845 bytes


Home | Main Index | Thread Index | Old Index