pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-fontawesome
Module Name: pkgsrc
Committed By: mef
Date: Thu Jan 2 11:38:59 UTC 2025
Modified Files:
pkgsrc/textproc/R-fontawesome: Makefile distinfo
Log Message:
(textproc/R-fontawesome) Updated 0.2.2 to 0.5.3
# fontawesome 0.5.3
* Updated icon set to that of Font Awesome 6.5.2. (#119)
* Added page on pkgdown site that contains a table showing all of the
icons available in the package. (#113)
* The `fa()` function now allows percentage values to be used as
`height` and `width` args (#117). (#125)
* When using `fa_i()`, the `class` value is appended when a
fully-qualified `name` is used (#122. (#123, thanks @averissimo!)
# fontawesome 0.5.2
* Updated icon set to that of Font Awesome 6.4.2. (#111)
# fontawesome 0.5.1
* Updated icon set to that of Font Awesome 6.4.0. (#109)
# fontawesome 0.5.0
* Updated icon set to that of Font Awesome 6.2.1. (#102)
* Closed #101: added the `vertical_align` argument `fa()` to control
vertical alignment of icons. (#103)
* Closed #99 and #100: reinstated missing '.woff2' files. (#102)
# fontawesome 0.4.0
* Updated icon set to that of Font Awesome 6.2.0. (#96)
* It's now possible to reference icons by several of their previous
names. For example the old icon names `"contact-card"` and `"vcard"`
will map to the current name of `"address-card"`. (#96)
* There is now a `prefer_type` argument (default: `"regular"`) that
allows you to register a choice between a solid- or regular-type
icon should both be available for a specific short name. (#96)
# fontawesome 0.3.0
* Closed #80: Updated icon set to that of Font Awesome 6.1. (#85)
* Closed #68: full icon names (e.g., `"fab fa-r-project"`) are now
properly parsed and verified in the `fa_i()` function. (#77)
* Closed #66 and #73: CSS length values (supplied to the `height` or
`width` options of the `fa()` function) are now correctly handled
when they contain decimals. (#74)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/R-fontawesome/Makefile \
pkgsrc/textproc/R-fontawesome/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/R-fontawesome/Makefile
diff -u pkgsrc/textproc/R-fontawesome/Makefile:1.1 pkgsrc/textproc/R-fontawesome/Makefile:1.2
--- pkgsrc/textproc/R-fontawesome/Makefile:1.1 Sat Apr 30 01:38:19 2022
+++ pkgsrc/textproc/R-fontawesome/Makefile Thu Jan 2 11:38:59 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/04/30 01:38:19 mef Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/02 11:38:59 mef Exp $
R_PKGNAME= fontawesome
-R_PKGVER= 0.2.2
+R_PKGVER= 0.5.3
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,9 +11,19 @@ LICENSE= mit # + file LICENSE
DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
DEPENDS+= R-htmltools>=0.5.1.1:../../textproc/R-htmltools
+# Packages suggested but not available: 'gt', 'rsvg'
+
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
#EST_DEPENDS+= R-rsvg-[0-9]*:
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= # none
Index: pkgsrc/textproc/R-fontawesome/distinfo
diff -u pkgsrc/textproc/R-fontawesome/distinfo:1.1 pkgsrc/textproc/R-fontawesome/distinfo:1.2
--- pkgsrc/textproc/R-fontawesome/distinfo:1.1 Sat Apr 30 01:38:19 2022
+++ pkgsrc/textproc/R-fontawesome/distinfo Thu Jan 2 11:38:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/30 01:38:19 mef Exp $
+$NetBSD: distinfo,v 1.2 2025/01/02 11:38:59 mef Exp $
-BLAKE2s (R/fontawesome_0.2.2.tar.gz) = b7a436a6bc044e9a207a60256cececd967af0d978ea1ec20fba35aa75b78fc8a
-SHA512 (R/fontawesome_0.2.2.tar.gz) = 29407669ecf0fd797ada9d5ecf925d66f6415158e5cc4b15f0f241f23c3529225a7418ddd03846800c183845eb30a98ed137a46223258cf8f35ef570a586ceeb
-Size (R/fontawesome_0.2.2.tar.gz) = 1117463 bytes
+BLAKE2s (R/fontawesome_0.5.3.tar.gz) = c82c033fca0e7b5949624e5f84a4344c614b23291bf006539854a70104a2f958
+SHA512 (R/fontawesome_0.5.3.tar.gz) = 4880a1771c394e57215bcc8707ff40204e3113f21b769e69749eba941cb85c0d78199795a1609abfd38cc7044eb20665888a16f185342f5d081afcae0481c4d5
+Size (R/fontawesome_0.5.3.tar.gz) = 1320479 bytes
Home |
Main Index |
Thread Index |
Old Index