pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc hs-Diff: Import version 0.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/379f3a4b8b0a
branches: trunk
changeset: 414608:379f3a4b8b0a
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:44:48 2020 +0000
description:
hs-Diff: Import version 0.4.0
diffstat:
textproc/Makefile | 3 ++-
textproc/hs-Diff/DESCR | 4 ++++
textproc/hs-Diff/Makefile | 15 +++++++++++++++
textproc/hs-Diff/buildlink3.mk | 13 +++++++++++++
textproc/hs-Diff/distinfo | 6 ++++++
5 files changed, 40 insertions(+), 1 deletions(-)
diffs (71 lines):
diff -r cc532b027010 -r 379f3a4b8b0a textproc/Makefile
--- a/textproc/Makefile Mon Mar 30 16:44:12 2020 +0000
+++ b/textproc/Makefile Mon Mar 30 16:44:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1120 2020/03/24 17:15:00 taca Exp $
+# $NetBSD: Makefile,v 1.1121 2020/03/30 16:44:48 riastradh Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -282,6 +282,7 @@
SUBDIR+= highlight
SUBDIR+= highway
SUBDIR+= hre
+SUBDIR+= hs-Diff
SUBDIR+= hs-Glob
SUBDIR+= hs-HsYAML
SUBDIR+= hs-annotated-wl-pprint
diff -r cc532b027010 -r 379f3a4b8b0a textproc/hs-Diff/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-Diff/DESCR Mon Mar 30 16:44:48 2020 +0000
@@ -0,0 +1,4 @@
+O(ND) diff algorithm in Haskell.
+
+Implementation of the standard diff algorithm, and utilities for
+pretty-printing.
diff -r cc532b027010 -r 379f3a4b8b0a textproc/hs-Diff/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-Diff/Makefile Mon Mar 30 16:44:48 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:44:48 riastradh Exp $
+
+DISTNAME= Diff-0.4.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=Diff-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://hackage.haskell.org/package/Diff
+COMMENT= O(ND) diff algorithm in Haskell
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cc532b027010 -r 379f3a4b8b0a textproc/hs-Diff/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-Diff/buildlink3.mk Mon Mar 30 16:44:48 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:44:48 riastradh Exp $
+
+BUILDLINK_TREE+= hs-Diff
+
+.if !defined(HS_DIFF_BUILDLINK3_MK)
+HS_DIFF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-Diff+= hs-Diff>=0.4.0
+BUILDLINK_ABI_DEPENDS.hs-Diff+= hs-Diff>=0.4.0
+BUILDLINK_PKGSRCDIR.hs-Diff?= ../../textproc/hs-Diff
+.endif # HS_DIFF_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-Diff
diff -r cc532b027010 -r 379f3a4b8b0a textproc/hs-Diff/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-Diff/distinfo Mon Mar 30 16:44:48 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:44:48 riastradh Exp $
+
+SHA1 (Diff-0.4.0.tar.gz) = aec51ca97a0e5f18320122074f0bc04c631bd75f
+RMD160 (Diff-0.4.0.tar.gz) = e2df45050370e521c754500ba389532f58b716d8
+SHA512 (Diff-0.4.0.tar.gz) = 6a48a234d3140bc8c641cdf649a1f0daa39ab4de4064435dcbb15a9ea52994c967aadc8584f70aab89ef78e17ecc66b8ce3d8dd2157eb5b85277dfff80fd608c
+Size (Diff-0.4.0.tar.gz) = 8065 bytes
Home |
Main Index |
Thread Index |
Old Index