pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgconfig



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Apr  6 18:40:31 UTC 2018

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

Log Message:
devel/R-pkgconfig: Import version 2.0.1

Set configuration options on a per-package basis. Options set by a
given package only apply to that package, other packages are
unaffected.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-pkgconfig/DESCR \
    pkgsrc/devel/R-pkgconfig/Makefile pkgsrc/devel/R-pkgconfig/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-pkgconfig/DESCR
diff -u /dev/null pkgsrc/devel/R-pkgconfig/DESCR:1.1
--- /dev/null   Fri Apr  6 18:40:31 2018
+++ pkgsrc/devel/R-pkgconfig/DESCR      Fri Apr  6 18:40:31 2018
@@ -0,0 +1,3 @@
+Set configuration options on a per-package basis. Options set by a
+given package only apply to that package, other packages are
+unaffected.
Index: pkgsrc/devel/R-pkgconfig/Makefile
diff -u /dev/null pkgsrc/devel/R-pkgconfig/Makefile:1.1
--- /dev/null   Fri Apr  6 18:40:31 2018
+++ pkgsrc/devel/R-pkgconfig/Makefile   Fri Apr  6 18:40:31 2018
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/04/06 18:40:31 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gaborcsardi/pkgconfig
+COMMENT=       Private Configuration for 'R' Packages
+LICENSE=       mit
+
+R_PKGNAME=     pkgconfig
+R_PKGVER=      2.0.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgconfig/distinfo
diff -u /dev/null pkgsrc/devel/R-pkgconfig/distinfo:1.1
--- /dev/null   Fri Apr  6 18:40:31 2018
+++ pkgsrc/devel/R-pkgconfig/distinfo   Fri Apr  6 18:40:31 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/06 18:40:31 minskim Exp $
+
+SHA1 (R/pkgconfig_2.0.1.tar.gz) = 762fa56420abb5fa7901b13c66f60fddb6f7f4a4
+RMD160 (R/pkgconfig_2.0.1.tar.gz) = c1bfc645135e628ed6108da7fbc8efe494191fcd
+SHA512 (R/pkgconfig_2.0.1.tar.gz) = 93b6343921909fcdae4f1a9d43c188722722b025eea6880249f560cb5966d696184c8ff6166c798e7436e1297d3856d8c92c7147f89d940263498f013f3348a2
+Size (R/pkgconfig_2.0.1.tar.gz) = 6084 bytes



Home | Main Index | Thread Index | Old Index