pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel hs-tabular: Import version 0.2.2.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bae55b280ba
branches: trunk
changeset: 414611:2bae55b280ba
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:46:47 2020 +0000
description:
hs-tabular: Import version 0.2.2.7
diffstat:
devel/Makefile | 3 ++-
devel/hs-tabular/DESCR | 5 +++++
devel/hs-tabular/Makefile | 17 +++++++++++++++++
devel/hs-tabular/buildlink3.mk | 13 +++++++++++++
devel/hs-tabular/distinfo | 6 ++++++
5 files changed, 43 insertions(+), 1 deletions(-)
diffs (74 lines):
diff -r 2470353a3a56 -r 2bae55b280ba devel/Makefile
--- a/devel/Makefile Mon Mar 30 16:46:10 2020 +0000
+++ b/devel/Makefile Mon Mar 30 16:46:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3081 2020/03/30 16:43:35 riastradh Exp $
+# $NetBSD: Makefile,v 1.3082 2020/03/30 16:46:47 riastradh Exp $
#
COMMENT= Development utilities
@@ -567,6 +567,7 @@
SUBDIR+= hs-splitmix
SUBDIR+= hs-streaming-commons
SUBDIR+= hs-syb
+SUBDIR+= hs-tabular
SUBDIR+= hs-tagged
SUBDIR+= hs-terminal-size
SUBDIR+= hs-tf-random
diff -r 2470353a3a56 -r 2bae55b280ba devel/hs-tabular/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tabular/DESCR Mon Mar 30 16:46:47 2020 +0000
@@ -0,0 +1,5 @@
+Tabular provides a Haskell representation of two-dimensional data
+tables, the kind that you might find in a spreadsheet or a research
+report. It also comes with some default rendering functions for
+turning those tables into ASCII art, simple text with an arbitrary
+delimiter, CSV, HTML, or LaTeX.
diff -r 2470353a3a56 -r 2bae55b280ba devel/hs-tabular/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tabular/Makefile Mon Mar 30 16:46:47 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:46:47 riastradh Exp $
+
+DISTNAME= tabular-0.2.2.7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=tabular-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/kowey/tabular
+COMMENT= Two-dimensional data tables with rendering functions
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../textproc/hs-csv/buildlink3.mk"
+.include "../../textproc/hs-html/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2470353a3a56 -r 2bae55b280ba devel/hs-tabular/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tabular/buildlink3.mk Mon Mar 30 16:46:47 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:46:47 riastradh Exp $
+
+BUILDLINK_TREE+= hs-tabular
+
+.if !defined(HS_TABULAR_BUILDLINK3_MK)
+HS_TABULAR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-tabular+= hs-tabular>=0.2.2.7
+BUILDLINK_ABI_DEPENDS.hs-tabular+= hs-tabular>=0.2.2.7
+BUILDLINK_PKGSRCDIR.hs-tabular?= ../../devel/hs-tabular
+.endif # HS_TABULAR_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-tabular
diff -r 2470353a3a56 -r 2bae55b280ba devel/hs-tabular/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tabular/distinfo Mon Mar 30 16:46:47 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:46:47 riastradh Exp $
+
+SHA1 (tabular-0.2.2.7.tar.gz) = e58f9fc68528d2568d29a72560fb07be39295536
+RMD160 (tabular-0.2.2.7.tar.gz) = 2fb895bda7e44699aef517ad8a31d22cb8db0519
+SHA512 (tabular-0.2.2.7.tar.gz) = e56bb8731d325a9b705ce4374431bd72a05f336d0918976d72a664b10ccd4468d99d443914f307d9ee7d89508a5c54e629b7ebbb82f3e7f26b202a82771679c8
+Size (tabular-0.2.2.7.tar.gz) = 6526 bytes
Home |
Main Index |
Thread Index |
Old Index