Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
690c1676
Commit
690c1676
authored
Jan 05, 2021
by
ygy
Browse files
new port: devel/R-cran-prettycode: Pretty Print R Code in the Terminal
Approved by: lwhsu
parent
a7baa7f2
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
690c1676
...
...
@@ -71,6 +71,7 @@
SUBDIR
+=
R-cran-plogr
SUBDIR
+=
R-cran-plyr
SUBDIR
+=
R-cran-praise
SUBDIR
+=
R-cran-prettycode
SUBDIR
+=
R-cran-prettyunits
SUBDIR
+=
R-cran-progress
SUBDIR
+=
R-cran-promises
...
...
devel/R-cran-prettycode/Makefile
0 → 100644
View file @
690c1676
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
# $FreeBSD$
PORTNAME
=
prettycode
DISTVERSION
=
1.1.0
CATEGORIES
=
devel
DISTNAME
=
${PORTNAME}
_
${DISTVERSION}
MAINTAINER
=
ygy@FreeBSD.org
COMMENT
=
Pretty Print R Code
in
the Terminal
LICENSE
=
MIT
LICENSE_FILE
=
${WRKSRC}
/LICENSE
RUN_DEPENDS
=
R-cran-crayon>0:devel/R-cran-crayon
TEST_DEPENDS
=
R-cran-covr>0:devel/R-cran-covr
\
R-cran-rstudioapi>0:devel/R-cran-rstudioapi
\
R-cran-testthat>0:devel/R-cran-testthat
\
R-cran-withr>0:devel/R-cran-withr
USES
=
cran:auto-plist
.
include
<bsd.port.mk>
devel/R-cran-prettycode/distinfo
0 → 100644
View file @
690c1676
TIMESTAMP = 1609807466
SHA256 (prettycode_1.1.0.tar.gz) = 4f877bef2d4ff7771a3fa0368c9b85ef058b4c06ff9c18c31d827d3d0e4cd0c5
SIZE (prettycode_1.1.0.tar.gz) = 209279
devel/R-cran-prettycode/pkg-descr
0 → 100644
View file @
690c1676
Replace the standard print method for functions with one that performs syntax
highlighting, using ANSI colors, if the terminal supports them.
WWW: https://github.com/r-lib/prettycode#readme
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment