Received: by mail.netbsd.org (Postfix, from userid 605) id 932EF84EAB; Wed, 2 May 2018 11:19:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DC3384D93 for ; Wed, 2 May 2018 11:19:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id r_19CHw2acMu for ; Wed, 2 May 2018 11:19:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6C98F84D04 for ; Wed, 2 May 2018 11:19:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67D92FBEC; Wed, 2 May 2018 11:19:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152525997784080" MIME-Version: 1.0 Date: Wed, 2 May 2018 11:19:37 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180502111937.67D92FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152525997784080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed May 2 11:19:37 UTC 2018 Modified Files: pkgsrc/fonts/tex-academicons: DESCR Makefile distinfo pkgsrc/fonts/tex-academicons-doc: Makefile distinfo Log Message: tex-academicons{,-doc}: update to 1.8.3 changes unknown To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/tex-academicons/DESCR cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/tex-academicons/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-academicons/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/tex-academicons-doc/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/tex-academicons-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152525997784080 Content-Disposition: inline Content-Length: 5991 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/tex-academicons/DESCR diff -u pkgsrc/fonts/tex-academicons/DESCR:1.1 pkgsrc/fonts/tex-academicons/DESCR:1.2 --- pkgsrc/fonts/tex-academicons/DESCR:1.1 Wed Sep 2 11:06:14 2015 +++ pkgsrc/fonts/tex-academicons/DESCR Wed May 2 11:19:37 2018 @@ -1,14 +1,19 @@ -This package provides access in (La)TeX to 20 high quality +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 the included -academicons.ttf font. The "Academicons" font was designed by -James Walsh and released (see -http://jpswalsh.github.io/academicons/) under the SIL Open Font -License. This package 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. +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 +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. Index: pkgsrc/fonts/tex-academicons/Makefile diff -u pkgsrc/fonts/tex-academicons/Makefile:1.4 pkgsrc/fonts/tex-academicons/Makefile:1.5 --- pkgsrc/fonts/tex-academicons/Makefile:1.4 Tue Jun 20 20:56:51 2017 +++ pkgsrc/fonts/tex-academicons/Makefile Wed May 2 11:19:37 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2017/06/20 20:56:51 markd Exp $ +# $NetBSD: Makefile,v 1.5 2018/05/02 11:19:37 markd Exp $ DISTNAME= academicons -PKGNAME= tex-${DISTNAME}-1.8.0 -TEXLIVE_REV= 44380 +PKGNAME= tex-${DISTNAME}-1.8.3 +TEXLIVE_REV= 47288 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ctan.org/pkg/academicons Index: pkgsrc/fonts/tex-academicons/distinfo diff -u pkgsrc/fonts/tex-academicons/distinfo:1.5 pkgsrc/fonts/tex-academicons/distinfo:1.6 --- pkgsrc/fonts/tex-academicons/distinfo:1.5 Tue Jun 20 20:56:51 2017 +++ pkgsrc/fonts/tex-academicons/distinfo Wed May 2 11:19:37 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/06/20 20:56:51 markd Exp $ +$NetBSD: distinfo,v 1.6 2018/05/02 11:19:37 markd Exp $ -SHA1 (tex-academicons-44380/academicons.tar.xz) = b42b63f649eb765ac562f8b6ac3a5fac63f56b68 -RMD160 (tex-academicons-44380/academicons.tar.xz) = 71fa62e348754e0e256a7ddc7a46d4e7209336fe -SHA512 (tex-academicons-44380/academicons.tar.xz) = 936acc69013f54a690d5740218b08ae5ba5bb993bbca01a6be33f88974d669ca8b3ba96c914d06562616258c415cbe2687568ffc8ae81e6bc4c1c116613cf4b9 -Size (tex-academicons-44380/academicons.tar.xz) = 23552 bytes +SHA1 (tex-academicons-47288/academicons.tar.xz) = 29aefd423a710d4c9d77444bc81765b79d9a7d0c +RMD160 (tex-academicons-47288/academicons.tar.xz) = 7fb76dcd407443f209d719fe1cad3dcaa4438c15 +SHA512 (tex-academicons-47288/academicons.tar.xz) = dee19eada8bda05e99fef8c83fea8557f0750904daa3e55157335bca297348cff7a18d8afbf570e6133d2f048c59027f839d722540cfc68d04be9c9bf5d9d71a +Size (tex-academicons-47288/academicons.tar.xz) = 21052 bytes Index: pkgsrc/fonts/tex-academicons-doc/Makefile diff -u pkgsrc/fonts/tex-academicons-doc/Makefile:1.4 pkgsrc/fonts/tex-academicons-doc/Makefile:1.5 --- pkgsrc/fonts/tex-academicons-doc/Makefile:1.4 Tue Jun 20 20:56:51 2017 +++ pkgsrc/fonts/tex-academicons-doc/Makefile Wed May 2 11:19:37 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2017/06/20 20:56:51 markd Exp $ +# $NetBSD: Makefile,v 1.5 2018/05/02 11:19:37 markd Exp $ DISTNAME= academicons.doc -PKGNAME= tex-${DISTNAME:S/./-/}-1.8.0 -TEXLIVE_REV= 44380 +PKGNAME= tex-${DISTNAME:S/./-/}-1.8.3 +TEXLIVE_REV= 47288 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ctan.org/pkg/academicons Index: pkgsrc/fonts/tex-academicons-doc/distinfo diff -u pkgsrc/fonts/tex-academicons-doc/distinfo:1.5 pkgsrc/fonts/tex-academicons-doc/distinfo:1.6 --- pkgsrc/fonts/tex-academicons-doc/distinfo:1.5 Tue Jun 20 20:56:51 2017 +++ pkgsrc/fonts/tex-academicons-doc/distinfo Wed May 2 11:19:37 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/06/20 20:56:51 markd Exp $ +$NetBSD: distinfo,v 1.6 2018/05/02 11:19:37 markd Exp $ -SHA1 (tex-academicons-44380/academicons.doc.tar.xz) = 1d09d4822f686709790f88b13acaa409d40a8819 -RMD160 (tex-academicons-44380/academicons.doc.tar.xz) = de598ca1179ce3f1e3c153583b90d5fa60fbbaa6 -SHA512 (tex-academicons-44380/academicons.doc.tar.xz) = 05cee6973727197bb953a98d156a7902b0215e2d1aa640d42ac9551df18c76b8f8f953d3ab6f1f781288f6e4f9fb1a1844da66e508ab78031f49c2511b33f77b -Size (tex-academicons-44380/academicons.doc.tar.xz) = 90688 bytes +SHA1 (tex-academicons-47288/academicons.doc.tar.xz) = 89b549cd8abacb1e10a53374b999b69f23a90cac +RMD160 (tex-academicons-47288/academicons.doc.tar.xz) = bacdc88f1242bb7105b52fa6efbf7bb66d35c3da +SHA512 (tex-academicons-47288/academicons.doc.tar.xz) = 13dca00b4ed16ab48a48a18933ee80eec21fc107f88f375e751bfcce125099e9a4e37f9a095b45e95633ecf48878dd702cc2d2f1f389ee890451a63de6eccd94 +Size (tex-academicons-47288/academicons.doc.tar.xz) = 89580 bytes --_----------=_152525997784080--