pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts tex-academicons{,-doc}: update to 1.9.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebdfc57213c2
branches:  trunk
changeset: 376396:ebdfc57213c2
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 07 04:50:34 2022 +0000

description:
tex-academicons{,-doc}: update to 1.9.12

more icons

diffstat:

 fonts/tex-academicons-doc/Makefile |   8 ++++----
 fonts/tex-academicons-doc/distinfo |   8 ++++----
 fonts/tex-academicons/DESCR        |  36 +++++++++++++++++++-----------------
 fonts/tex-academicons/Makefile     |  10 +++++-----
 fonts/tex-academicons/distinfo     |   8 ++++----
 5 files changed, 36 insertions(+), 34 deletions(-)

diffs (111 lines):

diff -r 3882da0ffa3a -r ebdfc57213c2 fonts/tex-academicons-doc/Makefile
--- a/fonts/tex-academicons-doc/Makefile        Thu Apr 07 03:44:04 2022 +0000
+++ b/fonts/tex-academicons-doc/Makefile        Thu Apr 07 04:50:34 2022 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2021/02/20 00:01:35 markd Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/07 04:50:34 markd Exp $
 
 DISTNAME=      academicons.doc
-PKGNAME=       tex-${DISTNAME:S/./-/}-1.9.0
-TEXLIVE_REV=   56119
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.9.12
+TEXLIVE_REV=   62622
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/academicons
 COMMENT=       Documentation for tex-academicons
-LICENSE=       lppl-1.3c AND ofl-v1.0
+LICENSE=       lppl-1.3c AND ofl-v1.1
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3882da0ffa3a -r ebdfc57213c2 fonts/tex-academicons-doc/distinfo
--- a/fonts/tex-academicons-doc/distinfo        Thu Apr 07 03:44:04 2022 +0000
+++ b/fonts/tex-academicons-doc/distinfo        Thu Apr 07 04:50:34 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:27:25 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/07 04:50:34 markd Exp $
 
-BLAKE2s (academicons.doc.r56119.tar.xz) = dfd3853f8c71b8a069bcf84a3892fff62e085732071355c3b5d9f50837425244
-SHA512 (academicons.doc.r56119.tar.xz) = 55f9e0192b8e50126fd573aee69ce5d7f389448f7af9e2973515ae49c552adaadd3eb8f06f019e42d0caa23c2d9a7841ae5fb7f6c0b6eed9a43eb60f7b0dd964
-Size (academicons.doc.r56119.tar.xz) = 103408 bytes
+BLAKE2s (academicons.doc.r62622.tar.xz) = 364bc3aea2bff28af01dff17efec60836774d3951c9185cfc7466c2ee3b8d745
+SHA512 (academicons.doc.r62622.tar.xz) = beeb30c90b668edbd135a0067165232efd0919c4e42f9e968a8e0e3250a88ba9d1a4489fc8e8f10c69c27794b1e00c63151877e119ceb33da50b12c42c4fc80d
+Size (academicons.doc.r62622.tar.xz) = 103532 bytes
diff -r 3882da0ffa3a -r ebdfc57213c2 fonts/tex-academicons/DESCR
--- a/fonts/tex-academicons/DESCR       Thu Apr 07 03:44:04 2022 +0000
+++ b/fonts/tex-academicons/DESCR       Thu Apr 07 04:50:34 2022 +0000
@@ -1,19 +1,21 @@
-This package provides access in (La)TeX to 66 high quality
-icons of online academic profiles included in the free
-"Academicons" font. It requires the fontspec package and either
-the Xe(La)TeX or the Lua(La)TeX engine to load "Academicons"
-font from the system, which requires installing the bundled
-academicons.ttf font file. As new releases come out, it is
-recommended to install the bundled font version as there may be
-differences between the package and previous font versions or
-newer font versions not yet contemplated in the package. The
-"Academicons" font was designed by James Walsh and released
-(see http://jpswalsh.github.io/academicons/) under the SIL Open
+The academicons package provides access in (La)TeX to 124 high
+quality icons of online academic profiles included in the free
+"Academicons" font. This package requires either the Xe(La)TeX
+or Lua(La)TeX engine to load the "Academicons" font from the
+system, which requires installing the bundled academicons.ttf
+font file. As new releases come out, it is recommended to
+install the bundled font version as there may be differences
+between the package and previous font versions or newest font
+versions not yet contemplated in the package. The "Academicons"
+font was designed by James Walsh and released (see
+http://jpswalsh.github.io/academicons/) under the open SIL Open
 Font License. This package is a redistribution of the free
 "Academicons" font with specific bindings for (La)TeX. It is
-inspired by and based on the fontawesome package.
-academicons.sty provides the generic \aiicon command to access
-icons, which takes as a mandatory argument the name of the
-desired icon. It also provides individual direct commands for
-each specific icon. The full list of icons and their respective
-names and direct commands can be found in the manual.
+inspired and based on the fontawesome package. The academicons
+package provides the generic \aiicon command to access icons,
+which takes as mandatory argument the name of the desired icon.
+It also provides individual direct commands for each specific
+icon. The full list of icons and their respective names and
+direct commands can be found in the manual. For example,
+\aiicon{googlescholar} yields the same result as
+\aiGoogleScholar.
diff -r 3882da0ffa3a -r ebdfc57213c2 fonts/tex-academicons/Makefile
--- a/fonts/tex-academicons/Makefile    Thu Apr 07 03:44:04 2022 +0000
+++ b/fonts/tex-academicons/Makefile    Thu Apr 07 04:50:34 2022 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2021/02/20 00:01:35 markd Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/07 04:50:34 markd Exp $
 
 DISTNAME=      academicons
-PKGNAME=       tex-${DISTNAME}-1.9.0
-TEXLIVE_REV=   56119
+PKGNAME=       tex-${DISTNAME}-1.9.12
+TEXLIVE_REV=   62622
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ctan.org/pkg/academicons
-COMMENT=       Font containing icons of online academic profiles
-LICENSE=       lppl-1.3c AND ofl-v1.0
+COMMENT=       Font containing high quality icons of online academic profiles
+LICENSE=       lppl-1.3c AND ofl-v1.1
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3882da0ffa3a -r ebdfc57213c2 fonts/tex-academicons/distinfo
--- a/fonts/tex-academicons/distinfo    Thu Apr 07 03:44:04 2022 +0000
+++ b/fonts/tex-academicons/distinfo    Thu Apr 07 04:50:34 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:27:25 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/07 04:50:34 markd Exp $
 
-BLAKE2s (academicons.r56119.tar.xz) = bc0e572dc11bba5d233dbc76bd9e155d49d882d8a070441f5e93bf345a3590c6
-SHA512 (academicons.r56119.tar.xz) = 87e2c5436f92e288c94d612380a2bd6736a19b7a6ba714c0d33bfad27aaab79cdf264b585e722055b1d8402be5c0001c1d8759ac3b79d6c2759c90d6a36d2f6a
-Size (academicons.r56119.tar.xz) = 32636 bytes
+BLAKE2s (academicons.r62622.tar.xz) = 6f9648f65250236802d86b8d970ba8b28730e0fb3e03c641257b56faefba585f
+SHA512 (academicons.r62622.tar.xz) = 10fed2cdb2533a7291626eee2f3d46e79fe972eadd83cf7177f22228dcd13422549819dc5e1cf0b03e8397e23badc02a965857aca886ba004a3279efeb49b288
+Size (academicons.r62622.tar.xz) = 35252 bytes



Home | Main Index | Thread Index | Old Index