From e54e8ef5bc1781c8546dfb52d56c1bb8adc27912 Mon Sep 17 00:00:00 2001 From: markd Date: Sat, 26 Jan 2019 10:27:17 +0000 Subject: [PATCH] tex-europecv{,-doc}: update to 2018 Improvements in the German translation. In the new release, you can now add your homepage to your personal information. A new example template has been added for academics. A new way of mentioning your publications into the text has been inserted. --- print/tex-europecv-doc/Makefile | 7 ++++--- print/tex-europecv-doc/PLIST | 14 ++++++-------- print/tex-europecv-doc/distinfo | 10 +++++----- print/tex-europecv/Makefile | 7 ++++--- print/tex-europecv/distinfo | 10 +++++----- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/print/tex-europecv-doc/Makefile b/print/tex-europecv-doc/Makefile index 4adfd88e1bc9..1351d58acea4 100644 --- a/print/tex-europecv-doc/Makefile +++ b/print/tex-europecv-doc/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/05/26 10:53:48 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/26 10:27:17 markd Exp $ DISTNAME= europecv.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2014 -TEXLIVE_REV= 34454 +PKGNAME= tex-${DISTNAME:S/./-/}-2018 +TEXLIVE_REV= 48910 MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/europecv COMMENT= Documentation for tex-europecv LICENSE= lppl-1.3c diff --git a/print/tex-europecv-doc/PLIST b/print/tex-europecv-doc/PLIST index 8a7315e82d65..273c193b0d35 100644 --- a/print/tex-europecv-doc/PLIST +++ b/print/tex-europecv-doc/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2015/05/26 10:53:48 jaapb Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/01/26 10:27:17 markd Exp $ +share/texmf-dist/doc/latex/europecv/CHANGELOG.rst +share/texmf-dist/doc/latex/europecv/LICENSE +share/texmf-dist/doc/latex/europecv/README.md share/texmf-dist/doc/latex/europecv/europecv.pdf share/texmf-dist/doc/latex/europecv/europecv.tex share/texmf-dist/doc/latex/europecv/examples/at.pdf @@ -10,12 +13,7 @@ share/texmf-dist/doc/latex/europecv/examples/maltese-maltese.tex share/texmf-dist/doc/latex/europecv/examples/maltese-utf8.tex share/texmf-dist/doc/latex/europecv/examples/minimal.pdf share/texmf-dist/doc/latex/europecv/examples/minimal.tex -share/texmf-dist/doc/latex/europecv/templates/cv_template_de.pdf -share/texmf-dist/doc/latex/europecv/templates/cv_template_de.tex +share/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf +share/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex share/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf share/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex -share/texmf-dist/doc/latex/europecv/templates/cv_template_it.pdf -share/texmf-dist/doc/latex/europecv/templates/cv_template_it.tex -share/texmf-dist/doc/latex/europecv/templates/cv_template_pl.pdf -share/texmf-dist/doc/latex/europecv/templates/cv_template_pl.tex -share/texmf-dist/doc/latex/europecv/templates/publications.bib diff --git a/print/tex-europecv-doc/distinfo b/print/tex-europecv-doc/distinfo index 3aadb45135e9..721db4a67b3b 100644 --- a/print/tex-europecv-doc/distinfo +++ b/print/tex-europecv-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:02:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2019/01/26 10:27:17 markd Exp $ -SHA1 (tex-europecv-34454/europecv.doc.tar.xz) = 213bd2fb8577182c3f5e0009d35de94403c96091 -RMD160 (tex-europecv-34454/europecv.doc.tar.xz) = a06108e87b46ef4eee0300579700f06058bd9ee7 -SHA512 (tex-europecv-34454/europecv.doc.tar.xz) = 2f7b9a6dff35610fc83fa600df3c85990a68de66ab706ca86aac3767fb9e3e32e4d067e681549a96589b607a918eb6a8d492196186c7365ba10141ed16aa78c4 -Size (tex-europecv-34454/europecv.doc.tar.xz) = 605468 bytes +SHA1 (tex-europecv-48910/europecv.doc.tar.xz) = dc6dc8f8a478498975b3ec986833e97cf5b669ea +RMD160 (tex-europecv-48910/europecv.doc.tar.xz) = 0c7d4e430caf456ec054d8299ac27f669459e7e0 +SHA512 (tex-europecv-48910/europecv.doc.tar.xz) = b64506e13808b483a3a455e79648ebce50b0600705ea685b23ddf8f54177477f05d5d3ee2a9b293eaeb98efacef75a0f72b37801ae0a1f43d7ca0693f376a3e2 +Size (tex-europecv-48910/europecv.doc.tar.xz) = 717632 bytes diff --git a/print/tex-europecv/Makefile b/print/tex-europecv/Makefile index 8167654590ff..cab7fe6ed891 100644 --- a/print/tex-europecv/Makefile +++ b/print/tex-europecv/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/05/26 10:52:25 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/26 10:27:17 markd Exp $ DISTNAME= europecv -PKGNAME= tex-${DISTNAME}-2014 -TEXLIVE_REV= 34454 +PKGNAME= tex-${DISTNAME}-2018 +TEXLIVE_REV= 48910 MAINTAINER= jaapb@kerguelen.org +HOMEPAGE= http://ctan.org/pkg/europecv COMMENT= Unofficial class for European curricula vitae LICENSE= lppl-1.3c diff --git a/print/tex-europecv/distinfo b/print/tex-europecv/distinfo index 299714bcbeae..eaaf2448cded 100644 --- a/print/tex-europecv/distinfo +++ b/print/tex-europecv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:02:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2019/01/26 10:27:17 markd Exp $ -SHA1 (tex-europecv-34454/europecv.tar.xz) = b84596a284670d681b6b231f5cf1075246bfe5d1 -RMD160 (tex-europecv-34454/europecv.tar.xz) = 78ee5f2c7973f0a61bad38adf47a17c7490882dc -SHA512 (tex-europecv-34454/europecv.tar.xz) = 3dba7718456887ac342b9280470fba48ce4ad0e8ea2dfd20b0149ffacbd9373f3a9635dd7038bb7bea9b20e1061144d1dbb7cdb1890f3a1b01a3df336b39f57d -Size (tex-europecv-34454/europecv.tar.xz) = 36796 bytes +SHA1 (tex-europecv-48910/europecv.tar.xz) = 54a117e310f29a392978135ea9fd4beeb9fe5e94 +RMD160 (tex-europecv-48910/europecv.tar.xz) = 5caf8de1cab17c35dd0bb0e437d30be30c81e1f5 +SHA512 (tex-europecv-48910/europecv.tar.xz) = 69a8fa2a7ed9011e4d10d55e37ebb1cf5926503ec07c0693f559229595e813475c2a56e39c665fa5935c91811a2ef56514318ef3c2a6d3c2ddbec77c4ccc90c6 +Size (tex-europecv-48910/europecv.tar.xz) = 37928 bytes