pkgsrc-WIP-changes archive

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

bc-gh: new package



Module Name:	pkgsrc-wip
Committed By:	Gavin Howard <yzena.tech%gmail.com@localhost>
Pushed By:	gavin.d.howard
Date:		Sat May 25 18:38:21 2019 -0600
Changeset:	620af664fd354933a1a8dd94b2706862308b2188

Added Files:
	bc-gh/DESCR
	bc-gh/Makefile
	bc-gh/PLIST
	bc-gh/distinfo

Log Message:
bc-gh: new package

This is an alternative bc. It is faster, more robust, and has more
features than just about all (if not all) other bc's out there.

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

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

diffstat:
 bc-gh/DESCR    |  4 ++++
 bc-gh/Makefile | 24 ++++++++++++++++++++++++
 bc-gh/PLIST    | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 bc-gh/distinfo |  6 ++++++
 4 files changed, 84 insertions(+)

diffs:
diff --git a/bc-gh/DESCR b/bc-gh/DESCR
new file mode 100644
index 0000000000..f49017c827
--- /dev/null
+++ b/bc-gh/DESCR
@@ -0,0 +1,4 @@
+Implementation of POSIX bc with GNU extensions
+
+This bc is optimized for use by programmers. It includes several
+extensions beyond the GNU extensions for that purpose.
diff --git a/bc-gh/Makefile b/bc-gh/Makefile
new file mode 100644
index 0000000000..75b0432a6e
--- /dev/null
+++ b/bc-gh/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=       bc-2.0.0
+PKGNAME=        bc-gh-2.0.0
+CATEGORIES=     math
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=gavinhoward/}
+GITHUB_PROJECT= bc
+GITHUB_RELEASE= 2.0.0
+EXTRACT_SUFX=   .tar.xz
+
+MAINTAINER=     yzena.tech%gmail.com@localhost
+HOMEPAGE=       https://github.com/gavinhoward/bc
+COMMENT=        Implementation of POSIX bc with GNU extensions
+LICENSE=        2-clause-bsd
+
+HAS_CONFIGURE=          yes
+CONFIGURE_SCRIPT=       configure.sh
+CONFIGURE_ARGS=         -G
+CONFIGURE_ENV=          EXECSUFFIX="-gh" MANDIR="${PREFIX}/man" NLSPATH="${PREFIX}/share/locale/%L/%N"
+
+do-test:
+        cd ${WRKSRC} && make test
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/bc-gh/PLIST b/bc-gh/PLIST
new file mode 100644
index 0000000000..51edc404f4
--- /dev/null
+++ b/bc-gh/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD$
+bin/bc-gh
+bin/dc-gh
+man/man1/bc-gh.1
+man/man1/dc-gh.1
+share/locale/de_AT.ISO8859-1/bc-gh
+share/locale/de_AT.ISO8859-15/bc-gh
+share/locale/de_AT.UTF-8/bc-gh
+share/locale/de_CH.ISO8859-1/bc-gh
+share/locale/de_CH.ISO8859-15/bc-gh
+share/locale/de_CH.UTF-8/bc-gh
+share/locale/de_DE.ISO8859-1/bc-gh
+share/locale/de_DE.ISO8859-15/bc-gh
+share/locale/de_DE.UTF-8/bc-gh
+share/locale/en_AU.ISO8859-1/bc-gh
+share/locale/en_AU.ISO8859-15/bc-gh
+share/locale/en_AU.US-ASCII/bc-gh
+share/locale/en_AU.UTF-8/bc-gh
+share/locale/en_CA.ISO8859-1/bc-gh
+share/locale/en_CA.ISO8859-15/bc-gh
+share/locale/en_CA.US-ASCII/bc-gh
+share/locale/en_CA.UTF-8/bc-gh
+share/locale/en_GB.ISO8859-1/bc-gh
+share/locale/en_GB.ISO8859-15/bc-gh
+share/locale/en_GB.US-ASCII/bc-gh
+share/locale/en_GB.UTF-8/bc-gh
+share/locale/en_IE.ISO8859-1/bc-gh
+share/locale/en_IE.ISO8859-15/bc-gh
+share/locale/en_IE.UTF-8/bc-gh
+share/locale/en_NZ.ISO8859-1/bc-gh
+share/locale/en_NZ.ISO8859-15/bc-gh
+share/locale/en_NZ.US-ASCII/bc-gh
+share/locale/en_NZ.UTF-8/bc-gh
+share/locale/en_US.ISO8859-1/bc-gh
+share/locale/en_US.ISO8859-15/bc-gh
+share/locale/en_US.US-ASCII/bc-gh
+share/locale/en_US.UTF-8/bc-gh
+share/locale/en_US/bc-gh
+share/locale/fr_BE.ISO8859-1/bc-gh
+share/locale/fr_BE.ISO8859-15/bc-gh
+share/locale/fr_BE.UTF-8/bc-gh
+share/locale/fr_CA.ISO8859-1/bc-gh
+share/locale/fr_CA.ISO8859-15/bc-gh
+share/locale/fr_CA.UTF-8/bc-gh
+share/locale/fr_CH.ISO8859-1/bc-gh
+share/locale/fr_CH.ISO8859-15/bc-gh
+share/locale/fr_CH.UTF-8/bc-gh
+share/locale/fr_FR.ISO8859-1/bc-gh
+share/locale/fr_FR.ISO8859-15/bc-gh
+share/locale/fr_FR.UTF-8/bc-gh
diff --git a/bc-gh/distinfo b/bc-gh/distinfo
new file mode 100644
index 0000000000..d40d7f3eeb
--- /dev/null
+++ b/bc-gh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bc-2.0.0.tar.xz) = 9b2dc69c0f1aeed57d414b5eeaf8d5664e9f0445
+RMD160 (bc-2.0.0.tar.xz) = 6830eb2c57cd69a4e2a71cdceddad0a0807b9933
+SHA512 (bc-2.0.0.tar.xz) = 183cec17ed5020e673abb886eb1f391f8a97ac37a67ca63bb00d8b4c8e52ba0e502f7f813d5b4abf650b0fd0dc74a7e8a7a752faf8a47bd7a8014fd4703bca05
+Size (bc-2.0.0.tar.xz) = 147196 bytes


Home | Main Index | Thread Index | Old Index