hs-tabular: Import version 0.2.2.7
This commit is contained in:
parent
58abbdba16
commit
e9167b6c55
5 changed files with 43 additions and 1 deletions
|
@ -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
|
||||
|
|
5
devel/hs-tabular/DESCR
Normal file
5
devel/hs-tabular/DESCR
Normal file
|
@ -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.
|
17
devel/hs-tabular/Makefile
Normal file
17
devel/hs-tabular/Makefile
Normal file
|
@ -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
|
||||
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"
|
13
devel/hs-tabular/buildlink3.mk
Normal file
13
devel/hs-tabular/buildlink3.mk
Normal file
|
@ -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
|
6
devel/hs-tabular/distinfo
Normal file
6
devel/hs-tabular/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue