1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add new port: devel/R-cran-pkgmaker

This package provides some low-level utilities to use for package
  development. It currently provides managers for multiple package
  specific options and registries, vignette, unit test and bibtex
  related utilities. It serves as a base package for packages like
  NMF, RcppOctave, doRNG, and as an incubator package for other general
  purposes utilities, that will eventually be packaged separately.
  It is still under heavy development and changes in the interface(s)
  are more than likely to happen.

  WWW: https://cran.r-project.org/web/packages/pkgmaker/
This commit is contained in:
TAKATSU Tomonari 2015-08-10 12:36:54 +00:00
parent 8c97f4f1c9
commit e01186dcd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393861
4 changed files with 35 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += R-cran-magrittr
SUBDIR += R-cran-memoise
SUBDIR += R-cran-microbenchmark
SUBDIR += R-cran-pkgmaker
SUBDIR += R-cran-plyr
SUBDIR += R-cran-proto
SUBDIR += R-cran-randomForest

View File

@ -0,0 +1,22 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= pkgmaker
PORTVERSION= 0.22
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Package development utilities
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-registry>0:${PORTSDIR}/devel/R-cran-registry \
R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \
R-cran-stringr>0:${PORTSDIR}/textproc/R-cran-stringr \
R-cran-xtable>0:${PORTSDIR}/textproc/R-cran-xtable
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pkgmaker_0.22.tar.gz) = 19ad78c16bd5757333e7abbd5eebcec081deb494c9a4b6eec6919a3747b3386f
SIZE (pkgmaker_0.22.tar.gz) = 351479

View File

@ -0,0 +1,10 @@
This package provides some low-level utilities to use for package
development. It currently provides managers for multiple package
specific options and registries, vignette, unit test and bibtex
related utilities. It serves as a base package for packages like
NMF, RcppOctave, doRNG, and as an incubator package for other general
purposes utilities, that will eventually be packaged separately.
It is still under heavy development and changes in the interface(s)
are more than likely to happen.
WWW: https://cran.r-project.org/web/packages/pkgmaker/