pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-utf8



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Mar 15 18:37:18 UTC 2018

Added Files:
        pkgsrc/textproc/R-utf8: DESCR Makefile distinfo

Log Message:
textproc/R-utf8: Import version 1.1.3

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


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

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

Added files:

Index: pkgsrc/textproc/R-utf8/DESCR
diff -u /dev/null pkgsrc/textproc/R-utf8/DESCR:1.1
--- /dev/null   Thu Mar 15 18:37:19 2018
+++ pkgsrc/textproc/R-utf8/DESCR        Thu Mar 15 18:37:18 2018
@@ -0,0 +1,2 @@
+Process and print 'UTF-8' encoded international text (Unicode). Input,
+validate, normalize, encode, format, and display.
Index: pkgsrc/textproc/R-utf8/Makefile
diff -u /dev/null pkgsrc/textproc/R-utf8/Makefile:1.1
--- /dev/null   Thu Mar 15 18:37:19 2018
+++ pkgsrc/textproc/R-utf8/Makefile     Thu Mar 15 18:37:18 2018
@@ -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"
Index: pkgsrc/textproc/R-utf8/distinfo
diff -u /dev/null pkgsrc/textproc/R-utf8/distinfo:1.1
--- /dev/null   Thu Mar 15 18:37:19 2018
+++ pkgsrc/textproc/R-utf8/distinfo     Thu Mar 15 18:37:18 2018
@@ -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