pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-utf8 textproc/R-utf8: Import version 1.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c19690b432fb
branches:  trunk
changeset: 377375:c19690b432fb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 15 18:37:18 2018 +0000

description:
textproc/R-utf8: Import version 1.1.3

Process and print 'UTF-8' encoded international text (Unicode). Input,
validate, normalize, encode, format, and display.

diffstat:

 textproc/R-utf8/DESCR    |   2 ++
 textproc/R-utf8/Makefile |  18 ++++++++++++++++++
 textproc/R-utf8/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 80699a0a1df8 -r c19690b432fb textproc/R-utf8/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-utf8/DESCR     Thu Mar 15 18:37:18 2018 +0000
@@ -0,0 +1,2 @@
+Process and print 'UTF-8' encoded international text (Unicode). Input,
+validate, normalize, encode, format, and display.
diff -r 80699a0a1df8 -r c19690b432fb textproc/R-utf8/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-utf8/Makefile  Thu Mar 15 18:37:18 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/15 18:37:18 minskim Exp $
+
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/patperry/r-utf8
+COMMENT=       Unicode text processing
+LICENSE=       apache-2.0
+
+R_PKGNAME=     utf8
+R_PKGVER=      1.1.3
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.1.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 80699a0a1df8 -r c19690b432fb textproc/R-utf8/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-utf8/distinfo  Thu Mar 15 18:37:18 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/15 18:37:18 minskim Exp $
+
+SHA1 (R/utf8_1.1.3.tar.gz) = edb3ab0800838c2d5312cbf8443d2de4cc718da4
+RMD160 (R/utf8_1.1.3.tar.gz) = b250fd9cfa9c75db177d4d647c578cea2e466830
+SHA512 (R/utf8_1.1.3.tar.gz) = 4460ed3bb1a06912ffc0493ae1242c2bf5ede5c2dbd669138379b3db34462651066ce3e2df2240b4bdfc563604226738ae9172e46a6c834dfeb079f560e3dc75
+Size (R/utf8_1.1.3.tar.gz) = 217735 bytes



Home | Main Index | Thread Index | Old Index