Skip to content

Commit

Permalink
(textproc/R-fontawesome) Updated 0.2.2 to 0.5.3
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Jan 2, 2025
1 parent d899030 commit 31bd17f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions textproc/R-fontawesome/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions textproc/R-fontawesome/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 31bd17f

Please sign in to comment.