pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-fansi



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jun  9 09:41:35 UTC 2019

Added Files:
        pkgsrc/devel/R-fansi: DESCR Makefile distinfo

Log Message:
Import fansi-0.4.0 as devel/R-fansi.

Counterparts to R string manipulation functions that account for
the effects of ANSI text formatting control sequences.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-fansi/DESCR \
    pkgsrc/devel/R-fansi/Makefile pkgsrc/devel/R-fansi/distinfo

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

Added files:

Index: pkgsrc/devel/R-fansi/DESCR
diff -u /dev/null pkgsrc/devel/R-fansi/DESCR:1.1
--- /dev/null   Sun Jun  9 09:41:35 2019
+++ pkgsrc/devel/R-fansi/DESCR  Sun Jun  9 09:41:35 2019
@@ -0,0 +1,2 @@
+Counterparts to R string manipulation functions that account for
+the effects of ANSI text formatting control sequences.
Index: pkgsrc/devel/R-fansi/Makefile
diff -u /dev/null pkgsrc/devel/R-fansi/Makefile:1.1
--- /dev/null   Sun Jun  9 09:41:35 2019
+++ pkgsrc/devel/R-fansi/Makefile       Sun Jun  9 09:41:35 2019
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/06/09 09:41:35 wen Exp $
+
+CATEGORIES=    devel
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/brodieG/fansi
+COMMENT=       ANSI Control Sequence Aware String Functions
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     fansi
+R_PKGVER=      0.4.0
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.1.0
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-fansi/distinfo
diff -u /dev/null pkgsrc/devel/R-fansi/distinfo:1.1
--- /dev/null   Sun Jun  9 09:41:35 2019
+++ pkgsrc/devel/R-fansi/distinfo       Sun Jun  9 09:41:35 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/09 09:41:35 wen Exp $
+
+SHA1 (R/fansi_0.4.0.tar.gz) = 62a8e1128a23f3050228b6784b68b5789a6c0538
+RMD160 (R/fansi_0.4.0.tar.gz) = ee36c1e8c78e90e557548bc1f0ee354fa2d5750d
+SHA512 (R/fansi_0.4.0.tar.gz) = 13012ca52137d9aec533bd0d16b84c13c33fee2ff4e25c6214e84ffd8d813612e10356d4a16affb8483047d2eaeb5b7746ebcb705d4d711b92d7e5d2a950e1e2
+Size (R/fansi_0.4.0.tar.gz) = 266123 bytes



Home | Main Index | Thread Index | Old Index