pkgsrc-WIP-changes archive

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

tex-worldflags{,-doc}: import tex-worldflags{,-doc}-2019 as tex-worldflags{,-doc}



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Nov 14 22:55:14 2021 +0200
Changeset:	96fec7c7e3503d8130da305c1ffa5c6a8291e967

Modified Files:
	Makefile
Added Files:
	tex-worldflags-doc/DESCR
	tex-worldflags-doc/Makefile
	tex-worldflags-doc/PLIST
	tex-worldflags-doc/distinfo
	tex-worldflags/DESCR
	tex-worldflags/Makefile
	tex-worldflags/PLIST
	tex-worldflags/distinfo

Log Message:
tex-worldflags{,-doc}: import tex-worldflags{,-doc}-2019 as tex-worldflags{,-doc}

This is a package for drawing flags using TikZ. Currently the
national flags of all independent nations are included,
additionally some other flags of various organizations. A flag
can be drawn ... as a single TikZ-picture within ordinary text,
as a picture element within a TikZ-picture. The appearance of a
flag (size, frame etc.) can be adapted using optional
parameters.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96fec7c7e3503d8130da305c1ffa5c6a8291e967

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |   2 +
 tex-worldflags-doc/DESCR    |   1 +
 tex-worldflags-doc/Makefile |  15 +++
 tex-worldflags-doc/PLIST    |   4 +
 tex-worldflags-doc/distinfo |   5 +
 tex-worldflags/DESCR        |   7 ++
 tex-worldflags/Makefile     |  20 ++++
 tex-worldflags/PLIST        | 280 ++++++++++++++++++++++++++++++++++++++++++++
 tex-worldflags/distinfo     |   5 +
 9 files changed, 339 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8da51417ea..f4ccc9e5e0 100644
--- a/Makefile
+++ b/Makefile
@@ -5592,6 +5592,8 @@ SUBDIR+=	tex-uptex-base-doc
 SUBDIR+=	tex-uptex-doc
 SUBDIR+=	tex-uptex-fonts
 SUBDIR+=	tex-uptex-fonts-doc
+SUBDIR+=	tex-worldflags
+SUBDIR+=	tex-worldflags-doc
 SUBDIR+=	tex-zxjafbfont
 SUBDIR+=	tex-zxjafbfont-doc
 SUBDIR+=	tex-zxjatype
diff --git a/tex-worldflags-doc/DESCR b/tex-worldflags-doc/DESCR
new file mode 100644
index 0000000000..0a98c9050d
--- /dev/null
+++ b/tex-worldflags-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-worldflags.
diff --git a/tex-worldflags-doc/Makefile b/tex-worldflags-doc/Makefile
new file mode 100644
index 0000000000..02537cc33e
--- /dev/null
+++ b/tex-worldflags-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=		worldflags.doc
+PKGNAME=		tex-${DISTNAME:S/./-/}-2019
+TEXLIVE_REV=		59171
+TEXLIVE_USE_CTAN=	yes
+TEXLIVE_UNVERSIONED=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/worldflags
+COMMENT=	Documentation for tex-worldflags
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-worldflags-doc/PLIST b/tex-worldflags-doc/PLIST
new file mode 100644
index 0000000000..7acf111450
--- /dev/null
+++ b/tex-worldflags-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/worldflags/README
+share/texmf-dist/doc/latex/worldflags/worldflags.pdf
+share/texmf-dist/doc/latex/worldflags/worldflags.tex
diff --git a/tex-worldflags-doc/distinfo b/tex-worldflags-doc/distinfo
new file mode 100644
index 0000000000..3aeddcfbfc
--- /dev/null
+++ b/tex-worldflags-doc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tex-worldflags-59171/worldflags.doc.tar.xz) = 1f444fc8945eeb3eb6cf84f4cf4e2c3441082349e99841b37480ec8a818a2f68
+SHA512 (tex-worldflags-59171/worldflags.doc.tar.xz) = 8cab4b4abf08a0253a3ffd1682be2de6fd5a32adc48c4e195b76899074d3fa415ad77ce347a17afaa812040de59a3d0947e35c6f3872c98edca0fd218fa79f20
+Size (tex-worldflags-59171/worldflags.doc.tar.xz) = 2539560 bytes
diff --git a/tex-worldflags/DESCR b/tex-worldflags/DESCR
new file mode 100644
index 0000000000..004f822d3c
--- /dev/null
+++ b/tex-worldflags/DESCR
@@ -0,0 +1,7 @@
+This is a package for drawing flags using TikZ. Currently the
+national flags of all independent nations are included,
+additionally some other flags of various organizations. A flag
+can be drawn ... as a single TikZ-picture within ordinary text,
+as a picture element within a TikZ-picture. The appearance of a
+flag (size, frame etc.) can be adapted using optional
+parameters.
diff --git a/tex-worldflags/Makefile b/tex-worldflags/Makefile
new file mode 100644
index 0000000000..02f7de1c74
--- /dev/null
+++ b/tex-worldflags/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=		worldflags
+PKGNAME=		tex-${DISTNAME}-2019
+TEXLIVE_REV=		59171
+TEXLIVE_USE_CTAN=	yes
+TEXLIVE_UNVERSIONED=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/worldflags
+COMMENT=	Drawing flags with TikZ
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-etex-[0-9]*:../../print/tex-etex
+DEPENDS+=	tex-pgf-[0-9]*:../../print/tex-pgf
+DEPENDS+=	tex-xcolor-[0-9]*:../../print/tex-xcolor
+DEPENDS+=	tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-worldflags/PLIST b/tex-worldflags/PLIST
new file mode 100644
index 0000000000..5c15ac5c8c
--- /dev/null
+++ b/tex-worldflags/PLIST
@@ -0,0 +1,280 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/worldflags/worldflag_0.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_1.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_2.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_3.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_4.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_5.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_6.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_7.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_8.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_9.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_A.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AF.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AQ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-B.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-K.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-N.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-O.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-S.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-St.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-T.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-V.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT-W.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AX.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_AZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Abkhazia.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Artsakh.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_B.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BB.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BF.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BJ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_BZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Bonaire.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Buddhism.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_C.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CF.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CK.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CV.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_CZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Christian.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_D.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_DE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_DJ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_DK.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_DM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_DO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_DZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_E.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_EC.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_EE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_EG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_EH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ER.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ES.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ET.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_EU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Esperanto.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_F.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_FI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_FJ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_FM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_FO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_FR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_G.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GB.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GF.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GQ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_GY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_H.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_HN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_HR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_HT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_HU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_I.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ID.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IQ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_IT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_J.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_JE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_JM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_JO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_JP.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_JollyRoger.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_K.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KP.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_KZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_L.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LB.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LC.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LK.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LV.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_LY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_M.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ME.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MK.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ML.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MV.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MX.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_MZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_N.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NATO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NP.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_NZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_O.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_OM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Olympics.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_P.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PK.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_PY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Q.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_QA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_R.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Rainbow.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RedCrescent.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RedCross.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_RedCrystal.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_S.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SB.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SC.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SI.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SK.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ST.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SV.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_SZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Saba.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Somaliland.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_StEustasius.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_T.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TD.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TH.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TJ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TL.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TR.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TT.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TV.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TW.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_TZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Tibet.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Transnistria.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_U.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_UA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_UG.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_UNESCO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_UNO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_US.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_UY.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_UZ.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_V.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_VA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_VC.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_VE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_VN.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_VU.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_W.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_WB.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_WHO.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_WS.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_X.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Y.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_YE.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_Z.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ZA.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ZM.tex
+share/texmf-dist/tex/latex/worldflags/worldflag_ZW.tex
+share/texmf-dist/tex/latex/worldflags/worldflags.sty
diff --git a/tex-worldflags/distinfo b/tex-worldflags/distinfo
new file mode 100644
index 0000000000..a2dc06bb1f
--- /dev/null
+++ b/tex-worldflags/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tex-worldflags-59171/worldflags.tar.xz) = 52acbde5fc5a8981b47a0b98fceb813b18be1efb23c64f4b0d2404f1600c6d5d
+SHA512 (tex-worldflags-59171/worldflags.tar.xz) = 128274fc2cdf34b956987c85c4bd00e25673879a3c701965db5ee7d240916df79133843991ea69e0924fe15a3f88140e8bb1754880bbdb1d9eae157ade92c260
+Size (tex-worldflags-59171/worldflags.tar.xz) = 1497060 bytes


Home | Main Index | Thread Index | Old Index