pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 16:46:47 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/hs-tabular: DESCR Makefile buildlink3.mk distinfo

Log Message:
hs-tabular: Import version 0.2.2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3081 -r1.3082 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-tabular/DESCR \
    pkgsrc/devel/hs-tabular/Makefile pkgsrc/devel/hs-tabular/buildlink3.mk \
    pkgsrc/devel/hs-tabular/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3081 pkgsrc/devel/Makefile:1.3082
--- pkgsrc/devel/Makefile:1.3081        Mon Mar 30 16:43:35 2020
+++ pkgsrc/devel/Makefile       Mon Mar 30 16:46:47 2020
@@ -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-split
 SUBDIR+=       hs-splitmix
 SUBDIR+=       hs-streaming-commons
 SUBDIR+=       hs-syb
+SUBDIR+=       hs-tabular
 SUBDIR+=       hs-tagged
 SUBDIR+=       hs-terminal-size
 SUBDIR+=       hs-tf-random

Added files:

Index: pkgsrc/devel/hs-tabular/DESCR
diff -u /dev/null pkgsrc/devel/hs-tabular/DESCR:1.1
--- /dev/null   Mon Mar 30 16:46:47 2020
+++ pkgsrc/devel/hs-tabular/DESCR       Mon Mar 30 16:46:47 2020
@@ -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.
Index: pkgsrc/devel/hs-tabular/Makefile
diff -u /dev/null pkgsrc/devel/hs-tabular/Makefile:1.1
--- /dev/null   Mon Mar 30 16:46:47 2020
+++ pkgsrc/devel/hs-tabular/Makefile    Mon Mar 30 16:46:47 2020
@@ -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"
Index: pkgsrc/devel/hs-tabular/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-tabular/buildlink3.mk:1.1
--- /dev/null   Mon Mar 30 16:46:47 2020
+++ pkgsrc/devel/hs-tabular/buildlink3.mk       Mon Mar 30 16:46:47 2020
@@ -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
Index: pkgsrc/devel/hs-tabular/distinfo
diff -u /dev/null pkgsrc/devel/hs-tabular/distinfo:1.1
--- /dev/null   Mon Mar 30 16:46:47 2020
+++ pkgsrc/devel/hs-tabular/distinfo    Mon Mar 30 16:46:47 2020
@@ -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